public class VariableNameDeclaration extends AbstractNameDeclaration
node| Constructor and Description |
|---|
VariableNameDeclaration(ASTVariableDeclaratorId node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AccessNode |
getAccessNodeParent() |
ASTVariableDeclaratorId |
getDeclaratorId() |
Scope |
getScope() |
Class<?> |
getType() |
String |
getTypeImage() |
int |
hashCode() |
boolean |
isArray() |
boolean |
isExceptionBlockParameter() |
boolean |
isPrimitiveType() |
boolean |
isReferenceType()
Note that an array of primitive types (int[]) is a reference type.
|
String |
toString() |
getImage, getNodepublic VariableNameDeclaration(ASTVariableDeclaratorId node)
public Scope getScope()
getScope in interface NameDeclarationgetScope in class AbstractNameDeclarationpublic boolean isArray()
public boolean isExceptionBlockParameter()
public boolean isPrimitiveType()
public String getTypeImage()
public boolean isReferenceType()
public AccessNode getAccessNodeParent()
public ASTVariableDeclaratorId getDeclaratorId()
public Class<?> getType()
Copyright © 2002-2013 InfoEther. All Rights Reserved.