Interface ModuleOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ModuleOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;abstract PositiongetPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;abstract PositionOrBuildergetPosOrBuilder()optional .xyz.block.ftl.schema.v1.Position pos = 1;abstract List<String>getCommentsList()repeated string comments = 2;abstract intgetCommentsCount()repeated string comments = 2;abstract StringgetComments(int index)repeated string comments = 2;abstract ByteStringgetCommentsBytes(int index)repeated string comments = 2;abstract booleangetBuiltin()bool builtin = 3;abstract StringgetName()string name = 4;abstract ByteStringgetNameBytes()string name = 4;abstract List<Metadata>getMetadataList()repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;abstract MetadatagetMetadata(int index)repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;abstract intgetMetadataCount()repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;abstract List<out MetadataOrBuilder>getMetadataOrBuilderList()repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;abstract MetadataOrBuildergetMetadataOrBuilder(int index)repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;abstract List<Decl>getDeclsList()repeated .xyz.block.ftl.schema.v1.Decl decls = 5;abstract DeclgetDecls(int index)repeated .xyz.block.ftl.schema.v1.Decl decls = 5;abstract intgetDeclsCount()repeated .xyz.block.ftl.schema.v1.Decl decls = 5;abstract List<out DeclOrBuilder>getDeclsOrBuilderList()repeated .xyz.block.ftl.schema.v1.Decl decls = 5;abstract DeclOrBuildergetDeclsOrBuilder(int index)repeated .xyz.block.ftl.schema.v1.Decl decls = 5;abstract booleanhasRuntime().xyz.block.ftl.schema.v1.ModuleRuntime runtime = 31634;abstract ModuleRuntimegetRuntime().xyz.block.ftl.schema.v1.ModuleRuntime runtime = 31634;abstract ModuleRuntimeOrBuildergetRuntimeOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntime runtime = 31634;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasPos
abstract boolean hasPos()
optional .xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPos
abstract Position getPos()
optional .xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
The pos.
-
getPosOrBuilder
abstract PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.schema.v1.Position pos = 1;
-
getCommentsList
abstract List<String> getCommentsList()
repeated string comments = 2;- Returns:
A list containing the comments.
-
getCommentsCount
abstract int getCommentsCount()
repeated string comments = 2;- Returns:
The count of comments.
-
getComments
abstract String getComments(int index)
repeated string comments = 2;- Parameters:
index- The index of the element to return.- Returns:
The comments at the given index.
-
getCommentsBytes
abstract ByteString getCommentsBytes(int index)
repeated string comments = 2;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the comments at the given index.
-
getBuiltin
abstract boolean getBuiltin()
bool builtin = 3;- Returns:
The builtin.
-
getNameBytes
abstract ByteString getNameBytes()
string name = 4;- Returns:
The bytes for name.
-
getMetadataList
abstract List<Metadata> getMetadataList()
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;
-
getMetadata
abstract Metadata getMetadata(int index)
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;
-
getMetadataCount
abstract int getMetadataCount()
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;
-
getMetadataOrBuilderList
abstract List<out MetadataOrBuilder> getMetadataOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;
-
getMetadataOrBuilder
abstract MetadataOrBuilder getMetadataOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 6;
-
getDeclsList
abstract List<Decl> getDeclsList()
repeated .xyz.block.ftl.schema.v1.Decl decls = 5;
-
getDeclsCount
abstract int getDeclsCount()
repeated .xyz.block.ftl.schema.v1.Decl decls = 5;
-
getDeclsOrBuilderList
abstract List<out DeclOrBuilder> getDeclsOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Decl decls = 5;
-
getDeclsOrBuilder
abstract DeclOrBuilder getDeclsOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Decl decls = 5;
-
hasRuntime
abstract boolean hasRuntime()
.xyz.block.ftl.schema.v1.ModuleRuntime runtime = 31634;- Returns:
Whether the runtime field is set.
-
getRuntime
abstract ModuleRuntime getRuntime()
.xyz.block.ftl.schema.v1.ModuleRuntime runtime = 31634;- Returns:
The runtime.
-
getRuntimeOrBuilder
abstract ModuleRuntimeOrBuilder getRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntime runtime = 31634;
-
-
-
-