Package net.jumpaku.exprml.pb.exprml.v1
Class DefStack
-
- All Implemented Interfaces:
-
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,net.jumpaku.exprml.pb.exprml.v1.DefStackOrBuilder
public final class DefStack extends GeneratedMessage implements DefStackOrBuilder
Protobuf typeFunDefList is a list of function definitions.
exprml.v1.DefStack
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
DefStack.Builder
Protobuf typeFunDefList is a list of function definitions.
exprml.v1.DefStack
-
Field Summary
Fields Modifier and Type Field Description public final static int
PARENT_FIELD_NUMBER
public final static int
DEF_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.Descriptor
getDescriptor()
boolean
hasParent()
Parent definition list.
.exprml.v1.DefStack parent = 1 [json_name = "parent"];
DefStack
getParent()
Parent definition list.
.exprml.v1.DefStack parent = 1 [json_name = "parent"];
DefStackOrBuilder
getParentOrBuilder()
Parent definition list.
.exprml.v1.DefStack parent = 1 [json_name = "parent"];
boolean
hasDef()
Definition.
.exprml.v1.Eval.Definition def = 2 [json_name = "def"];
Eval.Definition
getDef()
Definition.
.exprml.v1.Eval.Definition def = 2 [json_name = "def"];
Eval.DefinitionOrBuilder
getDefOrBuilder()
Definition.
.exprml.v1.Eval.Definition def = 2 [json_name = "def"];
final boolean
isInitialized()
void
writeTo(CodedOutputStream output)
int
getSerializedSize()
boolean
equals(Object obj)
int
hashCode()
static DefStack
parseFrom(ByteBuffer data)
static DefStack
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static DefStack
parseFrom(ByteString data)
static DefStack
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DefStack
parseFrom(Array<byte> data)
static DefStack
parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static DefStack
parseFrom(InputStream input)
static DefStack
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static DefStack
parseDelimitedFrom(InputStream input)
static DefStack
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static DefStack
parseFrom(CodedInputStream input)
static DefStack
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
DefStack.Builder
newBuilderForType()
static DefStack.Builder
newBuilder()
static DefStack.Builder
newBuilder(DefStack prototype)
DefStack.Builder
toBuilder()
static DefStack
getDefaultInstance()
static Parser<DefStack>
parser()
Parser<DefStack>
getParserForType()
DefStack
getDefaultInstanceForType()
-
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo
-
Methods inherited from class com.google.protobuf.Message
getParserForType
-
Methods inherited from class com.google.protobuf.MessageLite
getParserForType
-
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
hasParent
boolean hasParent()
Parent definition list.
.exprml.v1.DefStack parent = 1 [json_name = "parent"];
- Returns:
Whether the parent field is set.
-
getParent
DefStack getParent()
Parent definition list.
.exprml.v1.DefStack parent = 1 [json_name = "parent"];
- Returns:
The parent.
-
getParentOrBuilder
DefStackOrBuilder getParentOrBuilder()
Parent definition list.
.exprml.v1.DefStack parent = 1 [json_name = "parent"];
-
hasDef
boolean hasDef()
Definition.
.exprml.v1.Eval.Definition def = 2 [json_name = "def"];
- Returns:
Whether the def field is set.
-
getDef
Eval.Definition getDef()
Definition.
.exprml.v1.Eval.Definition def = 2 [json_name = "def"];
- Returns:
The def.
-
getDefOrBuilder
Eval.DefinitionOrBuilder getDefOrBuilder()
Definition.
.exprml.v1.Eval.Definition def = 2 [json_name = "def"];
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DefStack parseFrom(ByteBuffer data)
-
parseFrom
static DefStack parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DefStack parseFrom(InputStream input)
-
parseFrom
static DefStack parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DefStack parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DefStack parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DefStack parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DefStack.Builder newBuilderForType()
-
newBuilder
static DefStack.Builder newBuilder()
-
newBuilder
static DefStack.Builder newBuilder(DefStack prototype)
-
toBuilder
DefStack.Builder toBuilder()
-
getDefaultInstance
static DefStack getDefaultInstance()
-
getParserForType
Parser<DefStack> getParserForType()
-
getDefaultInstanceForType
DefStack getDefaultInstanceForType()
-
-
-
-