Package net.jangaroo.jooc.ast
Class AnnotationParameter
- java.lang.Object
-
- net.jangaroo.jooc.ast.NodeImplBase
-
- net.jangaroo.jooc.ast.AnnotationParameter
-
- All Implemented Interfaces:
AstNode
public class AnnotationParameter extends NodeImplBase
- Author:
- Frank Wienberg
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.ast.NodeImplBase
usesInstanceThis
-
-
Constructor Summary
Constructors Constructor Description AnnotationParameter(Ide optName, JooSymbol optSymEq, AstNode value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyze(AstNode parentNode)List<? extends AstNode>getChildren()IdegetOptName()JooSymbolgetOptSymEq()AnnotationgetParentAnnotation()JooSymbolgetSymbol()AstNodegetValue()voidscope(Scope scope)voidsetParentAnnotation(Annotation parentAnnotation)voidsetValue(LiteralExpr value)voidvisit(AstVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Method Detail
-
getChildren
public List<? extends AstNode> getChildren()
- Specified by:
getChildrenin interfaceAstNode- Overrides:
getChildrenin classNodeImplBase
-
visit
public void visit(AstVisitor visitor) throws IOException
- Throws:
IOException
-
getParentAnnotation
public Annotation getParentAnnotation()
-
setParentAnnotation
public void setParentAnnotation(Annotation parentAnnotation)
-
scope
public void scope(Scope scope)
-
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyzein interfaceAstNode- Overrides:
analyzein classNodeImplBase
-
getSymbol
public JooSymbol getSymbol()
-
getOptName
public Ide getOptName()
-
getOptSymEq
public JooSymbol getOptSymEq()
-
getValue
public AstNode getValue()
-
setValue
public void setValue(LiteralExpr value)
-
-