Package net.jumpaku.exprml.pb.exprml.v1
Class Expr.Path
-
- 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.Expr.PathOrBuilder
public final class Expr.Path extends GeneratedMessage implements Expr.PathOrBuilder
Protobuf typePath represents a path to the Node.
exprml.v1.Expr.Path
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
Expr.Path.PosOrBuilder
public final class
Expr.Path.Pos
Protobuf typePos represents a position in the path.
exprml.v1.Expr.Path.Pos
public final class
Expr.Path.Builder
Protobuf typePath represents a path to the Node.
exprml.v1.Expr.Path
-
Field Summary
Fields Modifier and Type Field Description public final static int
POS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.Descriptor
getDescriptor()
List<Expr.Path.Pos>
getPosList()
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
List<out Expr.Path.PosOrBuilder>
getPosOrBuilderList()
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
int
getPosCount()
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
Expr.Path.Pos
getPos(int index)
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
Expr.Path.PosOrBuilder
getPosOrBuilder(int index)
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
final boolean
isInitialized()
void
writeTo(CodedOutputStream output)
int
getSerializedSize()
boolean
equals(Object obj)
int
hashCode()
static Expr.Path
parseFrom(ByteBuffer data)
static Expr.Path
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static Expr.Path
parseFrom(ByteString data)
static Expr.Path
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static Expr.Path
parseFrom(Array<byte> data)
static Expr.Path
parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static Expr.Path
parseFrom(InputStream input)
static Expr.Path
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Expr.Path
parseDelimitedFrom(InputStream input)
static Expr.Path
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Expr.Path
parseFrom(CodedInputStream input)
static Expr.Path
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Expr.Path.Builder
newBuilderForType()
static Expr.Path.Builder
newBuilder()
static Expr.Path.Builder
newBuilder(Expr.Path prototype)
Expr.Path.Builder
toBuilder()
static Expr.Path
getDefaultInstance()
static Parser<Expr.Path>
parser()
Parser<Expr.Path>
getParserForType()
Expr.Path
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()
-
getPosList
List<Expr.Path.Pos> getPosList()
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
-
getPosOrBuilderList
List<out Expr.Path.PosOrBuilder> getPosOrBuilderList()
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
-
getPosCount
int getPosCount()
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
-
getPos
Expr.Path.Pos getPos(int index)
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
-
getPosOrBuilder
Expr.Path.PosOrBuilder getPosOrBuilder(int index)
Pos is a position in the path.
repeated .exprml.v1.Expr.Path.Pos pos = 1 [json_name = "pos"];
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Expr.Path parseFrom(ByteBuffer data)
-
parseFrom
static Expr.Path parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Expr.Path parseFrom(InputStream input)
-
parseFrom
static Expr.Path parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Expr.Path parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Expr.Path parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Expr.Path parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Expr.Path.Builder newBuilderForType()
-
newBuilder
static Expr.Path.Builder newBuilder()
-
newBuilder
static Expr.Path.Builder newBuilder(Expr.Path prototype)
-
toBuilder
Expr.Path.Builder toBuilder()
-
getDefaultInstance
static Expr.Path getDefaultInstance()
-
getParserForType
Parser<Expr.Path> getParserForType()
-
getDefaultInstanceForType
Expr.Path getDefaultInstanceForType()
-
-
-
-