class ParserJsonVisitor extends jsonBaseVisitor[Any]
- Alphabetic
- By Inheritance
- ParserJsonVisitor
- jsonBaseVisitor
- jsonVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ParserJsonVisitor()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
aggregateResult(arg0: Any, arg1: Any): Any
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
defaultResult(): Any
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: Any): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitArr(ctx: ArrContext): Any
Visit a parse tree produced by
jsonParser#arr.Visit a parse tree produced by
jsonParser#arr.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- jsonBaseVisitor → jsonVisitor
- Annotations
- @Override()
-
def
visitChildren(arg0: RuleNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitErrorNode(arg0: ErrorNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitJson(ctx: JsonContext): Any
Visit a parse tree produced by
jsonParser#json.Visit a parse tree produced by
jsonParser#json.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- jsonBaseVisitor → jsonVisitor
- Annotations
- @Override()
-
def
visitObj(ctx: ObjContext): Any
Visit a parse tree produced by
jsonParser#obj.Visit a parse tree produced by
jsonParser#obj.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- jsonBaseVisitor → jsonVisitor
- Annotations
- @Override()
-
def
visitPair(ctx: PairContext): Any
Visit a parse tree produced by
jsonParser#pair.Visit a parse tree produced by
jsonParser#pair.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
def
visitTerminal(arg0: TerminalNode): Any
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitValue_array(ctx: Value_arrayContext): Any
Visit a parse tree produced by the
value_arraylabeled alternative injsonParser#value.Visit a parse tree produced by the
value_arraylabeled alternative injsonParser#value.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
def
visitValue_false(ctx: Value_falseContext): Any
Visit a parse tree produced by the
value_falselabeled alternative injsonParser#value.Visit a parse tree produced by the
value_falselabeled alternative injsonParser#value.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
def
visitValue_null(ctx: Value_nullContext): Any
Visit a parse tree produced by the
value_nulllabeled alternative injsonParser#value.Visit a parse tree produced by the
value_nulllabeled alternative injsonParser#value.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
def
visitValue_number(ctx: Value_numberContext): Any
Visit a parse tree produced by the
value_numberlabeled alternative injsonParser#value.Visit a parse tree produced by the
value_numberlabeled alternative injsonParser#value.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
def
visitValue_obj(ctx: Value_objContext): Any
Visit a parse tree produced by the
value_objlabeled alternative injsonParser#value.Visit a parse tree produced by the
value_objlabeled alternative injsonParser#value.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
def
visitValue_string(ctx: Value_stringContext): Any
Visit a parse tree produced by the
value_stringlabeled alternative injsonParser#value.Visit a parse tree produced by the
value_stringlabeled alternative injsonParser#value.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
def
visitValue_true(ctx: Value_trueContext): Any
Visit a parse tree produced by the
value_truelabeled alternative injsonParser#value.Visit a parse tree produced by the
value_truelabeled alternative injsonParser#value.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- ParserJsonVisitor → jsonBaseVisitor → jsonVisitor
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()