public class Resource extends NodeWithModifiers
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
List<ArrayDimension> |
getDimensions() |
Expression |
getInitializer() |
Identifier |
getName() |
Type |
getType() |
void |
setDimensions(List<ArrayDimension> dimensions) |
void |
setInitializer(Expression initializer) |
void |
setName(Identifier name) |
void |
setType(Type type) |
protected void |
visitChildren(Visitors visitors) |
getAnnotations, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setAnnotations, setFinal, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilegetEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitpublic List<ArrayDimension> getDimensions()
public Expression getInitializer()
public Identifier getName()
public Type getType()
public void setDimensions(List<ArrayDimension> dimensions)
public void setInitializer(Expression initializer)
public void setName(Identifier name)
public void setType(Type type)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeWithModifiersCopyright © 2013. All rights reserved.