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:
enterMainin 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:
exitMainin 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:
enterFunctionDefinitionin 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:
exitFunctionDefinitionin 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:
enterFunctionDefinition1in 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:
exitFunctionDefinition1in 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:
enterFunctionDefinition2in 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:
exitFunctionDefinition2in 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:
enterFunctionIdentifierin 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:
exitFunctionIdentifierin 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:
enterWhereClausein 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:
exitWhereClausein 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:
enterFunctionBodyin 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:
exitFunctionBodyin 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:
enterStatementin 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:
exitStatementin 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:
enterBeginStatementin 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:
exitBeginStatementin 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:
enterDoStatementin 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:
exitDoStatementin 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:
enterForStatementin 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:
exitForStatementin 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:
enterIfStatementin 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:
exitIfStatementin 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:
enterLetStatementin 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:
exitLetStatementin 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:
enterMacroStatementin 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:
exitMacroStatementin 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:
enterStructStatementin 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:
exitStructStatementin 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:
enterTryCatchStatementin 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:
exitTryCatchStatementin 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:
enterTypeStatementin 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:
exitTypeStatementin 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:
enterWhileStatementin 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:
exitWhileStatementin 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:
enterAnyTokenin 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:
exitAnyTokenin interfaceJuliaListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
Deprecated.The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
Deprecated.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)
Deprecated.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)
Deprecated.The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-