Class rs2asmBaseListener
- java.lang.Object
-
- net.runelite.cache.script.assembler.rs2asmBaseListener
-
- All Implemented Interfaces:
rs2asmListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class rs2asmBaseListener extends Object implements rs2asmListener
This class provides an empty implementation ofrs2asmListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description rs2asmBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterProg
public void enterProg(rs2asmParser.ProgContext ctx)
Enter a parse tree produced byrs2asmParser.prog().The default implementation does nothing.
- Specified by:
enterProgin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitProg
public void exitProg(rs2asmParser.ProgContext ctx)
Exit a parse tree produced byrs2asmParser.prog().The default implementation does nothing.
- Specified by:
exitProgin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterHeader
public void enterHeader(rs2asmParser.HeaderContext ctx)
Enter a parse tree produced byrs2asmParser.header().The default implementation does nothing.
- Specified by:
enterHeaderin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitHeader
public void exitHeader(rs2asmParser.HeaderContext ctx)
Exit a parse tree produced byrs2asmParser.header().The default implementation does nothing.
- Specified by:
exitHeaderin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterId
public void enterId(rs2asmParser.IdContext ctx)
Enter a parse tree produced byrs2asmParser.id().The default implementation does nothing.
- Specified by:
enterIdin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitId
public void exitId(rs2asmParser.IdContext ctx)
Exit a parse tree produced byrs2asmParser.id().The default implementation does nothing.
- Specified by:
exitIdin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterInt_arg_count
public void enterInt_arg_count(rs2asmParser.Int_arg_countContext ctx)
Enter a parse tree produced byrs2asmParser.int_arg_count().The default implementation does nothing.
- Specified by:
enterInt_arg_countin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitInt_arg_count
public void exitInt_arg_count(rs2asmParser.Int_arg_countContext ctx)
Exit a parse tree produced byrs2asmParser.int_arg_count().The default implementation does nothing.
- Specified by:
exitInt_arg_countin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterObj_arg_count
public void enterObj_arg_count(rs2asmParser.Obj_arg_countContext ctx)
Enter a parse tree produced byrs2asmParser.obj_arg_count().The default implementation does nothing.
- Specified by:
enterObj_arg_countin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitObj_arg_count
public void exitObj_arg_count(rs2asmParser.Obj_arg_countContext ctx)
Exit a parse tree produced byrs2asmParser.obj_arg_count().The default implementation does nothing.
- Specified by:
exitObj_arg_countin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterId_value
public void enterId_value(rs2asmParser.Id_valueContext ctx)
Enter a parse tree produced byrs2asmParser.id_value().The default implementation does nothing.
- Specified by:
enterId_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitId_value
public void exitId_value(rs2asmParser.Id_valueContext ctx)
Exit a parse tree produced byrs2asmParser.id_value().The default implementation does nothing.
- Specified by:
exitId_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterInt_arg_value
public void enterInt_arg_value(rs2asmParser.Int_arg_valueContext ctx)
Enter a parse tree produced byrs2asmParser.int_arg_value().The default implementation does nothing.
- Specified by:
enterInt_arg_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitInt_arg_value
public void exitInt_arg_value(rs2asmParser.Int_arg_valueContext ctx)
Exit a parse tree produced byrs2asmParser.int_arg_value().The default implementation does nothing.
- Specified by:
exitInt_arg_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterObj_arg_value
public void enterObj_arg_value(rs2asmParser.Obj_arg_valueContext ctx)
Enter a parse tree produced byrs2asmParser.obj_arg_value().The default implementation does nothing.
- Specified by:
enterObj_arg_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitObj_arg_value
public void exitObj_arg_value(rs2asmParser.Obj_arg_valueContext ctx)
Exit a parse tree produced byrs2asmParser.obj_arg_value().The default implementation does nothing.
- Specified by:
exitObj_arg_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterLine
public void enterLine(rs2asmParser.LineContext ctx)
Enter a parse tree produced byrs2asmParser.line().The default implementation does nothing.
- Specified by:
enterLinein interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitLine
public void exitLine(rs2asmParser.LineContext ctx)
Exit a parse tree produced byrs2asmParser.line().The default implementation does nothing.
- Specified by:
exitLinein interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterInstruction
public void enterInstruction(rs2asmParser.InstructionContext ctx)
Enter a parse tree produced byrs2asmParser.instruction().The default implementation does nothing.
- Specified by:
enterInstructionin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitInstruction
public void exitInstruction(rs2asmParser.InstructionContext ctx)
Exit a parse tree produced byrs2asmParser.instruction().The default implementation does nothing.
- Specified by:
exitInstructionin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterLabel
public void enterLabel(rs2asmParser.LabelContext ctx)
Enter a parse tree produced byrs2asmParser.label().The default implementation does nothing.
- Specified by:
enterLabelin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitLabel
public void exitLabel(rs2asmParser.LabelContext ctx)
Exit a parse tree produced byrs2asmParser.label().The default implementation does nothing.
- Specified by:
exitLabelin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterInstruction_name
public void enterInstruction_name(rs2asmParser.Instruction_nameContext ctx)
Enter a parse tree produced byrs2asmParser.instruction_name().The default implementation does nothing.
- Specified by:
enterInstruction_namein interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitInstruction_name
public void exitInstruction_name(rs2asmParser.Instruction_nameContext ctx)
Exit a parse tree produced byrs2asmParser.instruction_name().The default implementation does nothing.
- Specified by:
exitInstruction_namein interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterName_string
public void enterName_string(rs2asmParser.Name_stringContext ctx)
Enter a parse tree produced byrs2asmParser.name_string().The default implementation does nothing.
- Specified by:
enterName_stringin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitName_string
public void exitName_string(rs2asmParser.Name_stringContext ctx)
Exit a parse tree produced byrs2asmParser.name_string().The default implementation does nothing.
- Specified by:
exitName_stringin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterName_opcode
public void enterName_opcode(rs2asmParser.Name_opcodeContext ctx)
Enter a parse tree produced byrs2asmParser.name_opcode().The default implementation does nothing.
- Specified by:
enterName_opcodein interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitName_opcode
public void exitName_opcode(rs2asmParser.Name_opcodeContext ctx)
Exit a parse tree produced byrs2asmParser.name_opcode().The default implementation does nothing.
- Specified by:
exitName_opcodein interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterInstruction_operand
public void enterInstruction_operand(rs2asmParser.Instruction_operandContext ctx)
Enter a parse tree produced byrs2asmParser.instruction_operand().The default implementation does nothing.
- Specified by:
enterInstruction_operandin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitInstruction_operand
public void exitInstruction_operand(rs2asmParser.Instruction_operandContext ctx)
Exit a parse tree produced byrs2asmParser.instruction_operand().The default implementation does nothing.
- Specified by:
exitInstruction_operandin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterOperand_int
public void enterOperand_int(rs2asmParser.Operand_intContext ctx)
Enter a parse tree produced byrs2asmParser.operand_int().The default implementation does nothing.
- Specified by:
enterOperand_intin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitOperand_int
public void exitOperand_int(rs2asmParser.Operand_intContext ctx)
Exit a parse tree produced byrs2asmParser.operand_int().The default implementation does nothing.
- Specified by:
exitOperand_intin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterOperand_qstring
public void enterOperand_qstring(rs2asmParser.Operand_qstringContext ctx)
Enter a parse tree produced byrs2asmParser.operand_qstring().The default implementation does nothing.
- Specified by:
enterOperand_qstringin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitOperand_qstring
public void exitOperand_qstring(rs2asmParser.Operand_qstringContext ctx)
Exit a parse tree produced byrs2asmParser.operand_qstring().The default implementation does nothing.
- Specified by:
exitOperand_qstringin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterOperand_label
public void enterOperand_label(rs2asmParser.Operand_labelContext ctx)
Enter a parse tree produced byrs2asmParser.operand_label().The default implementation does nothing.
- Specified by:
enterOperand_labelin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitOperand_label
public void exitOperand_label(rs2asmParser.Operand_labelContext ctx)
Exit a parse tree produced byrs2asmParser.operand_label().The default implementation does nothing.
- Specified by:
exitOperand_labelin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterOperand_symbol
public void enterOperand_symbol(rs2asmParser.Operand_symbolContext ctx)
Enter a parse tree produced byrs2asmParser.operand_symbol().The default implementation does nothing.
- Specified by:
enterOperand_symbolin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitOperand_symbol
public void exitOperand_symbol(rs2asmParser.Operand_symbolContext ctx)
Exit a parse tree produced byrs2asmParser.operand_symbol().The default implementation does nothing.
- Specified by:
exitOperand_symbolin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterSwitch_lookup
public void enterSwitch_lookup(rs2asmParser.Switch_lookupContext ctx)
Enter a parse tree produced byrs2asmParser.switch_lookup().The default implementation does nothing.
- Specified by:
enterSwitch_lookupin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitSwitch_lookup
public void exitSwitch_lookup(rs2asmParser.Switch_lookupContext ctx)
Exit a parse tree produced byrs2asmParser.switch_lookup().The default implementation does nothing.
- Specified by:
exitSwitch_lookupin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterSwitch_key
public void enterSwitch_key(rs2asmParser.Switch_keyContext ctx)
Enter a parse tree produced byrs2asmParser.switch_key().The default implementation does nothing.
- Specified by:
enterSwitch_keyin interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitSwitch_key
public void exitSwitch_key(rs2asmParser.Switch_keyContext ctx)
Exit a parse tree produced byrs2asmParser.switch_key().The default implementation does nothing.
- Specified by:
exitSwitch_keyin interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterSwitch_value
public void enterSwitch_value(rs2asmParser.Switch_valueContext ctx)
Enter a parse tree produced byrs2asmParser.switch_value().The default implementation does nothing.
- Specified by:
enterSwitch_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
exitSwitch_value
public void exitSwitch_value(rs2asmParser.Switch_valueContext ctx)
Exit a parse tree produced byrs2asmParser.switch_value().The default implementation does nothing.
- Specified by:
exitSwitch_valuein interfacers2asmListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-