Class JimpleBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
,JimpleListener
JimpleListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byJimpleParser.arg_list()
.void
Enter a parse tree produced byJimpleParser.array_descriptor()
.void
Enter a parse tree produced byJimpleParser.assignments()
.void
Enter a parse tree produced byJimpleParser.binop()
.void
Enter a parse tree produced byJimpleParser.binop_expr()
.void
Enter a parse tree produced byJimpleParser.bool_expr()
.void
Enter a parse tree produced byJimpleParser.case_label()
.void
Enter a parse tree produced byJimpleParser.case_stmt()
.void
Enter a parse tree produced byJimpleParser.class_modifier()
.void
Enter a parse tree produced byJimpleParser.common_modifier()
.void
Enter a parse tree produced byJimpleParser.constant()
.void
Enter a parse tree produced byJimpleParser.declaration()
.void
Enter a parse tree produced byJimpleParser.declarations()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Enter a parse tree produced byJimpleParser.extends_clause()
.void
Enter a parse tree produced byJimpleParser.field()
.void
Enter a parse tree produced byJimpleParser.field_modifier()
.void
Enter a parse tree produced byJimpleParser.field_signature()
.void
Enter a parse tree produced byJimpleParser.file()
.void
Enter a parse tree produced byJimpleParser.file_type()
.void
Enter a parse tree produced byJimpleParser.goto_stmt()
.void
Enter a parse tree produced byJimpleParser.identifier()
.void
Enter a parse tree produced byJimpleParser.identity_ref()
.void
Enter a parse tree produced byJimpleParser.immediate()
.void
Enter a parse tree produced byJimpleParser.implements_clause()
.void
Enter a parse tree produced byJimpleParser.importItem()
.void
Enter a parse tree produced byJimpleParser.integer_constant()
.void
Enter a parse tree produced byJimpleParser.invoke_expr()
.void
Enter a parse tree produced byJimpleParser.member()
.void
Enter a parse tree produced byJimpleParser.method()
.void
Enter a parse tree produced byJimpleParser.method_body()
.void
Enter a parse tree produced byJimpleParser.method_body_contents()
.void
Enter a parse tree produced byJimpleParser.method_modifier()
.void
Enter a parse tree produced byJimpleParser.method_name()
.void
Enter a parse tree produced byJimpleParser.method_signature()
.void
Enter a parse tree produced byJimpleParser.method_subsignature()
.void
Enter a parse tree produced byJimpleParser.methodhandle()
.void
Enter a parse tree produced byJimpleParser.reference()
.void
Enter a parse tree produced byJimpleParser.statement()
.void
Enter a parse tree produced byJimpleParser.statements()
.void
Enter a parse tree produced byJimpleParser.stmt()
.void
Enter a parse tree produced byJimpleParser.throws_clause()
.void
Enter a parse tree produced byJimpleParser.trap_clause()
.void
Enter a parse tree produced byJimpleParser.trap_clauses()
.void
Enter a parse tree produced byJimpleParser.type()
.void
Enter a parse tree produced byJimpleParser.type_list()
.void
Enter a parse tree produced byJimpleParser.unop()
.void
Enter a parse tree produced byJimpleParser.unop_expr()
.void
Enter a parse tree produced byJimpleParser.value()
.void
Exit a parse tree produced byJimpleParser.arg_list()
.void
Exit a parse tree produced byJimpleParser.array_descriptor()
.void
Exit a parse tree produced byJimpleParser.assignments()
.void
Exit a parse tree produced byJimpleParser.binop()
.void
Exit a parse tree produced byJimpleParser.binop_expr()
.void
Exit a parse tree produced byJimpleParser.bool_expr()
.void
Exit a parse tree produced byJimpleParser.case_label()
.void
Exit a parse tree produced byJimpleParser.case_stmt()
.void
Exit a parse tree produced byJimpleParser.class_modifier()
.void
Exit a parse tree produced byJimpleParser.common_modifier()
.void
Exit a parse tree produced byJimpleParser.constant()
.void
Exit a parse tree produced byJimpleParser.declaration()
.void
Exit a parse tree produced byJimpleParser.declarations()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Exit a parse tree produced byJimpleParser.extends_clause()
.void
Exit a parse tree produced byJimpleParser.field()
.void
Exit a parse tree produced byJimpleParser.field_modifier()
.void
Exit a parse tree produced byJimpleParser.field_signature()
.void
Exit a parse tree produced byJimpleParser.file()
.void
Exit a parse tree produced byJimpleParser.file_type()
.void
Exit a parse tree produced byJimpleParser.goto_stmt()
.void
Exit a parse tree produced byJimpleParser.identifier()
.void
Exit a parse tree produced byJimpleParser.identity_ref()
.void
Exit a parse tree produced byJimpleParser.immediate()
.void
Exit a parse tree produced byJimpleParser.implements_clause()
.void
Exit a parse tree produced byJimpleParser.importItem()
.void
Exit a parse tree produced byJimpleParser.integer_constant()
.void
Exit a parse tree produced byJimpleParser.invoke_expr()
.void
Exit a parse tree produced byJimpleParser.member()
.void
Exit a parse tree produced byJimpleParser.method()
.void
Exit a parse tree produced byJimpleParser.method_body()
.void
Exit a parse tree produced byJimpleParser.method_body_contents()
.void
Exit a parse tree produced byJimpleParser.method_modifier()
.void
Exit a parse tree produced byJimpleParser.method_name()
.void
Exit a parse tree produced byJimpleParser.method_signature()
.void
Exit a parse tree produced byJimpleParser.method_subsignature()
.void
Exit a parse tree produced byJimpleParser.methodhandle()
.void
Exit a parse tree produced byJimpleParser.reference()
.void
Exit a parse tree produced byJimpleParser.statement()
.void
Exit a parse tree produced byJimpleParser.statements()
.void
Exit a parse tree produced byJimpleParser.stmt()
.void
Exit a parse tree produced byJimpleParser.throws_clause()
.void
Exit a parse tree produced byJimpleParser.trap_clause()
.void
Exit a parse tree produced byJimpleParser.trap_clauses()
.void
Exit a parse tree produced byJimpleParser.type()
.void
Exit a parse tree produced byJimpleParser.type_list()
.void
Exit a parse tree produced byJimpleParser.unop()
.void
Exit a parse tree produced byJimpleParser.unop_expr()
.void
Exit a parse tree produced byJimpleParser.value()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
JimpleBaseListener
public JimpleBaseListener()
-
-
Method Details
-
enterIdentifier
Enter a parse tree produced byJimpleParser.identifier()
.The default implementation does nothing.
- Specified by:
enterIdentifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitIdentifier
Exit a parse tree produced byJimpleParser.identifier()
.The default implementation does nothing.
- Specified by:
exitIdentifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterInteger_constant
Enter a parse tree produced byJimpleParser.integer_constant()
.The default implementation does nothing.
- Specified by:
enterInteger_constant
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitInteger_constant
Exit a parse tree produced byJimpleParser.integer_constant()
.The default implementation does nothing.
- Specified by:
exitInteger_constant
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterFile
Enter a parse tree produced byJimpleParser.file()
.The default implementation does nothing.
- Specified by:
enterFile
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitFile
Exit a parse tree produced byJimpleParser.file()
.The default implementation does nothing.
- Specified by:
exitFile
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterImportItem
Enter a parse tree produced byJimpleParser.importItem()
.The default implementation does nothing.
- Specified by:
enterImportItem
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitImportItem
Exit a parse tree produced byJimpleParser.importItem()
.The default implementation does nothing.
- Specified by:
exitImportItem
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterCommon_modifier
Enter a parse tree produced byJimpleParser.common_modifier()
.The default implementation does nothing.
- Specified by:
enterCommon_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitCommon_modifier
Exit a parse tree produced byJimpleParser.common_modifier()
.The default implementation does nothing.
- Specified by:
exitCommon_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterClass_modifier
Enter a parse tree produced byJimpleParser.class_modifier()
.The default implementation does nothing.
- Specified by:
enterClass_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitClass_modifier
Exit a parse tree produced byJimpleParser.class_modifier()
.The default implementation does nothing.
- Specified by:
exitClass_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethod_modifier
Enter a parse tree produced byJimpleParser.method_modifier()
.The default implementation does nothing.
- Specified by:
enterMethod_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethod_modifier
Exit a parse tree produced byJimpleParser.method_modifier()
.The default implementation does nothing.
- Specified by:
exitMethod_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterField_modifier
Enter a parse tree produced byJimpleParser.field_modifier()
.The default implementation does nothing.
- Specified by:
enterField_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitField_modifier
Exit a parse tree produced byJimpleParser.field_modifier()
.The default implementation does nothing.
- Specified by:
exitField_modifier
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterFile_type
Enter a parse tree produced byJimpleParser.file_type()
.The default implementation does nothing.
- Specified by:
enterFile_type
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitFile_type
Exit a parse tree produced byJimpleParser.file_type()
.The default implementation does nothing.
- Specified by:
exitFile_type
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterExtends_clause
Enter a parse tree produced byJimpleParser.extends_clause()
.The default implementation does nothing.
- Specified by:
enterExtends_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitExtends_clause
Exit a parse tree produced byJimpleParser.extends_clause()
.The default implementation does nothing.
- Specified by:
exitExtends_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterImplements_clause
Enter a parse tree produced byJimpleParser.implements_clause()
.The default implementation does nothing.
- Specified by:
enterImplements_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitImplements_clause
Exit a parse tree produced byJimpleParser.implements_clause()
.The default implementation does nothing.
- Specified by:
exitImplements_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterType
Enter a parse tree produced byJimpleParser.type()
.The default implementation does nothing.
- Specified by:
enterType
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitType
Exit a parse tree produced byJimpleParser.type()
.The default implementation does nothing.
- Specified by:
exitType
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterType_list
Enter a parse tree produced byJimpleParser.type_list()
.The default implementation does nothing.
- Specified by:
enterType_list
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitType_list
Exit a parse tree produced byJimpleParser.type_list()
.The default implementation does nothing.
- Specified by:
exitType_list
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMember
Enter a parse tree produced byJimpleParser.member()
.The default implementation does nothing.
- Specified by:
enterMember
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMember
Exit a parse tree produced byJimpleParser.member()
.The default implementation does nothing.
- Specified by:
exitMember
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterField
Enter a parse tree produced byJimpleParser.field()
.The default implementation does nothing.
- Specified by:
enterField
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitField
Exit a parse tree produced byJimpleParser.field()
.The default implementation does nothing.
- Specified by:
exitField
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethod
Enter a parse tree produced byJimpleParser.method()
.The default implementation does nothing.
- Specified by:
enterMethod
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethod
Exit a parse tree produced byJimpleParser.method()
.The default implementation does nothing.
- Specified by:
exitMethod
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethod_name
Enter a parse tree produced byJimpleParser.method_name()
.The default implementation does nothing.
- Specified by:
enterMethod_name
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethod_name
Exit a parse tree produced byJimpleParser.method_name()
.The default implementation does nothing.
- Specified by:
exitMethod_name
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterThrows_clause
Enter a parse tree produced byJimpleParser.throws_clause()
.The default implementation does nothing.
- Specified by:
enterThrows_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitThrows_clause
Exit a parse tree produced byJimpleParser.throws_clause()
.The default implementation does nothing.
- Specified by:
exitThrows_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethod_body
Enter a parse tree produced byJimpleParser.method_body()
.The default implementation does nothing.
- Specified by:
enterMethod_body
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethod_body
Exit a parse tree produced byJimpleParser.method_body()
.The default implementation does nothing.
- Specified by:
exitMethod_body
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethod_body_contents
Enter a parse tree produced byJimpleParser.method_body_contents()
.The default implementation does nothing.
- Specified by:
enterMethod_body_contents
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethod_body_contents
Exit a parse tree produced byJimpleParser.method_body_contents()
.The default implementation does nothing.
- Specified by:
exitMethod_body_contents
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterTrap_clauses
Enter a parse tree produced byJimpleParser.trap_clauses()
.The default implementation does nothing.
- Specified by:
enterTrap_clauses
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitTrap_clauses
Exit a parse tree produced byJimpleParser.trap_clauses()
.The default implementation does nothing.
- Specified by:
exitTrap_clauses
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterStatements
Enter a parse tree produced byJimpleParser.statements()
.The default implementation does nothing.
- Specified by:
enterStatements
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitStatements
Exit a parse tree produced byJimpleParser.statements()
.The default implementation does nothing.
- Specified by:
exitStatements
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterDeclarations
Enter a parse tree produced byJimpleParser.declarations()
.The default implementation does nothing.
- Specified by:
enterDeclarations
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitDeclarations
Exit a parse tree produced byJimpleParser.declarations()
.The default implementation does nothing.
- Specified by:
exitDeclarations
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterDeclaration
Enter a parse tree produced byJimpleParser.declaration()
.The default implementation does nothing.
- Specified by:
enterDeclaration
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitDeclaration
Exit a parse tree produced byJimpleParser.declaration()
.The default implementation does nothing.
- Specified by:
exitDeclaration
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterStatement
Enter a parse tree produced byJimpleParser.statement()
.The default implementation does nothing.
- Specified by:
enterStatement
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitStatement
Exit a parse tree produced byJimpleParser.statement()
.The default implementation does nothing.
- Specified by:
exitStatement
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterStmt
Enter a parse tree produced byJimpleParser.stmt()
.The default implementation does nothing.
- Specified by:
enterStmt
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitStmt
Exit a parse tree produced byJimpleParser.stmt()
.The default implementation does nothing.
- Specified by:
exitStmt
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterAssignments
Enter a parse tree produced byJimpleParser.assignments()
.The default implementation does nothing.
- Specified by:
enterAssignments
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitAssignments
Exit a parse tree produced byJimpleParser.assignments()
.The default implementation does nothing.
- Specified by:
exitAssignments
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterIdentity_ref
Enter a parse tree produced byJimpleParser.identity_ref()
.The default implementation does nothing.
- Specified by:
enterIdentity_ref
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitIdentity_ref
Exit a parse tree produced byJimpleParser.identity_ref()
.The default implementation does nothing.
- Specified by:
exitIdentity_ref
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterCase_stmt
Enter a parse tree produced byJimpleParser.case_stmt()
.The default implementation does nothing.
- Specified by:
enterCase_stmt
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitCase_stmt
Exit a parse tree produced byJimpleParser.case_stmt()
.The default implementation does nothing.
- Specified by:
exitCase_stmt
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterCase_label
Enter a parse tree produced byJimpleParser.case_label()
.The default implementation does nothing.
- Specified by:
enterCase_label
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitCase_label
Exit a parse tree produced byJimpleParser.case_label()
.The default implementation does nothing.
- Specified by:
exitCase_label
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterGoto_stmt
Enter a parse tree produced byJimpleParser.goto_stmt()
.The default implementation does nothing.
- Specified by:
enterGoto_stmt
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitGoto_stmt
Exit a parse tree produced byJimpleParser.goto_stmt()
.The default implementation does nothing.
- Specified by:
exitGoto_stmt
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterTrap_clause
Enter a parse tree produced byJimpleParser.trap_clause()
.The default implementation does nothing.
- Specified by:
enterTrap_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitTrap_clause
Exit a parse tree produced byJimpleParser.trap_clause()
.The default implementation does nothing.
- Specified by:
exitTrap_clause
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterValue
Enter a parse tree produced byJimpleParser.value()
.The default implementation does nothing.
- Specified by:
enterValue
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitValue
Exit a parse tree produced byJimpleParser.value()
.The default implementation does nothing.
- Specified by:
exitValue
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterBool_expr
Enter a parse tree produced byJimpleParser.bool_expr()
.The default implementation does nothing.
- Specified by:
enterBool_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitBool_expr
Exit a parse tree produced byJimpleParser.bool_expr()
.The default implementation does nothing.
- Specified by:
exitBool_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterInvoke_expr
Enter a parse tree produced byJimpleParser.invoke_expr()
.The default implementation does nothing.
- Specified by:
enterInvoke_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitInvoke_expr
Exit a parse tree produced byJimpleParser.invoke_expr()
.The default implementation does nothing.
- Specified by:
exitInvoke_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterBinop_expr
Enter a parse tree produced byJimpleParser.binop_expr()
.The default implementation does nothing.
- Specified by:
enterBinop_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitBinop_expr
Exit a parse tree produced byJimpleParser.binop_expr()
.The default implementation does nothing.
- Specified by:
exitBinop_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterUnop_expr
Enter a parse tree produced byJimpleParser.unop_expr()
.The default implementation does nothing.
- Specified by:
enterUnop_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitUnop_expr
Exit a parse tree produced byJimpleParser.unop_expr()
.The default implementation does nothing.
- Specified by:
exitUnop_expr
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethod_subsignature
Enter a parse tree produced byJimpleParser.method_subsignature()
.The default implementation does nothing.
- Specified by:
enterMethod_subsignature
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethod_subsignature
Exit a parse tree produced byJimpleParser.method_subsignature()
.The default implementation does nothing.
- Specified by:
exitMethod_subsignature
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethod_signature
Enter a parse tree produced byJimpleParser.method_signature()
.The default implementation does nothing.
- Specified by:
enterMethod_signature
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethod_signature
Exit a parse tree produced byJimpleParser.method_signature()
.The default implementation does nothing.
- Specified by:
exitMethod_signature
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterReference
Enter a parse tree produced byJimpleParser.reference()
.The default implementation does nothing.
- Specified by:
enterReference
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitReference
Exit a parse tree produced byJimpleParser.reference()
.The default implementation does nothing.
- Specified by:
exitReference
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterField_signature
Enter a parse tree produced byJimpleParser.field_signature()
.The default implementation does nothing.
- Specified by:
enterField_signature
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitField_signature
Exit a parse tree produced byJimpleParser.field_signature()
.The default implementation does nothing.
- Specified by:
exitField_signature
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterArray_descriptor
Enter a parse tree produced byJimpleParser.array_descriptor()
.The default implementation does nothing.
- Specified by:
enterArray_descriptor
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitArray_descriptor
Exit a parse tree produced byJimpleParser.array_descriptor()
.The default implementation does nothing.
- Specified by:
exitArray_descriptor
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterArg_list
Enter a parse tree produced byJimpleParser.arg_list()
.The default implementation does nothing.
- Specified by:
enterArg_list
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitArg_list
Exit a parse tree produced byJimpleParser.arg_list()
.The default implementation does nothing.
- Specified by:
exitArg_list
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterImmediate
Enter a parse tree produced byJimpleParser.immediate()
.The default implementation does nothing.
- Specified by:
enterImmediate
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitImmediate
Exit a parse tree produced byJimpleParser.immediate()
.The default implementation does nothing.
- Specified by:
exitImmediate
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterMethodhandle
Enter a parse tree produced byJimpleParser.methodhandle()
.The default implementation does nothing.
- Specified by:
enterMethodhandle
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitMethodhandle
Exit a parse tree produced byJimpleParser.methodhandle()
.The default implementation does nothing.
- Specified by:
exitMethodhandle
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterConstant
Enter a parse tree produced byJimpleParser.constant()
.The default implementation does nothing.
- Specified by:
enterConstant
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitConstant
Exit a parse tree produced byJimpleParser.constant()
.The default implementation does nothing.
- Specified by:
exitConstant
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterBinop
Enter a parse tree produced byJimpleParser.binop()
.The default implementation does nothing.
- Specified by:
enterBinop
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitBinop
Exit a parse tree produced byJimpleParser.binop()
.The default implementation does nothing.
- Specified by:
exitBinop
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterUnop
Enter a parse tree produced byJimpleParser.unop()
.The default implementation does nothing.
- Specified by:
enterUnop
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
exitUnop
Exit a parse tree produced byJimpleParser.unop()
.The default implementation does nothing.
- Specified by:
exitUnop
in interfaceJimpleListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-