|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Declaration
This node represents a declaration expression. Examples of
declarations expressions are
ParameterDeclarationExpression
and
VariableDeclarationExpression
. Declaration expressions
do not have any children.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the specialized declaration. |
java.lang.String |
getTypeName()
Returns the Java type name of the specialized declaration. |
Methods inherited from interface org.apache.jdo.jdoql.tree.Node |
---|
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild |
Method Detail |
---|
java.lang.String getName()
java.lang.String getTypeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |