Class JuliaBaseListener
- java.lang.Object
-
- net.sourceforge.pmd.lang.julia.ast.JuliaBaseListener
-
- All Implemented Interfaces:
JuliaListener
,org.antlr.v4.runtime.tree.ParseTreeListener
@Deprecated @Generated("org.antlr.v4.Tool") public class JuliaBaseListener extends Object implements JuliaListener
Deprecated.Since 7.8.0. This class was never intended to be generated. It will be removed with no replacement.This class provides an empty implementation ofJuliaListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description JuliaBaseListener()
Deprecated.
-
Method Summary
-
-
-
Method Detail
-
enterMain
public void enterMain(JuliaParser.MainContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.main()
.The default implementation does nothing.
- Specified by:
enterMain
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitMain
public void exitMain(JuliaParser.MainContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.main()
.The default implementation does nothing.
- Specified by:
exitMain
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterFunctionDefinition
public void enterFunctionDefinition(JuliaParser.FunctionDefinitionContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.functionDefinition()
.The default implementation does nothing.
- Specified by:
enterFunctionDefinition
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitFunctionDefinition
public void exitFunctionDefinition(JuliaParser.FunctionDefinitionContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.functionDefinition()
.The default implementation does nothing.
- Specified by:
exitFunctionDefinition
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterFunctionDefinition1
public void enterFunctionDefinition1(JuliaParser.FunctionDefinition1Context ctx)
Deprecated.Enter a parse tree produced byJuliaParser.functionDefinition1()
.The default implementation does nothing.
- Specified by:
enterFunctionDefinition1
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitFunctionDefinition1
public void exitFunctionDefinition1(JuliaParser.FunctionDefinition1Context ctx)
Deprecated.Exit a parse tree produced byJuliaParser.functionDefinition1()
.The default implementation does nothing.
- Specified by:
exitFunctionDefinition1
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterFunctionDefinition2
public void enterFunctionDefinition2(JuliaParser.FunctionDefinition2Context ctx)
Deprecated.Enter a parse tree produced byJuliaParser.functionDefinition2()
.The default implementation does nothing.
- Specified by:
enterFunctionDefinition2
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitFunctionDefinition2
public void exitFunctionDefinition2(JuliaParser.FunctionDefinition2Context ctx)
Deprecated.Exit a parse tree produced byJuliaParser.functionDefinition2()
.The default implementation does nothing.
- Specified by:
exitFunctionDefinition2
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterFunctionIdentifier
public void enterFunctionIdentifier(JuliaParser.FunctionIdentifierContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.functionIdentifier()
.The default implementation does nothing.
- Specified by:
enterFunctionIdentifier
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitFunctionIdentifier
public void exitFunctionIdentifier(JuliaParser.FunctionIdentifierContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.functionIdentifier()
.The default implementation does nothing.
- Specified by:
exitFunctionIdentifier
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterWhereClause
public void enterWhereClause(JuliaParser.WhereClauseContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.whereClause()
.The default implementation does nothing.
- Specified by:
enterWhereClause
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitWhereClause
public void exitWhereClause(JuliaParser.WhereClauseContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.whereClause()
.The default implementation does nothing.
- Specified by:
exitWhereClause
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterFunctionBody
public void enterFunctionBody(JuliaParser.FunctionBodyContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.functionBody()
.The default implementation does nothing.
- Specified by:
enterFunctionBody
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitFunctionBody
public void exitFunctionBody(JuliaParser.FunctionBodyContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.functionBody()
.The default implementation does nothing.
- Specified by:
exitFunctionBody
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterStatement
public void enterStatement(JuliaParser.StatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.statement()
.The default implementation does nothing.
- Specified by:
enterStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitStatement
public void exitStatement(JuliaParser.StatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.statement()
.The default implementation does nothing.
- Specified by:
exitStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterBeginStatement
public void enterBeginStatement(JuliaParser.BeginStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.beginStatement()
.The default implementation does nothing.
- Specified by:
enterBeginStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitBeginStatement
public void exitBeginStatement(JuliaParser.BeginStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.beginStatement()
.The default implementation does nothing.
- Specified by:
exitBeginStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterDoStatement
public void enterDoStatement(JuliaParser.DoStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.doStatement()
.The default implementation does nothing.
- Specified by:
enterDoStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitDoStatement
public void exitDoStatement(JuliaParser.DoStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.doStatement()
.The default implementation does nothing.
- Specified by:
exitDoStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterForStatement
public void enterForStatement(JuliaParser.ForStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.forStatement()
.The default implementation does nothing.
- Specified by:
enterForStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitForStatement
public void exitForStatement(JuliaParser.ForStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.forStatement()
.The default implementation does nothing.
- Specified by:
exitForStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterIfStatement
public void enterIfStatement(JuliaParser.IfStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.ifStatement()
.The default implementation does nothing.
- Specified by:
enterIfStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitIfStatement
public void exitIfStatement(JuliaParser.IfStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.ifStatement()
.The default implementation does nothing.
- Specified by:
exitIfStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterLetStatement
public void enterLetStatement(JuliaParser.LetStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.letStatement()
.The default implementation does nothing.
- Specified by:
enterLetStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitLetStatement
public void exitLetStatement(JuliaParser.LetStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.letStatement()
.The default implementation does nothing.
- Specified by:
exitLetStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterMacroStatement
public void enterMacroStatement(JuliaParser.MacroStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.macroStatement()
.The default implementation does nothing.
- Specified by:
enterMacroStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitMacroStatement
public void exitMacroStatement(JuliaParser.MacroStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.macroStatement()
.The default implementation does nothing.
- Specified by:
exitMacroStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterStructStatement
public void enterStructStatement(JuliaParser.StructStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.structStatement()
.The default implementation does nothing.
- Specified by:
enterStructStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitStructStatement
public void exitStructStatement(JuliaParser.StructStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.structStatement()
.The default implementation does nothing.
- Specified by:
exitStructStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterTryCatchStatement
public void enterTryCatchStatement(JuliaParser.TryCatchStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.tryCatchStatement()
.The default implementation does nothing.
- Specified by:
enterTryCatchStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitTryCatchStatement
public void exitTryCatchStatement(JuliaParser.TryCatchStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.tryCatchStatement()
.The default implementation does nothing.
- Specified by:
exitTryCatchStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterTypeStatement
public void enterTypeStatement(JuliaParser.TypeStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.typeStatement()
.The default implementation does nothing.
- Specified by:
enterTypeStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitTypeStatement
public void exitTypeStatement(JuliaParser.TypeStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.typeStatement()
.The default implementation does nothing.
- Specified by:
exitTypeStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterWhileStatement
public void enterWhileStatement(JuliaParser.WhileStatementContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.whileStatement()
.The default implementation does nothing.
- Specified by:
enterWhileStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitWhileStatement
public void exitWhileStatement(JuliaParser.WhileStatementContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.whileStatement()
.The default implementation does nothing.
- Specified by:
exitWhileStatement
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterAnyToken
public void enterAnyToken(JuliaParser.AnyTokenContext ctx)
Deprecated.Enter a parse tree produced byJuliaParser.anyToken()
.The default implementation does nothing.
- Specified by:
enterAnyToken
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
exitAnyToken
public void exitAnyToken(JuliaParser.AnyTokenContext ctx)
Deprecated.Exit a parse tree produced byJuliaParser.anyToken()
.The default implementation does nothing.
- Specified by:
exitAnyToken
in interfaceJuliaListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-