net.jangaroo.jooc.ast
Class AnnotationParameter
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.AnnotationParameter
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class AnnotationParameter
- extends NodeImplBase
- Author:
- Frank Wienberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationParameter
public AnnotationParameter(Ide optName,
JooSymbol optSymEq,
LiteralExpr value)
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:
analyze in interface AstNode- Overrides:
analyze in class NodeImplBase
getSymbol
public JooSymbol getSymbol()
getOptName
public Ide getOptName()
getOptSymEq
public JooSymbol getOptSymEq()
getValue
public LiteralExpr getValue()
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.