net.jangaroo.jooc.ast
Class AnnotationParameter

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.AnnotationParameter
All Implemented Interfaces:
AstNode, CodeGenerator

public class AnnotationParameter
extends NodeImplBase

Author:
Frank Wienberg

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
AnnotationParameter(Ide optName, JooSymbol optSymEq, LiteralExpr value)
           
 
Method Summary
 void analyze(AstNode parentNode)
           
 Ide getOptName()
           
 JooSymbol getOptSymEq()
           
 Annotation getParentAnnotation()
           
 JooSymbol getSymbol()
           
 LiteralExpr getValue()
           
 void scope(Scope scope)
           
 void setParentAnnotation(Annotation parentAnnotation)
           
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, generate, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationParameter

public AnnotationParameter(Ide optName,
                           JooSymbol optSymEq,
                           LiteralExpr value)
Method Detail

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.