public interface Declaration extends Node
ParameterDeclarationExpression
and
VariableDeclarationExpression
. Declaration expressions
do not have any children.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the specialized declaration.
|
java.lang.String |
getTypeName()
Returns the Java type name of the specialized declaration.
|
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.