Package com.apivolve.xolir
Interface FunctionOuterClass.FunctionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FunctionOuterClass.Function,FunctionOuterClass.Function.Builder
- Enclosing class:
- FunctionOuterClass
public static interface FunctionOuterClass.FunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode(int index) repeated .xolir.Expression code = 4;intrepeated .xolir.Expression code = 4;repeated .xolir.Expression code = 4;getCodeOrBuilder(int index) repeated .xolir.Expression code = 4;List<? extends ExpressionOuterClass.ExpressionOrBuilder>repeated .xolir.Expression code = 4;getLocals(int index) repeated .xolir.TypedName locals = 3;intrepeated .xolir.TypedName locals = 3;repeated .xolir.TypedName locals = 3;getLocalsOrBuilder(int index) repeated .xolir.TypedName locals = 3;List<? extends Refs.TypedNameOrBuilder>repeated .xolir.TypedName locals = 3;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;getTyp().xolir.FunctionType typ = 1;.xolir.FunctionType typ = 1;booleanhasTyp().xolir.FunctionType typ = 1;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
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
hasTyp
boolean hasTyp().xolir.FunctionType typ = 1;- Returns:
- Whether the typ field is set.
-
getTyp
FunctionOuterClass.FunctionType getTyp().xolir.FunctionType typ = 1;- Returns:
- The typ.
-
getTypOrBuilder
FunctionOuterClass.FunctionTypeOrBuilder getTypOrBuilder().xolir.FunctionType typ = 1; -
getLocalsList
List<Refs.TypedName> getLocalsList()repeated .xolir.TypedName locals = 3; -
getLocals
repeated .xolir.TypedName locals = 3; -
getLocalsCount
int getLocalsCount()repeated .xolir.TypedName locals = 3; -
getLocalsOrBuilderList
List<? extends Refs.TypedNameOrBuilder> getLocalsOrBuilderList()repeated .xolir.TypedName locals = 3; -
getLocalsOrBuilder
repeated .xolir.TypedName locals = 3; -
getCodeList
List<ExpressionOuterClass.Expression> getCodeList()repeated .xolir.Expression code = 4; -
getCode
repeated .xolir.Expression code = 4; -
getCodeCount
int getCodeCount()repeated .xolir.Expression code = 4; -
getCodeOrBuilderList
List<? extends ExpressionOuterClass.ExpressionOrBuilder> getCodeOrBuilderList()repeated .xolir.Expression code = 4; -
getCodeOrBuilder
repeated .xolir.Expression code = 4;
-