class CPatternBaseVisitor[T] extends AbstractParseTreeVisitor[T] with CPatternVisitor[T]
This class provides an empty implementation of CPatternVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- Alphabetic
- By Inheritance
- CPatternBaseVisitor
- CPatternVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CPatternBaseVisitor()
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: T, arg1: T): T
- 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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultResult(): T
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def shouldVisitNextChild(arg0: RuleNode, arg1: T): 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): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitArray(ctx: ArrayContext): T
Visit a parse tree produced by the
Arraylabeled alternative inCPatternParser#pattern.Visit a parse tree produced by the
Arraylabeled alternative inCPatternParser#pattern.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- CPatternBaseVisitor → CPatternVisitor
- def visitChildren(arg0: RuleNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitDeref(ctx: DerefContext): T
Visit a parse tree produced by the
Dereflabeled alternative inCPatternParser#pattern.Visit a parse tree produced by the
Dereflabeled alternative inCPatternParser#pattern.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- CPatternBaseVisitor → CPatternVisitor
- def visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitMember(ctx: MemberContext): T
Visit a parse tree produced by the
Memberlabeled alternative inCPatternParser#pattern.Visit a parse tree produced by the
Memberlabeled alternative inCPatternParser#pattern.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- CPatternBaseVisitor → CPatternVisitor
- def visitRef(ctx: RefContext): T
Visit a parse tree produced by the
Reflabeled alternative inCPatternParser#pattern.Visit a parse tree produced by the
Reflabeled alternative inCPatternParser#pattern.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- CPatternBaseVisitor → CPatternVisitor
- def visitStart(ctx: StartContext): T
Visit a parse tree produced by
CPatternParser#start.Visit a parse tree produced by
CPatternParser#start.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- CPatternBaseVisitor → CPatternVisitor
- def visitTerminal(arg0: TerminalNode): T
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitVariable(ctx: VariableContext): T
Visit a parse tree produced by the
Variablelabeled alternative inCPatternParser#pattern.Visit a parse tree produced by the
Variablelabeled alternative inCPatternParser#pattern.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- CPatternBaseVisitor → CPatternVisitor
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.