Package com.apivolve.xolir
Interface ExpressionOuterClass.ExpressionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpressionOuterClass.Expression,ExpressionOuterClass.Expression.Builder
- Enclosing class:
- ExpressionOuterClass
public static interface ExpressionOuterClass.ExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBool()bool bool = 23;getCall().xolir.Call call = 12;.xolir.Call call = 12;getIf().xolir.If if_ = 13;.xolir.If if_ = 13;longgetInt()sint64 int = 20;getRead().xolir.Read read = 10;.xolir.Read read = 10;doublegetReal()double real = 21;.xolir.Return return_ = 15;.xolir.Return return_ = 15;getStore().xolir.Store store = 11;.xolir.Store store = 11;getText()string text = 22;com.google.protobuf.ByteStringstring text = 22;getWhile().xolir.While while_ = 14;.xolir.While while_ = 14;booleanhasBool()bool bool = 23;booleanhasCall().xolir.Call call = 12;booleanhasIf().xolir.If if_ = 13;booleanhasInt()sint64 int = 20;booleanhasRead().xolir.Read read = 10;booleanhasReal()double real = 21;boolean.xolir.Return return_ = 15;booleanhasStore().xolir.Store store = 11;booleanhasText()string text = 22;booleanhasWhile().xolir.While while_ = 14;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRead
boolean hasRead().xolir.Read read = 10;- Returns:
- Whether the read field is set.
-
getRead
ExpressionOuterClass.Read getRead().xolir.Read read = 10;- Returns:
- The read.
-
getReadOrBuilder
ExpressionOuterClass.ReadOrBuilder getReadOrBuilder().xolir.Read read = 10; -
hasStore
boolean hasStore().xolir.Store store = 11;- Returns:
- Whether the store field is set.
-
getStore
ExpressionOuterClass.Store getStore().xolir.Store store = 11;- Returns:
- The store.
-
getStoreOrBuilder
ExpressionOuterClass.StoreOrBuilder getStoreOrBuilder().xolir.Store store = 11; -
hasCall
boolean hasCall().xolir.Call call = 12;- Returns:
- Whether the call field is set.
-
getCall
ExpressionOuterClass.Call getCall().xolir.Call call = 12;- Returns:
- The call.
-
getCallOrBuilder
ExpressionOuterClass.CallOrBuilder getCallOrBuilder().xolir.Call call = 12; -
hasIf
boolean hasIf().xolir.If if_ = 13;- Returns:
- Whether the if field is set.
-
getIf
ExpressionOuterClass.If getIf().xolir.If if_ = 13;- Returns:
- The if.
-
getIfOrBuilder
ExpressionOuterClass.IfOrBuilder getIfOrBuilder().xolir.If if_ = 13; -
hasWhile
boolean hasWhile().xolir.While while_ = 14;- Returns:
- Whether the while field is set.
-
getWhile
ExpressionOuterClass.While getWhile().xolir.While while_ = 14;- Returns:
- The while.
-
getWhileOrBuilder
ExpressionOuterClass.WhileOrBuilder getWhileOrBuilder().xolir.While while_ = 14; -
hasReturn
boolean hasReturn().xolir.Return return_ = 15;- Returns:
- Whether the return field is set.
-
getReturn
ExpressionOuterClass.Return getReturn().xolir.Return return_ = 15;- Returns:
- The return.
-
getReturnOrBuilder
ExpressionOuterClass.ReturnOrBuilder getReturnOrBuilder().xolir.Return return_ = 15; -
hasInt
boolean hasInt()sint64 int = 20;- Returns:
- Whether the int field is set.
-
getInt
long getInt()sint64 int = 20;- Returns:
- The int.
-
hasReal
boolean hasReal()double real = 21;- Returns:
- Whether the real field is set.
-
getReal
double getReal()double real = 21;- Returns:
- The real.
-
hasText
boolean hasText()string text = 22;- Returns:
- Whether the text field is set.
-
getText
String getText()string text = 22;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 22;- Returns:
- The bytes for text.
-
hasBool
boolean hasBool()bool bool = 23;- Returns:
- Whether the bool field is set.
-
getBool
boolean getBool()bool bool = 23;- Returns:
- The bool.
-
getExprCase
ExpressionOuterClass.Expression.ExprCase getExprCase()
-