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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byJimpleParser.arg_list().voidEnter a parse tree produced byJimpleParser.array_descriptor().voidEnter a parse tree produced byJimpleParser.assignments().voidEnter a parse tree produced byJimpleParser.binop().voidEnter a parse tree produced byJimpleParser.binop_expr().voidEnter a parse tree produced byJimpleParser.bool_expr().voidEnter a parse tree produced byJimpleParser.case_label().voidEnter a parse tree produced byJimpleParser.case_stmt().voidEnter a parse tree produced byJimpleParser.class_modifier().voidEnter a parse tree produced byJimpleParser.common_modifier().voidEnter a parse tree produced byJimpleParser.constant().voidEnter a parse tree produced byJimpleParser.declaration().voidEnter a parse tree produced byJimpleParser.declarations().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byJimpleParser.extends_clause().voidEnter a parse tree produced byJimpleParser.field().voidEnter a parse tree produced byJimpleParser.field_modifier().voidEnter a parse tree produced byJimpleParser.field_signature().voidEnter a parse tree produced byJimpleParser.file().voidEnter a parse tree produced byJimpleParser.file_type().voidEnter a parse tree produced byJimpleParser.goto_stmt().voidEnter a parse tree produced byJimpleParser.identifier().voidEnter a parse tree produced byJimpleParser.identity_ref().voidEnter a parse tree produced byJimpleParser.immediate().voidEnter a parse tree produced byJimpleParser.implements_clause().voidEnter a parse tree produced byJimpleParser.importItem().voidEnter a parse tree produced byJimpleParser.integer_constant().voidEnter a parse tree produced byJimpleParser.invoke_expr().voidEnter a parse tree produced byJimpleParser.member().voidEnter a parse tree produced byJimpleParser.method().voidEnter a parse tree produced byJimpleParser.method_body().voidEnter a parse tree produced byJimpleParser.method_body_contents().voidEnter a parse tree produced byJimpleParser.method_modifier().voidEnter a parse tree produced byJimpleParser.method_name().voidEnter a parse tree produced byJimpleParser.method_signature().voidEnter a parse tree produced byJimpleParser.method_subsignature().voidEnter a parse tree produced byJimpleParser.methodhandle().voidEnter a parse tree produced byJimpleParser.reference().voidEnter a parse tree produced byJimpleParser.statement().voidEnter a parse tree produced byJimpleParser.statements().voidEnter a parse tree produced byJimpleParser.stmt().voidEnter a parse tree produced byJimpleParser.throws_clause().voidEnter a parse tree produced byJimpleParser.trap_clause().voidEnter a parse tree produced byJimpleParser.trap_clauses().voidEnter a parse tree produced byJimpleParser.type().voidEnter a parse tree produced byJimpleParser.type_list().voidEnter a parse tree produced byJimpleParser.unop().voidEnter a parse tree produced byJimpleParser.unop_expr().voidEnter a parse tree produced byJimpleParser.value().voidExit a parse tree produced byJimpleParser.arg_list().voidExit a parse tree produced byJimpleParser.array_descriptor().voidExit a parse tree produced byJimpleParser.assignments().voidExit a parse tree produced byJimpleParser.binop().voidExit a parse tree produced byJimpleParser.binop_expr().voidExit a parse tree produced byJimpleParser.bool_expr().voidExit a parse tree produced byJimpleParser.case_label().voidExit a parse tree produced byJimpleParser.case_stmt().voidExit a parse tree produced byJimpleParser.class_modifier().voidExit a parse tree produced byJimpleParser.common_modifier().voidExit a parse tree produced byJimpleParser.constant().voidExit a parse tree produced byJimpleParser.declaration().voidExit a parse tree produced byJimpleParser.declarations().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byJimpleParser.extends_clause().voidExit a parse tree produced byJimpleParser.field().voidExit a parse tree produced byJimpleParser.field_modifier().voidExit a parse tree produced byJimpleParser.field_signature().voidExit a parse tree produced byJimpleParser.file().voidExit a parse tree produced byJimpleParser.file_type().voidExit a parse tree produced byJimpleParser.goto_stmt().voidExit a parse tree produced byJimpleParser.identifier().voidExit a parse tree produced byJimpleParser.identity_ref().voidExit a parse tree produced byJimpleParser.immediate().voidExit a parse tree produced byJimpleParser.implements_clause().voidExit a parse tree produced byJimpleParser.importItem().voidExit a parse tree produced byJimpleParser.integer_constant().voidExit a parse tree produced byJimpleParser.invoke_expr().voidExit a parse tree produced byJimpleParser.member().voidExit a parse tree produced byJimpleParser.method().voidExit a parse tree produced byJimpleParser.method_body().voidExit a parse tree produced byJimpleParser.method_body_contents().voidExit a parse tree produced byJimpleParser.method_modifier().voidExit a parse tree produced byJimpleParser.method_name().voidExit a parse tree produced byJimpleParser.method_signature().voidExit a parse tree produced byJimpleParser.method_subsignature().voidExit a parse tree produced byJimpleParser.methodhandle().voidExit a parse tree produced byJimpleParser.reference().voidExit a parse tree produced byJimpleParser.statement().voidExit a parse tree produced byJimpleParser.statements().voidExit a parse tree produced byJimpleParser.stmt().voidExit a parse tree produced byJimpleParser.throws_clause().voidExit a parse tree produced byJimpleParser.trap_clause().voidExit a parse tree produced byJimpleParser.trap_clauses().voidExit a parse tree produced byJimpleParser.type().voidExit a parse tree produced byJimpleParser.type_list().voidExit a parse tree produced byJimpleParser.unop().voidExit a parse tree produced byJimpleParser.unop_expr().voidExit a parse tree produced byJimpleParser.value().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(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:
enterIdentifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byJimpleParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterInteger_constant
Enter a parse tree produced byJimpleParser.integer_constant().The default implementation does nothing.
- Specified by:
enterInteger_constantin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitInteger_constant
Exit a parse tree produced byJimpleParser.integer_constant().The default implementation does nothing.
- Specified by:
exitInteger_constantin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterFile
Enter a parse tree produced byJimpleParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byJimpleParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterImportItem
Enter a parse tree produced byJimpleParser.importItem().The default implementation does nothing.
- Specified by:
enterImportItemin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitImportItem
Exit a parse tree produced byJimpleParser.importItem().The default implementation does nothing.
- Specified by:
exitImportItemin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterCommon_modifier
Enter a parse tree produced byJimpleParser.common_modifier().The default implementation does nothing.
- Specified by:
enterCommon_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitCommon_modifier
Exit a parse tree produced byJimpleParser.common_modifier().The default implementation does nothing.
- Specified by:
exitCommon_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterClass_modifier
Enter a parse tree produced byJimpleParser.class_modifier().The default implementation does nothing.
- Specified by:
enterClass_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitClass_modifier
Exit a parse tree produced byJimpleParser.class_modifier().The default implementation does nothing.
- Specified by:
exitClass_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMethod_modifier
Enter a parse tree produced byJimpleParser.method_modifier().The default implementation does nothing.
- Specified by:
enterMethod_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMethod_modifier
Exit a parse tree produced byJimpleParser.method_modifier().The default implementation does nothing.
- Specified by:
exitMethod_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterField_modifier
Enter a parse tree produced byJimpleParser.field_modifier().The default implementation does nothing.
- Specified by:
enterField_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitField_modifier
Exit a parse tree produced byJimpleParser.field_modifier().The default implementation does nothing.
- Specified by:
exitField_modifierin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterFile_type
Enter a parse tree produced byJimpleParser.file_type().The default implementation does nothing.
- Specified by:
enterFile_typein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitFile_type
Exit a parse tree produced byJimpleParser.file_type().The default implementation does nothing.
- Specified by:
exitFile_typein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterExtends_clause
Enter a parse tree produced byJimpleParser.extends_clause().The default implementation does nothing.
- Specified by:
enterExtends_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitExtends_clause
Exit a parse tree produced byJimpleParser.extends_clause().The default implementation does nothing.
- Specified by:
exitExtends_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterImplements_clause
Enter a parse tree produced byJimpleParser.implements_clause().The default implementation does nothing.
- Specified by:
enterImplements_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitImplements_clause
Exit a parse tree produced byJimpleParser.implements_clause().The default implementation does nothing.
- Specified by:
exitImplements_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byJimpleParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byJimpleParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterType_list
Enter a parse tree produced byJimpleParser.type_list().The default implementation does nothing.
- Specified by:
enterType_listin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitType_list
Exit a parse tree produced byJimpleParser.type_list().The default implementation does nothing.
- Specified by:
exitType_listin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMember
Enter a parse tree produced byJimpleParser.member().The default implementation does nothing.
- Specified by:
enterMemberin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMember
Exit a parse tree produced byJimpleParser.member().The default implementation does nothing.
- Specified by:
exitMemberin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterField
Enter a parse tree produced byJimpleParser.field().The default implementation does nothing.
- Specified by:
enterFieldin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitField
Exit a parse tree produced byJimpleParser.field().The default implementation does nothing.
- Specified by:
exitFieldin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMethod
Enter a parse tree produced byJimpleParser.method().The default implementation does nothing.
- Specified by:
enterMethodin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMethod
Exit a parse tree produced byJimpleParser.method().The default implementation does nothing.
- Specified by:
exitMethodin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMethod_name
Enter a parse tree produced byJimpleParser.method_name().The default implementation does nothing.
- Specified by:
enterMethod_namein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMethod_name
Exit a parse tree produced byJimpleParser.method_name().The default implementation does nothing.
- Specified by:
exitMethod_namein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterThrows_clause
Enter a parse tree produced byJimpleParser.throws_clause().The default implementation does nothing.
- Specified by:
enterThrows_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitThrows_clause
Exit a parse tree produced byJimpleParser.throws_clause().The default implementation does nothing.
- Specified by:
exitThrows_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMethod_body
Enter a parse tree produced byJimpleParser.method_body().The default implementation does nothing.
- Specified by:
enterMethod_bodyin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMethod_body
Exit a parse tree produced byJimpleParser.method_body().The default implementation does nothing.
- Specified by:
exitMethod_bodyin 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_contentsin 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_contentsin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterTrap_clauses
Enter a parse tree produced byJimpleParser.trap_clauses().The default implementation does nothing.
- Specified by:
enterTrap_clausesin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitTrap_clauses
Exit a parse tree produced byJimpleParser.trap_clauses().The default implementation does nothing.
- Specified by:
exitTrap_clausesin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterStatements
Enter a parse tree produced byJimpleParser.statements().The default implementation does nothing.
- Specified by:
enterStatementsin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitStatements
Exit a parse tree produced byJimpleParser.statements().The default implementation does nothing.
- Specified by:
exitStatementsin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterDeclarations
Enter a parse tree produced byJimpleParser.declarations().The default implementation does nothing.
- Specified by:
enterDeclarationsin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitDeclarations
Exit a parse tree produced byJimpleParser.declarations().The default implementation does nothing.
- Specified by:
exitDeclarationsin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterDeclaration
Enter a parse tree produced byJimpleParser.declaration().The default implementation does nothing.
- Specified by:
enterDeclarationin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitDeclaration
Exit a parse tree produced byJimpleParser.declaration().The default implementation does nothing.
- Specified by:
exitDeclarationin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byJimpleParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byJimpleParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterStmt
Enter a parse tree produced byJimpleParser.stmt().The default implementation does nothing.
- Specified by:
enterStmtin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitStmt
Exit a parse tree produced byJimpleParser.stmt().The default implementation does nothing.
- Specified by:
exitStmtin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterAssignments
Enter a parse tree produced byJimpleParser.assignments().The default implementation does nothing.
- Specified by:
enterAssignmentsin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitAssignments
Exit a parse tree produced byJimpleParser.assignments().The default implementation does nothing.
- Specified by:
exitAssignmentsin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterIdentity_ref
Enter a parse tree produced byJimpleParser.identity_ref().The default implementation does nothing.
- Specified by:
enterIdentity_refin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitIdentity_ref
Exit a parse tree produced byJimpleParser.identity_ref().The default implementation does nothing.
- Specified by:
exitIdentity_refin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterCase_stmt
Enter a parse tree produced byJimpleParser.case_stmt().The default implementation does nothing.
- Specified by:
enterCase_stmtin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitCase_stmt
Exit a parse tree produced byJimpleParser.case_stmt().The default implementation does nothing.
- Specified by:
exitCase_stmtin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterCase_label
Enter a parse tree produced byJimpleParser.case_label().The default implementation does nothing.
- Specified by:
enterCase_labelin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitCase_label
Exit a parse tree produced byJimpleParser.case_label().The default implementation does nothing.
- Specified by:
exitCase_labelin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterGoto_stmt
Enter a parse tree produced byJimpleParser.goto_stmt().The default implementation does nothing.
- Specified by:
enterGoto_stmtin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitGoto_stmt
Exit a parse tree produced byJimpleParser.goto_stmt().The default implementation does nothing.
- Specified by:
exitGoto_stmtin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterTrap_clause
Enter a parse tree produced byJimpleParser.trap_clause().The default implementation does nothing.
- Specified by:
enterTrap_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitTrap_clause
Exit a parse tree produced byJimpleParser.trap_clause().The default implementation does nothing.
- Specified by:
exitTrap_clausein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byJimpleParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byJimpleParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterBool_expr
Enter a parse tree produced byJimpleParser.bool_expr().The default implementation does nothing.
- Specified by:
enterBool_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitBool_expr
Exit a parse tree produced byJimpleParser.bool_expr().The default implementation does nothing.
- Specified by:
exitBool_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterInvoke_expr
Enter a parse tree produced byJimpleParser.invoke_expr().The default implementation does nothing.
- Specified by:
enterInvoke_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitInvoke_expr
Exit a parse tree produced byJimpleParser.invoke_expr().The default implementation does nothing.
- Specified by:
exitInvoke_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterBinop_expr
Enter a parse tree produced byJimpleParser.binop_expr().The default implementation does nothing.
- Specified by:
enterBinop_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitBinop_expr
Exit a parse tree produced byJimpleParser.binop_expr().The default implementation does nothing.
- Specified by:
exitBinop_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterUnop_expr
Enter a parse tree produced byJimpleParser.unop_expr().The default implementation does nothing.
- Specified by:
enterUnop_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitUnop_expr
Exit a parse tree produced byJimpleParser.unop_expr().The default implementation does nothing.
- Specified by:
exitUnop_exprin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMethod_subsignature
Enter a parse tree produced byJimpleParser.method_subsignature().The default implementation does nothing.
- Specified by:
enterMethod_subsignaturein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMethod_subsignature
Exit a parse tree produced byJimpleParser.method_subsignature().The default implementation does nothing.
- Specified by:
exitMethod_subsignaturein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMethod_signature
Enter a parse tree produced byJimpleParser.method_signature().The default implementation does nothing.
- Specified by:
enterMethod_signaturein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMethod_signature
Exit a parse tree produced byJimpleParser.method_signature().The default implementation does nothing.
- Specified by:
exitMethod_signaturein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterReference
Enter a parse tree produced byJimpleParser.reference().The default implementation does nothing.
- Specified by:
enterReferencein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitReference
Exit a parse tree produced byJimpleParser.reference().The default implementation does nothing.
- Specified by:
exitReferencein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterField_signature
Enter a parse tree produced byJimpleParser.field_signature().The default implementation does nothing.
- Specified by:
enterField_signaturein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitField_signature
Exit a parse tree produced byJimpleParser.field_signature().The default implementation does nothing.
- Specified by:
exitField_signaturein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterArray_descriptor
Enter a parse tree produced byJimpleParser.array_descriptor().The default implementation does nothing.
- Specified by:
enterArray_descriptorin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitArray_descriptor
Exit a parse tree produced byJimpleParser.array_descriptor().The default implementation does nothing.
- Specified by:
exitArray_descriptorin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterArg_list
Enter a parse tree produced byJimpleParser.arg_list().The default implementation does nothing.
- Specified by:
enterArg_listin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitArg_list
Exit a parse tree produced byJimpleParser.arg_list().The default implementation does nothing.
- Specified by:
exitArg_listin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterImmediate
Enter a parse tree produced byJimpleParser.immediate().The default implementation does nothing.
- Specified by:
enterImmediatein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitImmediate
Exit a parse tree produced byJimpleParser.immediate().The default implementation does nothing.
- Specified by:
exitImmediatein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterMethodhandle
Enter a parse tree produced byJimpleParser.methodhandle().The default implementation does nothing.
- Specified by:
enterMethodhandlein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitMethodhandle
Exit a parse tree produced byJimpleParser.methodhandle().The default implementation does nothing.
- Specified by:
exitMethodhandlein interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterConstant
Enter a parse tree produced byJimpleParser.constant().The default implementation does nothing.
- Specified by:
enterConstantin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitConstant
Exit a parse tree produced byJimpleParser.constant().The default implementation does nothing.
- Specified by:
exitConstantin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterBinop
Enter a parse tree produced byJimpleParser.binop().The default implementation does nothing.
- Specified by:
enterBinopin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitBinop
Exit a parse tree produced byJimpleParser.binop().The default implementation does nothing.
- Specified by:
exitBinopin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
enterUnop
Enter a parse tree produced byJimpleParser.unop().The default implementation does nothing.
- Specified by:
enterUnopin interfaceJimpleListener- Parameters:
ctx- the parse tree
-
exitUnop
Exit a parse tree produced byJimpleParser.unop().The default implementation does nothing.
- Specified by:
exitUnopin interfaceJimpleListener- 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
-