Interface rs2asmListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
rs2asmBaseListener
public interface rs2asmListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byrs2asmParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterProg
void enterProg(rs2asmParser.ProgContext ctx)
Enter a parse tree produced byrs2asmParser.prog().- Parameters:
ctx- the parse tree
-
exitProg
void exitProg(rs2asmParser.ProgContext ctx)
Exit a parse tree produced byrs2asmParser.prog().- Parameters:
ctx- the parse tree
-
enterHeader
void enterHeader(rs2asmParser.HeaderContext ctx)
Enter a parse tree produced byrs2asmParser.header().- Parameters:
ctx- the parse tree
-
exitHeader
void exitHeader(rs2asmParser.HeaderContext ctx)
Exit a parse tree produced byrs2asmParser.header().- Parameters:
ctx- the parse tree
-
enterId
void enterId(rs2asmParser.IdContext ctx)
Enter a parse tree produced byrs2asmParser.id().- Parameters:
ctx- the parse tree
-
exitId
void exitId(rs2asmParser.IdContext ctx)
Exit a parse tree produced byrs2asmParser.id().- Parameters:
ctx- the parse tree
-
enterInt_arg_count
void enterInt_arg_count(rs2asmParser.Int_arg_countContext ctx)
Enter a parse tree produced byrs2asmParser.int_arg_count().- Parameters:
ctx- the parse tree
-
exitInt_arg_count
void exitInt_arg_count(rs2asmParser.Int_arg_countContext ctx)
Exit a parse tree produced byrs2asmParser.int_arg_count().- Parameters:
ctx- the parse tree
-
enterObj_arg_count
void enterObj_arg_count(rs2asmParser.Obj_arg_countContext ctx)
Enter a parse tree produced byrs2asmParser.obj_arg_count().- Parameters:
ctx- the parse tree
-
exitObj_arg_count
void exitObj_arg_count(rs2asmParser.Obj_arg_countContext ctx)
Exit a parse tree produced byrs2asmParser.obj_arg_count().- Parameters:
ctx- the parse tree
-
enterId_value
void enterId_value(rs2asmParser.Id_valueContext ctx)
Enter a parse tree produced byrs2asmParser.id_value().- Parameters:
ctx- the parse tree
-
exitId_value
void exitId_value(rs2asmParser.Id_valueContext ctx)
Exit a parse tree produced byrs2asmParser.id_value().- Parameters:
ctx- the parse tree
-
enterInt_arg_value
void enterInt_arg_value(rs2asmParser.Int_arg_valueContext ctx)
Enter a parse tree produced byrs2asmParser.int_arg_value().- Parameters:
ctx- the parse tree
-
exitInt_arg_value
void exitInt_arg_value(rs2asmParser.Int_arg_valueContext ctx)
Exit a parse tree produced byrs2asmParser.int_arg_value().- Parameters:
ctx- the parse tree
-
enterObj_arg_value
void enterObj_arg_value(rs2asmParser.Obj_arg_valueContext ctx)
Enter a parse tree produced byrs2asmParser.obj_arg_value().- Parameters:
ctx- the parse tree
-
exitObj_arg_value
void exitObj_arg_value(rs2asmParser.Obj_arg_valueContext ctx)
Exit a parse tree produced byrs2asmParser.obj_arg_value().- Parameters:
ctx- the parse tree
-
enterLine
void enterLine(rs2asmParser.LineContext ctx)
Enter a parse tree produced byrs2asmParser.line().- Parameters:
ctx- the parse tree
-
exitLine
void exitLine(rs2asmParser.LineContext ctx)
Exit a parse tree produced byrs2asmParser.line().- Parameters:
ctx- the parse tree
-
enterInstruction
void enterInstruction(rs2asmParser.InstructionContext ctx)
Enter a parse tree produced byrs2asmParser.instruction().- Parameters:
ctx- the parse tree
-
exitInstruction
void exitInstruction(rs2asmParser.InstructionContext ctx)
Exit a parse tree produced byrs2asmParser.instruction().- Parameters:
ctx- the parse tree
-
enterLabel
void enterLabel(rs2asmParser.LabelContext ctx)
Enter a parse tree produced byrs2asmParser.label().- Parameters:
ctx- the parse tree
-
exitLabel
void exitLabel(rs2asmParser.LabelContext ctx)
Exit a parse tree produced byrs2asmParser.label().- Parameters:
ctx- the parse tree
-
enterInstruction_name
void enterInstruction_name(rs2asmParser.Instruction_nameContext ctx)
Enter a parse tree produced byrs2asmParser.instruction_name().- Parameters:
ctx- the parse tree
-
exitInstruction_name
void exitInstruction_name(rs2asmParser.Instruction_nameContext ctx)
Exit a parse tree produced byrs2asmParser.instruction_name().- Parameters:
ctx- the parse tree
-
enterName_string
void enterName_string(rs2asmParser.Name_stringContext ctx)
Enter a parse tree produced byrs2asmParser.name_string().- Parameters:
ctx- the parse tree
-
exitName_string
void exitName_string(rs2asmParser.Name_stringContext ctx)
Exit a parse tree produced byrs2asmParser.name_string().- Parameters:
ctx- the parse tree
-
enterName_opcode
void enterName_opcode(rs2asmParser.Name_opcodeContext ctx)
Enter a parse tree produced byrs2asmParser.name_opcode().- Parameters:
ctx- the parse tree
-
exitName_opcode
void exitName_opcode(rs2asmParser.Name_opcodeContext ctx)
Exit a parse tree produced byrs2asmParser.name_opcode().- Parameters:
ctx- the parse tree
-
enterInstruction_operand
void enterInstruction_operand(rs2asmParser.Instruction_operandContext ctx)
Enter a parse tree produced byrs2asmParser.instruction_operand().- Parameters:
ctx- the parse tree
-
exitInstruction_operand
void exitInstruction_operand(rs2asmParser.Instruction_operandContext ctx)
Exit a parse tree produced byrs2asmParser.instruction_operand().- Parameters:
ctx- the parse tree
-
enterOperand_int
void enterOperand_int(rs2asmParser.Operand_intContext ctx)
Enter a parse tree produced byrs2asmParser.operand_int().- Parameters:
ctx- the parse tree
-
exitOperand_int
void exitOperand_int(rs2asmParser.Operand_intContext ctx)
Exit a parse tree produced byrs2asmParser.operand_int().- Parameters:
ctx- the parse tree
-
enterOperand_qstring
void enterOperand_qstring(rs2asmParser.Operand_qstringContext ctx)
Enter a parse tree produced byrs2asmParser.operand_qstring().- Parameters:
ctx- the parse tree
-
exitOperand_qstring
void exitOperand_qstring(rs2asmParser.Operand_qstringContext ctx)
Exit a parse tree produced byrs2asmParser.operand_qstring().- Parameters:
ctx- the parse tree
-
enterOperand_label
void enterOperand_label(rs2asmParser.Operand_labelContext ctx)
Enter a parse tree produced byrs2asmParser.operand_label().- Parameters:
ctx- the parse tree
-
exitOperand_label
void exitOperand_label(rs2asmParser.Operand_labelContext ctx)
Exit a parse tree produced byrs2asmParser.operand_label().- Parameters:
ctx- the parse tree
-
enterOperand_symbol
void enterOperand_symbol(rs2asmParser.Operand_symbolContext ctx)
Enter a parse tree produced byrs2asmParser.operand_symbol().- Parameters:
ctx- the parse tree
-
exitOperand_symbol
void exitOperand_symbol(rs2asmParser.Operand_symbolContext ctx)
Exit a parse tree produced byrs2asmParser.operand_symbol().- Parameters:
ctx- the parse tree
-
enterSwitch_lookup
void enterSwitch_lookup(rs2asmParser.Switch_lookupContext ctx)
Enter a parse tree produced byrs2asmParser.switch_lookup().- Parameters:
ctx- the parse tree
-
exitSwitch_lookup
void exitSwitch_lookup(rs2asmParser.Switch_lookupContext ctx)
Exit a parse tree produced byrs2asmParser.switch_lookup().- Parameters:
ctx- the parse tree
-
enterSwitch_key
void enterSwitch_key(rs2asmParser.Switch_keyContext ctx)
Enter a parse tree produced byrs2asmParser.switch_key().- Parameters:
ctx- the parse tree
-
exitSwitch_key
void exitSwitch_key(rs2asmParser.Switch_keyContext ctx)
Exit a parse tree produced byrs2asmParser.switch_key().- Parameters:
ctx- the parse tree
-
enterSwitch_value
void enterSwitch_value(rs2asmParser.Switch_valueContext ctx)
Enter a parse tree produced byrs2asmParser.switch_value().- Parameters:
ctx- the parse tree
-
exitSwitch_value
void exitSwitch_value(rs2asmParser.Switch_valueContext ctx)
Exit a parse tree produced byrs2asmParser.switch_value().- Parameters:
ctx- the parse tree
-
-