Class JSSDBaseListener
- java.lang.Object
-
- net.anwiba.tools.definition.schema.json.gramma.JSSDBaseListener
-
- All Implemented Interfaces:
JSSDListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class JSSDBaseListener extends java.lang.Object implements JSSDListener
This class provides an empty implementation ofJSSDListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description JSSDBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterJssd
public void enterJssd(JSSDParser.JssdContext ctx)
Enter a parse tree produced byJSSDParser.jssd().The default implementation does nothing.
- Specified by:
enterJssdin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitJssd
public void exitJssd(JSSDParser.JssdContext ctx)
Exit a parse tree produced byJSSDParser.jssd().The default implementation does nothing.
- Specified by:
exitJssdin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterObjectArray
public void enterObjectArray(JSSDParser.ObjectArrayContext ctx)
Enter a parse tree produced byJSSDParser.objectArray().The default implementation does nothing.
- Specified by:
enterObjectArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitObjectArray
public void exitObjectArray(JSSDParser.ObjectArrayContext ctx)
Exit a parse tree produced byJSSDParser.objectArray().The default implementation does nothing.
- Specified by:
exitObjectArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterObject
public void enterObject(JSSDParser.ObjectContext ctx)
Enter a parse tree produced byJSSDParser.object().The default implementation does nothing.
- Specified by:
enterObjectin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitObject
public void exitObject(JSSDParser.ObjectContext ctx)
Exit a parse tree produced byJSSDParser.object().The default implementation does nothing.
- Specified by:
exitObjectin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterMember
public void enterMember(JSSDParser.MemberContext ctx)
Enter a parse tree produced byJSSDParser.member().The default implementation does nothing.
- Specified by:
enterMemberin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitMember
public void exitMember(JSSDParser.MemberContext ctx)
Exit a parse tree produced byJSSDParser.member().The default implementation does nothing.
- Specified by:
exitMemberin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterType
public void enterType(JSSDParser.TypeContext ctx)
Enter a parse tree produced byJSSDParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitType
public void exitType(JSSDParser.TypeContext ctx)
Exit a parse tree produced byJSSDParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterComment
public void enterComment(JSSDParser.CommentContext ctx)
Enter a parse tree produced byJSSDParser.comment().The default implementation does nothing.
- Specified by:
enterCommentin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitComment
public void exitComment(JSSDParser.CommentContext ctx)
Exit a parse tree produced byJSSDParser.comment().The default implementation does nothing.
- Specified by:
exitCommentin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterMemberName
public void enterMemberName(JSSDParser.MemberNameContext ctx)
Enter a parse tree produced byJSSDParser.memberName().The default implementation does nothing.
- Specified by:
enterMemberNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitMemberName
public void exitMemberName(JSSDParser.MemberNameContext ctx)
Exit a parse tree produced byJSSDParser.memberName().The default implementation does nothing.
- Specified by:
exitMemberNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterGenerics
public void enterGenerics(JSSDParser.GenericsContext ctx)
Enter a parse tree produced byJSSDParser.generics().The default implementation does nothing.
- Specified by:
enterGenericsin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitGenerics
public void exitGenerics(JSSDParser.GenericsContext ctx)
Exit a parse tree produced byJSSDParser.generics().The default implementation does nothing.
- Specified by:
exitGenericsin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterClassName
public void enterClassName(JSSDParser.ClassNameContext ctx)
Enter a parse tree produced byJSSDParser.className().The default implementation does nothing.
- Specified by:
enterClassNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitClassName
public void exitClassName(JSSDParser.ClassNameContext ctx)
Exit a parse tree produced byJSSDParser.className().The default implementation does nothing.
- Specified by:
exitClassNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterDimension
public void enterDimension(JSSDParser.DimensionContext ctx)
Enter a parse tree produced byJSSDParser.dimension().The default implementation does nothing.
- Specified by:
enterDimensionin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitDimension
public void exitDimension(JSSDParser.DimensionContext ctx)
Exit a parse tree produced byJSSDParser.dimension().The default implementation does nothing.
- Specified by:
exitDimensionin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterAnnotation
public void enterAnnotation(JSSDParser.AnnotationContext ctx)
Enter a parse tree produced byJSSDParser.annotation().The default implementation does nothing.
- Specified by:
enterAnnotationin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitAnnotation
public void exitAnnotation(JSSDParser.AnnotationContext ctx)
Exit a parse tree produced byJSSDParser.annotation().The default implementation does nothing.
- Specified by:
exitAnnotationin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterAnnotationName
public void enterAnnotationName(JSSDParser.AnnotationNameContext ctx)
Enter a parse tree produced byJSSDParser.annotationName().The default implementation does nothing.
- Specified by:
enterAnnotationNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitAnnotationName
public void exitAnnotationName(JSSDParser.AnnotationNameContext ctx)
Exit a parse tree produced byJSSDParser.annotationName().The default implementation does nothing.
- Specified by:
exitAnnotationNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterParameter
public void enterParameter(JSSDParser.ParameterContext ctx)
Enter a parse tree produced byJSSDParser.parameter().The default implementation does nothing.
- Specified by:
enterParameterin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitParameter
public void exitParameter(JSSDParser.ParameterContext ctx)
Exit a parse tree produced byJSSDParser.parameter().The default implementation does nothing.
- Specified by:
exitParameterin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterParameterValue
public void enterParameterValue(JSSDParser.ParameterValueContext ctx)
Enter a parse tree produced byJSSDParser.parameterValue().The default implementation does nothing.
- Specified by:
enterParameterValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitParameterValue
public void exitParameterValue(JSSDParser.ParameterValueContext ctx)
Exit a parse tree produced byJSSDParser.parameterValue().The default implementation does nothing.
- Specified by:
exitParameterValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterPath
public void enterPath(JSSDParser.PathContext ctx)
Enter a parse tree produced byJSSDParser.path().The default implementation does nothing.
- Specified by:
enterPathin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitPath
public void exitPath(JSSDParser.PathContext ctx)
Exit a parse tree produced byJSSDParser.path().The default implementation does nothing.
- Specified by:
exitPathin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterArray
public void enterArray(JSSDParser.ArrayContext ctx)
Enter a parse tree produced byJSSDParser.array().The default implementation does nothing.
- Specified by:
enterArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitArray
public void exitArray(JSSDParser.ArrayContext ctx)
Exit a parse tree produced byJSSDParser.array().The default implementation does nothing.
- Specified by:
exitArrayin interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterValue
public void enterValue(JSSDParser.ValueContext ctx)
Enter a parse tree produced byJSSDParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitValue
public void exitValue(JSSDParser.ValueContext ctx)
Exit a parse tree produced byJSSDParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
enterName
public void enterName(JSSDParser.NameContext ctx)
Enter a parse tree produced byJSSDParser.name().The default implementation does nothing.
- Specified by:
enterNamein interfaceJSSDListener- Parameters:
ctx- the parse tree
-
exitName
public void exitName(JSSDParser.NameContext ctx)
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
-
-