| Constructor and Description |
|---|
EnumConstant() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getAnnotations() |
List<Expression> |
getArguments() |
List<ClassMemberDeclaration> |
getMemberDeclarations() |
Identifier |
getName() |
void |
setAnnotations(List<Annotation> annotations) |
void |
setArguments(List<Expression> arguments) |
void |
setMemberDeclarations(List<ClassMemberDeclaration> memberDeclarations) |
void |
setName(Identifier name) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitpublic List<Annotation> getAnnotations()
public List<Expression> getArguments()
public List<ClassMemberDeclaration> getMemberDeclarations()
public Identifier getName()
public void setAnnotations(List<Annotation> annotations)
public void setArguments(List<Expression> arguments)
public void setMemberDeclarations(List<ClassMemberDeclaration> memberDeclarations)
public void setName(Identifier name)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.