Package com.apivolve.xolir
Interface Refs.FuncRefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Refs.FuncRef,Refs.FuncRef.Builder
- Enclosing class:
- Refs
public static interface Refs.FuncRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.xolir.BuiltinFunc builtin = 1;int.xolir.BuiltinFunc builtin = 1;longuint64 func_ix = 2;boolean.xolir.BuiltinFunc builtin = 1;booleanuint64 func_ix = 2;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
-
hasBuiltin
boolean hasBuiltin().xolir.BuiltinFunc builtin = 1;- Returns:
- Whether the builtin field is set.
-
getBuiltinValue
int getBuiltinValue().xolir.BuiltinFunc builtin = 1;- Returns:
- The enum numeric value on the wire for builtin.
-
getBuiltin
BuiltinFunction.BuiltinFunc getBuiltin().xolir.BuiltinFunc builtin = 1;- Returns:
- The builtin.
-
hasFuncIx
boolean hasFuncIx()uint64 func_ix = 2;- Returns:
- Whether the funcIx field is set.
-
getFuncIx
long getFuncIx()uint64 func_ix = 2;- Returns:
- The funcIx.
-
getTargetCase
Refs.FuncRef.TargetCase getTargetCase()
-