| Interface | Description |
|---|---|
| CodeGenerator |
Code generators write JavaScript to a
JsWriter. |
| Scope | |
| sym |
CUP generated interface containing symbol constants.
|
| SyntacticKeywords |
Identifiers with special meaning become keywords in certain syntactic contexts:
In a for-each-in statement between the 'for' token and the '(' token:
each
In a function definition between the 'function' token and an identifier token:
get set
As the first word of a directive:
namespace include
In an attribute list or wherever an attribute list can be used:
dynamic final native override static
It is a syntax error to use a syntactic keyword in a context where it is treated as a keyword:
namespace = "hello"
namespace()
In these cases, the grammar requires an identifier after the namespace keyword.
|
| Class | Description |
|---|---|
| AbstractCompileLog | |
| CompilationResultImpl | |
| Debug |
A class to provide debug facilities in java.
|
| DeclarationScope | |
| JangarooParser | |
| Jooc |
The Jangaroo AS3-to-JS Compiler's main class.
|
| JoocProperties | |
| JooParser | |
| JooSymbol | |
| JsStringLiteralWriter | |
| JsWriter | |
| JsWriter.SymbolToOutputFilePosition | |
| parser |
CUP v0.10k generated parser.
|
| ScannerBase | |
| ScopeImplBase | |
| StdOutCompileLog | |
| SubstitutingWriter |
An SubstitutingWriter is a FilterWriter that replaces
each character in the output stream
with the String obtained by calling the abstract method substitute
on the characters.
|
| Exception | Description |
|---|---|
| CompilerError |
An error that occurred during the compilation of Jangaroo sources.
|
Copyright © 2002–2015 CoreMedia AG. All rights reserved.