SNBTListener

interface SNBTListener : ParseTreeListener

This interface defines a complete listener for a parse tree produced by SNBTParser.

Functions

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

Inheritors

SNBTBaseListener
Link copied to clipboard