public class AnnotationParameter extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
AnnotationParameter(Ide optName,
JooSymbol optSymEq,
LiteralExpr value) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
Ide |
getOptName() |
JooSymbol |
getOptSymEq() |
Annotation |
getParentAnnotation() |
JooSymbol |
getSymbol() |
LiteralExpr |
getValue() |
void |
scope(Scope scope) |
void |
setParentAnnotation(Annotation parentAnnotation) |
void |
visit(AstVisitor visitor) |
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic AnnotationParameter(Ide optName, JooSymbol optSymEq, LiteralExpr value)
public List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic Annotation getParentAnnotation()
public void setParentAnnotation(Annotation parentAnnotation)
public void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic JooSymbol getSymbol()
public Ide getOptName()
public JooSymbol getOptSymEq()
public LiteralExpr getValue()
Copyright © 2002–2015 CoreMedia AG. All rights reserved.