SNBTBaseListener

open class SNBTBaseListener : SNBTListener

This class provides an empty implementation of SNBTListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Functions

enterByteArray
Link copied to clipboard
open fun enterByteArray(ctx: SNBTParser.ByteArrayContext)
Enter a parse tree produced by SNBTParser#byteArray.
enterByteNBT
Link copied to clipboard
open fun enterByteNBT(ctx: SNBTParser.ByteNBTContext)
Enter a parse tree produced by SNBTParser#byteNBT.
enterCompound
Link copied to clipboard
open fun enterCompound(ctx: SNBTParser.CompoundContext)
Enter a parse tree produced by SNBTParser#compound.
enterDoubleNBT
Link copied to clipboard
open fun enterDoubleNBT(ctx: SNBTParser.DoubleNBTContext)
Enter a parse tree produced by SNBTParser#doubleNBT.
enterElement
Link copied to clipboard
open fun enterElement(ctx: SNBTParser.ElementContext)
Enter a parse tree produced by SNBTParser#element.
enterEveryRule
Link copied to clipboard
open fun enterEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
enterFloatNBT
Link copied to clipboard
open fun enterFloatNBT(ctx: SNBTParser.FloatNBTContext)
Enter a parse tree produced by SNBTParser#floatNBT.
enterIdentifier
Link copied to clipboard
open fun enterIdentifier(ctx: SNBTParser.IdentifierContext)
Enter a parse tree produced by SNBTParser#identifier.
enterIntArray
Link copied to clipboard
open fun enterIntArray(ctx: SNBTParser.IntArrayContext)
Enter a parse tree produced by SNBTParser#intArray.
enterIntNBT
Link copied to clipboard
open fun enterIntNBT(ctx: SNBTParser.IntNBTContext)
Enter a parse tree produced by SNBTParser#intNBT.
enterList
Link copied to clipboard
open fun enterList(ctx: SNBTParser.ListContext)
Enter a parse tree produced by SNBTParser#list.
enterLongArray
Link copied to clipboard
open fun enterLongArray(ctx: SNBTParser.LongArrayContext)
Enter a parse tree produced by SNBTParser#longArray.
enterLongNBT
Link copied to clipboard
open fun enterLongNBT(ctx: SNBTParser.LongNBTContext)
Enter a parse tree produced by SNBTParser#longNBT.
enterNamedElement
Link copied to clipboard
open fun enterNamedElement(ctx: SNBTParser.NamedElementContext)
Enter a parse tree produced by SNBTParser#namedElement.
enterShortNBT
Link copied to clipboard
open fun enterShortNBT(ctx: SNBTParser.ShortNBTContext)
Enter a parse tree produced by SNBTParser#shortNBT.
enterSnbt
Link copied to clipboard
open fun enterSnbt(ctx: SNBTParser.SnbtContext)
Enter a parse tree produced by SNBTParser#snbt.
enterStringNBT
Link copied to clipboard
open fun enterStringNBT(ctx: SNBTParser.StringNBTContext)
Enter a parse tree produced by SNBTParser#stringNBT.
exitByteArray
Link copied to clipboard
open fun exitByteArray(ctx: SNBTParser.ByteArrayContext)
Exit a parse tree produced by SNBTParser#byteArray.
exitByteNBT
Link copied to clipboard
open fun exitByteNBT(ctx: SNBTParser.ByteNBTContext)
Exit a parse tree produced by SNBTParser#byteNBT.
exitCompound
Link copied to clipboard
open fun exitCompound(ctx: SNBTParser.CompoundContext)
Exit a parse tree produced by SNBTParser#compound.
exitDoubleNBT
Link copied to clipboard
open fun exitDoubleNBT(ctx: SNBTParser.DoubleNBTContext)
Exit a parse tree produced by SNBTParser#doubleNBT.
exitElement
Link copied to clipboard
open fun exitElement(ctx: SNBTParser.ElementContext)
Exit a parse tree produced by SNBTParser#element.
exitEveryRule
Link copied to clipboard
open fun exitEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
exitFloatNBT
Link copied to clipboard
open fun exitFloatNBT(ctx: SNBTParser.FloatNBTContext)
Exit a parse tree produced by SNBTParser#floatNBT.
exitIdentifier
Link copied to clipboard
open fun exitIdentifier(ctx: SNBTParser.IdentifierContext)
Exit a parse tree produced by SNBTParser#identifier.
exitIntArray
Link copied to clipboard
open fun exitIntArray(ctx: SNBTParser.IntArrayContext)
Exit a parse tree produced by SNBTParser#intArray.
exitIntNBT
Link copied to clipboard
open fun exitIntNBT(ctx: SNBTParser.IntNBTContext)
Exit a parse tree produced by SNBTParser#intNBT.
exitList
Link copied to clipboard
open fun exitList(ctx: SNBTParser.ListContext)
Exit a parse tree produced by SNBTParser#list.
exitLongArray
Link copied to clipboard
open fun exitLongArray(ctx: SNBTParser.LongArrayContext)
Exit a parse tree produced by SNBTParser#longArray.
exitLongNBT
Link copied to clipboard
open fun exitLongNBT(ctx: SNBTParser.LongNBTContext)
Exit a parse tree produced by SNBTParser#longNBT.
exitNamedElement
Link copied to clipboard
open fun exitNamedElement(ctx: SNBTParser.NamedElementContext)
Exit a parse tree produced by SNBTParser#namedElement.
exitShortNBT
Link copied to clipboard
open fun exitShortNBT(ctx: SNBTParser.ShortNBTContext)
Exit a parse tree produced by SNBTParser#shortNBT.
exitSnbt
Link copied to clipboard
open fun exitSnbt(ctx: SNBTParser.SnbtContext)
Exit a parse tree produced by SNBTParser#snbt.
exitStringNBT
Link copied to clipboard
open fun exitStringNBT(ctx: SNBTParser.StringNBTContext)
Exit a parse tree produced by SNBTParser#stringNBT.
visitErrorNode
Link copied to clipboard
open fun visitErrorNode(node: ErrorNode)
The default implementation does nothing.
visitTerminal
Link copied to clipboard
open fun visitTerminal(node: TerminalNode)
The default implementation does nothing.