public class asm6502BaseListener extends Object implements asm6502Listener
asm6502Listener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
asm6502BaseListener() |
public void enterProg(asm6502Parser.ProgContext ctx)
asm6502Parser.prog().
The default implementation does nothing.
enterProg in interface asm6502Listenerctx - the parse treepublic void exitProg(asm6502Parser.ProgContext ctx)
asm6502Parser.prog().
The default implementation does nothing.
exitProg in interface asm6502Listenerctx - the parse treepublic void enterLine(asm6502Parser.LineContext ctx)
asm6502Parser.line().
The default implementation does nothing.
enterLine in interface asm6502Listenerctx - the parse treepublic void exitLine(asm6502Parser.LineContext ctx)
asm6502Parser.line().
The default implementation does nothing.
exitLine in interface asm6502Listenerctx - the parse treepublic void enterInstruction(asm6502Parser.InstructionContext ctx)
asm6502Parser.instruction().
The default implementation does nothing.
enterInstruction in interface asm6502Listenerctx - the parse treepublic void exitInstruction(asm6502Parser.InstructionContext ctx)
asm6502Parser.instruction().
The default implementation does nothing.
exitInstruction in interface asm6502Listenerctx - the parse treepublic void enterAssemblerinstruction(asm6502Parser.AssemblerinstructionContext ctx)
asm6502Parser.assemblerinstruction().
The default implementation does nothing.
enterAssemblerinstruction in interface asm6502Listenerctx - the parse treepublic void exitAssemblerinstruction(asm6502Parser.AssemblerinstructionContext ctx)
asm6502Parser.assemblerinstruction().
The default implementation does nothing.
exitAssemblerinstruction in interface asm6502Listenerctx - the parse treepublic void enterAssembleropcode(asm6502Parser.AssembleropcodeContext ctx)
asm6502Parser.assembleropcode().
The default implementation does nothing.
enterAssembleropcode in interface asm6502Listenerctx - the parse treepublic void exitAssembleropcode(asm6502Parser.AssembleropcodeContext ctx)
asm6502Parser.assembleropcode().
The default implementation does nothing.
exitAssembleropcode in interface asm6502Listenerctx - the parse treepublic void enterLbl(asm6502Parser.LblContext ctx)
asm6502Parser.lbl().
The default implementation does nothing.
enterLbl in interface asm6502Listenerctx - the parse treepublic void exitLbl(asm6502Parser.LblContext ctx)
asm6502Parser.lbl().
The default implementation does nothing.
exitLbl in interface asm6502Listenerctx - the parse treepublic void enterArgumentlist(asm6502Parser.ArgumentlistContext ctx)
asm6502Parser.argumentlist().
The default implementation does nothing.
enterArgumentlist in interface asm6502Listenerctx - the parse treepublic void exitArgumentlist(asm6502Parser.ArgumentlistContext ctx)
asm6502Parser.argumentlist().
The default implementation does nothing.
exitArgumentlist in interface asm6502Listenerctx - the parse treepublic void enterLabel(asm6502Parser.LabelContext ctx)
asm6502Parser.label().
The default implementation does nothing.
enterLabel in interface asm6502Listenerctx - the parse treepublic void exitLabel(asm6502Parser.LabelContext ctx)
asm6502Parser.label().
The default implementation does nothing.
exitLabel in interface asm6502Listenerctx - the parse treepublic void enterArgument(asm6502Parser.ArgumentContext ctx)
asm6502Parser.argument().
The default implementation does nothing.
enterArgument in interface asm6502Listenerctx - the parse treepublic void exitArgument(asm6502Parser.ArgumentContext ctx)
asm6502Parser.argument().
The default implementation does nothing.
exitArgument in interface asm6502Listenerctx - the parse treepublic void enterPrefix(asm6502Parser.PrefixContext ctx)
asm6502Parser.prefix().
The default implementation does nothing.
enterPrefix in interface asm6502Listenerctx - the parse treepublic void exitPrefix(asm6502Parser.PrefixContext ctx)
asm6502Parser.prefix().
The default implementation does nothing.
exitPrefix in interface asm6502Listenerctx - the parse treepublic void enterString(asm6502Parser.StringContext ctx)
asm6502Parser.string().
The default implementation does nothing.
enterString in interface asm6502Listenerctx - the parse treepublic void exitString(asm6502Parser.StringContext ctx)
asm6502Parser.string().
The default implementation does nothing.
exitString in interface asm6502Listenerctx - the parse treepublic void enterName(asm6502Parser.NameContext ctx)
asm6502Parser.name().
The default implementation does nothing.
enterName in interface asm6502Listenerctx - the parse treepublic void exitName(asm6502Parser.NameContext ctx)
asm6502Parser.name().
The default implementation does nothing.
exitName in interface asm6502Listenerctx - the parse treepublic void enterNumber(asm6502Parser.NumberContext ctx)
asm6502Parser.number().
The default implementation does nothing.
enterNumber in interface asm6502Listenerctx - the parse treepublic void exitNumber(asm6502Parser.NumberContext ctx)
asm6502Parser.number().
The default implementation does nothing.
exitNumber in interface asm6502Listenerctx - the parse treepublic void enterComment(asm6502Parser.CommentContext ctx)
asm6502Parser.comment().
The default implementation does nothing.
enterComment in interface asm6502Listenerctx - the parse treepublic void exitComment(asm6502Parser.CommentContext ctx)
asm6502Parser.comment().
The default implementation does nothing.
exitComment in interface asm6502Listenerctx - the parse treepublic void enterOpcode(asm6502Parser.OpcodeContext ctx)
asm6502Parser.opcode().
The default implementation does nothing.
enterOpcode in interface asm6502Listenerctx - the parse treepublic void exitOpcode(asm6502Parser.OpcodeContext ctx)
asm6502Parser.opcode().
The default implementation does nothing.
exitOpcode in interface asm6502Listenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2021 Markus Heberling. All rights reserved.