net.jangaroo.jooc
Class Annotation
java.lang.Object
net.jangaroo.jooc.NodeImplBase
net.jangaroo.jooc.Annotation
public class Annotation
- extends NodeImplBase
An annotation (square bracket meta data).
- Author:
- Frank Wienberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation
public Annotation(JooSymbol leftBracket,
Ide ide,
JooSymbol rightBracket)
Annotation
public Annotation(JooSymbol leftBracket,
Ide ide,
JooSymbol optLeftParen,
net.jangaroo.jooc.CommaSeparatedList<net.jangaroo.jooc.AnnotationParameter> optAnnotationParameters,
JooSymbol optRightParen,
JooSymbol optRightBracket)
scope
public void scope(Scope scope)
getSymbol
public JooSymbol getSymbol()
generateJsCode
protected void generateJsCode(JsWriter out)
throws java.io.IOException
- Specified by:
generateJsCode in class NodeImplBase
- Throws:
java.io.IOException
generateAsApiCode
protected void generateAsApiCode(JsWriter out)
throws java.io.IOException
- Description copied from class:
NodeImplBase
- Default implementation generates same code as JS. Overwritten where this must differ.
- Overrides:
generateAsApiCode in class NodeImplBase
- Throws:
java.io.IOException
Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.