trait CPatternVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced
by CPatternParser.
- Alphabetic
- By Inheritance
- CPatternVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
visit(arg0: ParseTree): T
- Definition Classes
- ParseTreeVisitor
-
abstract
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.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- ParseTreeVisitor
-
abstract
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.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- ParseTreeVisitor
-
abstract
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.- ctx
the parse tree
- returns
the visitor result
-
abstract
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.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitStart(ctx: StartContext): T
Visit a parse tree produced by
CPatternParser#start.Visit a parse tree produced by
CPatternParser#start.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- ParseTreeVisitor
-
abstract
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.- ctx
the parse tree
- returns
the visitor result
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )