Package com.apivolve.xolir
Class ExpressionOuterClass.Expression.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExpressionOuterClass.Expression.Builder>
com.apivolve.xolir.ExpressionOuterClass.Expression.Builder
- All Implemented Interfaces:
ExpressionOuterClass.ExpressionOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ExpressionOuterClass.Expression
public static final class ExpressionOuterClass.Expression.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ExpressionOuterClass.Expression.Builder>
implements ExpressionOuterClass.ExpressionOrBuilder
Protobuf type
xolir.Expression-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()bool bool = 23;.xolir.Call call = 12;clearIf().xolir.If if_ = 13;clearInt()sint64 int = 20;.xolir.Read read = 10;double real = 21;.xolir.Return return_ = 15;.xolir.Store store = 11;string text = 22;.xolir.While while_ = 14;booleangetBool()bool bool = 23;getCall().xolir.Call call = 12;.xolir.Call call = 12;.xolir.Call call = 12;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetIf().xolir.If if_ = 13;.xolir.If if_ = 13;.xolir.If if_ = 13;longgetInt()sint64 int = 20;getRead().xolir.Read read = 10;.xolir.Read read = 10;.xolir.Read read = 10;doublegetReal()double real = 21;.xolir.Return return_ = 15;.xolir.Return return_ = 15;.xolir.Return return_ = 15;getStore().xolir.Store store = 11;.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;.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;protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal boolean.xolir.Call call = 12;mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeIf(ExpressionOuterClass.If value) .xolir.If if_ = 13;.xolir.Read read = 10;.xolir.Return return_ = 15;.xolir.Store store = 11;.xolir.While while_ = 14;setBool(boolean value) bool bool = 23;setCall(ExpressionOuterClass.Call value) .xolir.Call call = 12;setCall(ExpressionOuterClass.Call.Builder builderForValue) .xolir.Call call = 12;setIf(ExpressionOuterClass.If value) .xolir.If if_ = 13;setIf(ExpressionOuterClass.If.Builder builderForValue) .xolir.If if_ = 13;setInt(long value) sint64 int = 20;setRead(ExpressionOuterClass.Read value) .xolir.Read read = 10;setRead(ExpressionOuterClass.Read.Builder builderForValue) .xolir.Read read = 10;setReal(double value) double real = 21;.xolir.Return return_ = 15;setReturn(ExpressionOuterClass.Return.Builder builderForValue) .xolir.Return return_ = 15;.xolir.Store store = 11;setStore(ExpressionOuterClass.Store.Builder builderForValue) .xolir.Store store = 11;string text = 22;setTextBytes(com.google.protobuf.ByteString value) string text = 22;.xolir.While while_ = 14;setWhile(ExpressionOuterClass.While.Builder builderForValue) .xolir.While while_ = 14;Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ExpressionOuterClass.Expression.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ExpressionOuterClass.Expression.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ExpressionOuterClass.Expression.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExpressionOuterClass.Expression.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ExpressionOuterClass.Expression.Builder>
-
mergeFrom
public ExpressionOuterClass.Expression.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExpressionOuterClass.Expression.Builder>- Throws:
IOException
-
getExprCase
- Specified by:
getExprCasein interfaceExpressionOuterClass.ExpressionOrBuilder
-
clearExpr
-
hasRead
public boolean hasRead().xolir.Read read = 10;- Specified by:
hasReadin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the read field is set.
-
getRead
.xolir.Read read = 10;- Specified by:
getReadin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The read.
-
setRead
.xolir.Read read = 10; -
setRead
public ExpressionOuterClass.Expression.Builder setRead(ExpressionOuterClass.Read.Builder builderForValue) .xolir.Read read = 10; -
mergeRead
.xolir.Read read = 10; -
clearRead
.xolir.Read read = 10; -
getReadBuilder
.xolir.Read read = 10; -
getReadOrBuilder
.xolir.Read read = 10;- Specified by:
getReadOrBuilderin interfaceExpressionOuterClass.ExpressionOrBuilder
-
hasStore
public boolean hasStore().xolir.Store store = 11;- Specified by:
hasStorein interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the store field is set.
-
getStore
.xolir.Store store = 11;- Specified by:
getStorein interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The store.
-
setStore
.xolir.Store store = 11; -
setStore
public ExpressionOuterClass.Expression.Builder setStore(ExpressionOuterClass.Store.Builder builderForValue) .xolir.Store store = 11; -
mergeStore
.xolir.Store store = 11; -
clearStore
.xolir.Store store = 11; -
getStoreBuilder
.xolir.Store store = 11; -
getStoreOrBuilder
.xolir.Store store = 11;- Specified by:
getStoreOrBuilderin interfaceExpressionOuterClass.ExpressionOrBuilder
-
hasCall
public boolean hasCall().xolir.Call call = 12;- Specified by:
hasCallin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the call field is set.
-
getCall
.xolir.Call call = 12;- Specified by:
getCallin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The call.
-
setCall
.xolir.Call call = 12; -
setCall
public ExpressionOuterClass.Expression.Builder setCall(ExpressionOuterClass.Call.Builder builderForValue) .xolir.Call call = 12; -
mergeCall
.xolir.Call call = 12; -
clearCall
.xolir.Call call = 12; -
getCallBuilder
.xolir.Call call = 12; -
getCallOrBuilder
.xolir.Call call = 12;- Specified by:
getCallOrBuilderin interfaceExpressionOuterClass.ExpressionOrBuilder
-
hasIf
public boolean hasIf().xolir.If if_ = 13;- Specified by:
hasIfin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the if field is set.
-
getIf
.xolir.If if_ = 13;- Specified by:
getIfin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The if.
-
setIf
.xolir.If if_ = 13; -
setIf
public ExpressionOuterClass.Expression.Builder setIf(ExpressionOuterClass.If.Builder builderForValue) .xolir.If if_ = 13; -
mergeIf
.xolir.If if_ = 13; -
clearIf
.xolir.If if_ = 13; -
getIfBuilder
.xolir.If if_ = 13; -
getIfOrBuilder
.xolir.If if_ = 13;- Specified by:
getIfOrBuilderin interfaceExpressionOuterClass.ExpressionOrBuilder
-
hasWhile
public boolean hasWhile().xolir.While while_ = 14;- Specified by:
hasWhilein interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the while field is set.
-
getWhile
.xolir.While while_ = 14;- Specified by:
getWhilein interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The while.
-
setWhile
.xolir.While while_ = 14; -
setWhile
public ExpressionOuterClass.Expression.Builder setWhile(ExpressionOuterClass.While.Builder builderForValue) .xolir.While while_ = 14; -
mergeWhile
.xolir.While while_ = 14; -
clearWhile
.xolir.While while_ = 14; -
getWhileBuilder
.xolir.While while_ = 14; -
getWhileOrBuilder
.xolir.While while_ = 14;- Specified by:
getWhileOrBuilderin interfaceExpressionOuterClass.ExpressionOrBuilder
-
hasReturn
public boolean hasReturn().xolir.Return return_ = 15;- Specified by:
hasReturnin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the return field is set.
-
getReturn
.xolir.Return return_ = 15;- Specified by:
getReturnin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The return.
-
setReturn
.xolir.Return return_ = 15; -
setReturn
public ExpressionOuterClass.Expression.Builder setReturn(ExpressionOuterClass.Return.Builder builderForValue) .xolir.Return return_ = 15; -
mergeReturn
.xolir.Return return_ = 15; -
clearReturn
.xolir.Return return_ = 15; -
getReturnBuilder
.xolir.Return return_ = 15; -
getReturnOrBuilder
.xolir.Return return_ = 15;- Specified by:
getReturnOrBuilderin interfaceExpressionOuterClass.ExpressionOrBuilder
-
hasInt
public boolean hasInt()sint64 int = 20;- Specified by:
hasIntin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the int field is set.
-
getInt
public long getInt()sint64 int = 20;- Specified by:
getIntin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The int.
-
setInt
sint64 int = 20;- Parameters:
value- The int to set.- Returns:
- This builder for chaining.
-
clearInt
sint64 int = 20;- Returns:
- This builder for chaining.
-
hasReal
public boolean hasReal()double real = 21;- Specified by:
hasRealin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the real field is set.
-
getReal
public double getReal()double real = 21;- Specified by:
getRealin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The real.
-
setReal
double real = 21;- Parameters:
value- The real to set.- Returns:
- This builder for chaining.
-
clearReal
double real = 21;- Returns:
- This builder for chaining.
-
hasText
public boolean hasText()string text = 22;- Specified by:
hasTextin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the text field is set.
-
getText
string text = 22;- Specified by:
getTextin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The text.
-
getTextBytes
public com.google.protobuf.ByteString getTextBytes()string text = 22;- Specified by:
getTextBytesin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The bytes for text.
-
setText
string text = 22;- Parameters:
value- The text to set.- Returns:
- This builder for chaining.
-
clearText
string text = 22;- Returns:
- This builder for chaining.
-
setTextBytes
string text = 22;- Parameters:
value- The bytes for text to set.- Returns:
- This builder for chaining.
-
hasBool
public boolean hasBool()bool bool = 23;- Specified by:
hasBoolin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- Whether the bool field is set.
-
getBool
public boolean getBool()bool bool = 23;- Specified by:
getBoolin interfaceExpressionOuterClass.ExpressionOrBuilder- Returns:
- The bool.
-
setBool
bool bool = 23;- Parameters:
value- The bool to set.- Returns:
- This builder for chaining.
-
clearBool
bool bool = 23;- Returns:
- This builder for chaining.
-