Package com.apivolve.xolir
Interface Type.TypeDefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.TypeDef,Type.TypeDef.Builder
- Enclosing class:
- Type
public static interface Type.TypeDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArray().xolir.ArrayType array = 3;.xolir.ArrayType array = 3;getFunc()TODO @mark: VirtualType virtual = 4;TODO @mark: VirtualType virtual = 4;builtins don't need to be definedbuiltins don't need to be definedgetUnion().xolir.UnionType union = 2;.xolir.UnionType union = 2;booleanhasArray().xolir.ArrayType array = 3;booleanhasFunc()TODO @mark: VirtualType virtual = 4;booleanbuiltins don't need to be definedbooleanhasUnion().xolir.UnionType union = 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
-
hasStruct
boolean hasStruct()builtins don't need to be defined
.xolir.StructType struct = 1;- Returns:
- Whether the struct field is set.
-
getStruct
TypeStruct.StructType getStruct()builtins don't need to be defined
.xolir.StructType struct = 1;- Returns:
- The struct.
-
getStructOrBuilder
TypeStruct.StructTypeOrBuilder getStructOrBuilder()builtins don't need to be defined
.xolir.StructType struct = 1; -
hasUnion
boolean hasUnion().xolir.UnionType union = 2;- Returns:
- Whether the union field is set.
-
getUnion
TypeUnion.UnionType getUnion().xolir.UnionType union = 2;- Returns:
- The union.
-
getUnionOrBuilder
TypeUnion.UnionTypeOrBuilder getUnionOrBuilder().xolir.UnionType union = 2; -
hasArray
boolean hasArray().xolir.ArrayType array = 3;- Returns:
- Whether the array field is set.
-
getArray
TypeArray.ArrayType getArray().xolir.ArrayType array = 3;- Returns:
- The array.
-
getArrayOrBuilder
TypeArray.ArrayTypeOrBuilder getArrayOrBuilder().xolir.ArrayType array = 3; -
hasFunc
boolean hasFunc()TODO @mark: VirtualType virtual = 4;
.xolir.FunctionType func = 5;- Returns:
- Whether the func field is set.
-
getFunc
FunctionOuterClass.FunctionType getFunc()TODO @mark: VirtualType virtual = 4;
.xolir.FunctionType func = 5;- Returns:
- The func.
-
getFuncOrBuilder
FunctionOuterClass.FunctionTypeOrBuilder getFuncOrBuilder()TODO @mark: VirtualType virtual = 4;
.xolir.FunctionType func = 5; -
getTargetCase
Type.TypeDef.TargetCase getTargetCase()
-