Class JSSDBaseListener
- All Implemented Interfaces:
JSSDListener,org.antlr.v4.runtime.tree.ParseTreeListener
JSSDListener,
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 byJSSDParser.annotation().voidEnter a parse tree produced byJSSDParser.annotationName().voidEnter a parse tree produced byJSSDParser.array().voidEnter a parse tree produced byJSSDParser.className().voidEnter a parse tree produced byJSSDParser.comment().voidEnter a parse tree produced byJSSDParser.dimension().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byJSSDParser.generics().voidEnter a parse tree produced byJSSDParser.jssd().voidEnter a parse tree produced byJSSDParser.member().voidEnter a parse tree produced byJSSDParser.memberName().voidEnter a parse tree produced byJSSDParser.name().voidEnter a parse tree produced byJSSDParser.object().voidEnter a parse tree produced byJSSDParser.objectArray().voidEnter a parse tree produced byJSSDParser.parameter().voidEnter a parse tree produced byJSSDParser.parameterValue().voidEnter a parse tree produced byJSSDParser.path().voidEnter a parse tree produced byJSSDParser.type().voidEnter a parse tree produced byJSSDParser.value().voidExit a parse tree produced byJSSDParser.annotation().voidExit a parse tree produced byJSSDParser.annotationName().voidExit a parse tree produced byJSSDParser.array().voidExit a parse tree produced byJSSDParser.className().voidExit a parse tree produced byJSSDParser.comment().voidExit a parse tree produced byJSSDParser.dimension().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byJSSDParser.generics().voidExit a parse tree produced byJSSDParser.jssd().voidExit a parse tree produced byJSSDParser.member().voidExit a parse tree produced byJSSDParser.memberName().voidExit a parse tree produced byJSSDParser.name().voidExit a parse tree produced byJSSDParser.object().voidExit a parse tree produced byJSSDParser.objectArray().voidExit a parse tree produced byJSSDParser.parameter().voidExit a parse tree produced byJSSDParser.parameterValue().voidExit a parse tree produced byJSSDParser.path().voidExit a parse tree produced byJSSDParser.type().voidExit a parse tree produced byJSSDParser.value().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
JSSDBaseListener
public JSSDBaseListener()
-
-
Method Details
-
enterJssd
Enter a parse tree produced byJSSDParser.jssd().The default implementation does nothing.
- Specified by:
enterJssdin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitJssd
Exit a parse tree produced byJSSDParser.jssd().The default implementation does nothing.
- Specified by:
exitJssdin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterObjectArray
Enter a parse tree produced byJSSDParser.objectArray().The default implementation does nothing.
- Specified by:
enterObjectArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitObjectArray
Exit a parse tree produced byJSSDParser.objectArray().The default implementation does nothing.
- Specified by:
exitObjectArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterObject
Enter a parse tree produced byJSSDParser.object().The default implementation does nothing.
- Specified by:
enterObjectin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitObject
Exit a parse tree produced byJSSDParser.object().The default implementation does nothing.
- Specified by:
exitObjectin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterMember
Enter a parse tree produced byJSSDParser.member().The default implementation does nothing.
- Specified by:
enterMemberin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitMember
Exit a parse tree produced byJSSDParser.member().The default implementation does nothing.
- Specified by:
exitMemberin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byJSSDParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byJSSDParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterComment
Enter a parse tree produced byJSSDParser.comment().The default implementation does nothing.
- Specified by:
enterCommentin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitComment
Exit a parse tree produced byJSSDParser.comment().The default implementation does nothing.
- Specified by:
exitCommentin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterMemberName
Enter a parse tree produced byJSSDParser.memberName().The default implementation does nothing.
- Specified by:
enterMemberNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitMemberName
Exit a parse tree produced byJSSDParser.memberName().The default implementation does nothing.
- Specified by:
exitMemberNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterGenerics
Enter a parse tree produced byJSSDParser.generics().The default implementation does nothing.
- Specified by:
enterGenericsin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitGenerics
Exit a parse tree produced byJSSDParser.generics().The default implementation does nothing.
- Specified by:
exitGenericsin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterClassName
Enter a parse tree produced byJSSDParser.className().The default implementation does nothing.
- Specified by:
enterClassNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitClassName
Exit a parse tree produced byJSSDParser.className().The default implementation does nothing.
- Specified by:
exitClassNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterDimension
Enter a parse tree produced byJSSDParser.dimension().The default implementation does nothing.
- Specified by:
enterDimensionin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitDimension
Exit a parse tree produced byJSSDParser.dimension().The default implementation does nothing.
- Specified by:
exitDimensionin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterAnnotation
Enter a parse tree produced byJSSDParser.annotation().The default implementation does nothing.
- Specified by:
enterAnnotationin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byJSSDParser.annotation().The default implementation does nothing.
- Specified by:
exitAnnotationin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterAnnotationName
Enter a parse tree produced byJSSDParser.annotationName().The default implementation does nothing.
- Specified by:
enterAnnotationNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitAnnotationName
Exit a parse tree produced byJSSDParser.annotationName().The default implementation does nothing.
- Specified by:
exitAnnotationNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterParameter
Enter a parse tree produced byJSSDParser.parameter().The default implementation does nothing.
- Specified by:
enterParameterin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitParameter
Exit a parse tree produced byJSSDParser.parameter().The default implementation does nothing.
- Specified by:
exitParameterin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterParameterValue
Enter a parse tree produced byJSSDParser.parameterValue().The default implementation does nothing.
- Specified by:
enterParameterValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitParameterValue
Exit a parse tree produced byJSSDParser.parameterValue().The default implementation does nothing.
- Specified by:
exitParameterValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterPath
Enter a parse tree produced byJSSDParser.path().The default implementation does nothing.
- Specified by:
enterPathin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitPath
Exit a parse tree produced byJSSDParser.path().The default implementation does nothing.
- Specified by:
exitPathin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterArray
Enter a parse tree produced byJSSDParser.array().The default implementation does nothing.
- Specified by:
enterArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitArray
Exit a parse tree produced byJSSDParser.array().The default implementation does nothing.
- Specified by:
exitArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byJSSDParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byJSSDParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byJSSDParser.name().The default implementation does nothing.
- Specified by:
enterNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byJSSDParser.name().The default implementation does nothing.
- Specified by:
exitNamein interfaceJSSDListener- 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
-