public interface Type extends Node
java.lang.Class
instance which has been supplied by the application. The following nodes
have type instances as children:
CandidateClass
CastExpression
Declaration
The result type of a type instance is the wrapped java.lang.Class
instance. Type instances are not visible in query tree factory methods and
expression factory methods. They are internally created by in implementation
and are walked by a node visitor.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTypeName()
Returns the string representation of the Java class,
which is wrapped by this instance.
|
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.