A B C D E F G H I J L M N O P Q R S T U V W X Z _

A

AbstractCompilationUnitSinkFactory - Class in net.jangaroo.jooc.backend
Abstract base class for merged and single file compilation unit sink factories.
AbstractCompilationUnitSinkFactory(JoocOptions, File) - Constructor for class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
 
action_obj - Variable in class net.jangaroo.jooc.parser
Instance of action encapsulation class.
action_table() - Method in class net.jangaroo.jooc.parser
Access to parse-action table.
addDependency(CompilationUnit) - Method in class net.jangaroo.jooc.CompilationUnit
 
addExternalUsage() - Method in class net.jangaroo.jooc.Ide
 
addExternalUsage() - Method in class net.jangaroo.jooc.QualifiedIde
 
addFieldWithInitializer(FieldDeclaration) - Method in class net.jangaroo.jooc.ClassDeclaration
 
addImport(ImportDirective) - Method in interface net.jangaroo.jooc.Scope
 
addImport(ImportDirective) - Method in class net.jangaroo.jooc.ScopeImplBase
 
addInitIfClass(Ide) - Method in class net.jangaroo.jooc.ClassDeclaration
 
addResourceDependency(String) - Method in class net.jangaroo.jooc.CompilationUnit
Add a dependency to a resource at the given path, which is relative to this compilation unit's file.
addSourceFile(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
addSourceFile(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.Annotation
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.ClassBody
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.ClassDeclaration
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.CompilationUnit
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.Extends
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.FieldDeclaration
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.FunctionDeclaration
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.IdeType
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.NamespacedIde
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.NodeImplBase
 
analyze(AstNode, List<N>, AnalyzeContext) - Method in class net.jangaroo.jooc.NodeImplBase
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.Parameter
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.QualifiedIde
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.TypeRelation
 
analyze(AstNode, AnalyzeContext) - Method in class net.jangaroo.jooc.UseNamespaceDirective
 
analyzeAsExpr(AstNode, Expr, AnalyzeContext) - Method in class net.jangaroo.jooc.Ide
 
analyzeAsExpr(AstNode, Expr, AnalyzeContext) - Method in class net.jangaroo.jooc.QualifiedIde
 
AnalyzeContext - Class in net.jangaroo.jooc
 
AnalyzeContext(JoocOptions) - Constructor for class net.jangaroo.jooc.AnalyzeContext
 
AND - Static variable in interface net.jangaroo.jooc.sym
 
ANDAND - Static variable in interface net.jangaroo.jooc.sym
 
ANDANDEQ - Static variable in interface net.jangaroo.jooc.sym
 
ANDEQ - Static variable in interface net.jangaroo.jooc.sym
 
Annotation - Class in net.jangaroo.jooc
An annotation (square bracket meta data).
Annotation(JooSymbol, Ide, JooSymbol) - Constructor for class net.jangaroo.jooc.Annotation
 
Annotation(JooSymbol, Ide, JooSymbol, CommaSeparatedList<AnnotationParameter>, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.Annotation
 
AntCompileLog - Class in net.jangaroo.jooc.ant
 
AntCompileLog() - Constructor for class net.jangaroo.jooc.ant.AntCompileLog
 
AntCompileLog(Project) - Constructor for class net.jangaroo.jooc.ant.AntCompileLog
 
ANYTYPE - Static variable in interface net.jangaroo.jooc.sym
 
AS - Static variable in interface net.jangaroo.jooc.sym
 
AS_SUFFIX - Static variable in class net.jangaroo.jooc.Jooc
 
AS_SUFFIX_NO_DOT - Static variable in class net.jangaroo.jooc.Jooc
 
ASSERT - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
assertTrue(boolean, String) - Static method in class net.jangaroo.jooc.Debug
 

B

beginComment() - Method in class net.jangaroo.jooc.JsWriter
 
beginCommentWriteSymbol(JooSymbol) - Method in class net.jangaroo.jooc.JsWriter
 
beginString() - Method in class net.jangaroo.jooc.JsWriter
 
BITNOT - Static variable in interface net.jangaroo.jooc.sym
 
BOOL_LITERAL - Static variable in interface net.jangaroo.jooc.sym
 
bound - Variable in class net.jangaroo.jooc.Ide
 
BREAK - Static variable in interface net.jangaroo.jooc.sym
 

C

CASE - Static variable in interface net.jangaroo.jooc.sym
 
CATCH - Static variable in interface net.jangaroo.jooc.sym
 
checkParameters() - Method in class net.jangaroo.jooc.ant.JoocTask
Check that all required attributes have been set and nothing silly has been entered.
CLASS - Static variable in interface net.jangaroo.jooc.sym
 
CLASS_LOADER_FULLY_QUALIFIED_NAME - Static variable in class net.jangaroo.jooc.Jooc
 
CLASS_LOADER_NAME - Static variable in class net.jangaroo.jooc.Jooc
 
CLASS_LOADER_PACKAGE_NAME - Static variable in class net.jangaroo.jooc.Jooc
 
ClassBody - Class in net.jangaroo.jooc
 
ClassBody(JooSymbol, List<AstNode>, JooSymbol) - Constructor for class net.jangaroo.jooc.ClassBody
 
ClassDeclaration - Class in net.jangaroo.jooc
 
ClassDeclaration(List<AstNode>, JooSymbol[], JooSymbol, Ide, Extends, Implements, ClassBody) - Constructor for class net.jangaroo.jooc.ClassDeclaration
 
close() - Method in class net.jangaroo.jooc.input.DirectoryInputSource
 
close() - Method in class net.jangaroo.jooc.input.FileInputSource
 
close() - Method in interface net.jangaroo.jooc.input.InputSource
 
close() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
close() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
close() - Method in class net.jangaroo.jooc.JsWriter
 
close() - Method in class net.jangaroo.jooc.util.LineRangeReader
 
CodeGenerator - Interface in net.jangaroo.jooc
Code generators write JavaScript to a JsWriter.
COLON - Static variable in interface net.jangaroo.jooc.sym
 
COMMA - Static variable in interface net.jangaroo.jooc.sym
 
CompilationUnit - Class in net.jangaroo.jooc
 
CompilationUnit(PackageDeclaration, JooSymbol, IdeDeclaration, JooSymbol, List<IdeDeclaration>) - Constructor for class net.jangaroo.jooc.CompilationUnit
 
CompilationUnitSink - Interface in net.jangaroo.jooc.backend
Code generation unit sink for a compilation unit.
CompilationUnitSinkFactory - Interface in net.jangaroo.jooc.backend
Interface for CompilationUnitSink factories.
compile() - Method in class net.jangaroo.jooc.ant.JoocTask
Perform the compilation.
compileList - Variable in class net.jangaroo.jooc.ant.JoocTask
 
CompileLog - Interface in net.jangaroo.jooc
Callback interface for compiler errors and warnings.
CONST - Static variable in interface net.jangaroo.jooc.sym
 
containsSuperConstructorCall() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
CONTINUE - Static variable in interface net.jangaroo.jooc.sym
 
createAuxVar() - Method in interface net.jangaroo.jooc.Scope
 
createAuxVar() - Method in class net.jangaroo.jooc.ScopeImplBase
 
createIncludeReader(String) - Method in class net.jangaroo.jooc.ScannerBase
 
createOutputDirs(File) - Method in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
 
createReader(String, InputSource) - Static method in class net.jangaroo.jooc.util.IncludeEvaluator
 
createSink(PackageDeclaration, IdeDeclaration, File, boolean) - Method in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
 
createSink(PackageDeclaration, IdeDeclaration, File, boolean) - Method in interface net.jangaroo.jooc.backend.CompilationUnitSinkFactory
 
createSink(PackageDeclaration, IdeDeclaration, File, boolean) - Method in class net.jangaroo.jooc.backend.MergedOutputCompilationUnitSinkFactory
 
createSink(PackageDeclaration, IdeDeclaration, File, boolean) - Method in class net.jangaroo.jooc.backend.SingleFileCompilationUnitSinkFactory
 
createSrc() - Method in class net.jangaroo.jooc.ant.JoocTask
Adds a path for source compilation.

D

Debug - Class in net.jangaroo.jooc
A class to provide debug facilities in java.
declareIde(IdeDeclaration) - Method in interface net.jangaroo.jooc.Scope
 
declareIde(IdeDeclaration) - Method in class net.jangaroo.jooc.ScopeImplBase
 
DEFAULT - Static variable in interface net.jangaroo.jooc.sym
 
defsym(String, int) - Static method in class net.jangaroo.jooc.ScannerBase
 
DELETE - Static variable in interface net.jangaroo.jooc.sym
 
DirectoryInputSource - Class in net.jangaroo.jooc.input
 
DirectoryInputSource() - Constructor for class net.jangaroo.jooc.input.DirectoryInputSource
 
DIV - Static variable in interface net.jangaroo.jooc.sym
 
DIVEQ - Static variable in interface net.jangaroo.jooc.sym
 
DO - Static variable in interface net.jangaroo.jooc.sym
 
do_action(int, lr_parser, Stack, int) - Method in class net.jangaroo.jooc.parser
Invoke a user supplied parse action.
DOT - Static variable in interface net.jangaroo.jooc.sym
 
DOTLT - Static variable in interface net.jangaroo.jooc.sym
 
DYNAMIC - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 

E

EACH - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
ELSE - Static variable in interface net.jangaroo.jooc.sym
 
EmptyDeclaration - Class in net.jangaroo.jooc
 
EmptyDeclaration(JooSymbol) - Constructor for class net.jangaroo.jooc.EmptyDeclaration
 
enabled - Static variable in class net.jangaroo.jooc.Debug
 
endComment() - Method in class net.jangaroo.jooc.JsWriter
 
endString() - Method in class net.jangaroo.jooc.JsWriter
 
EOF - Static variable in interface net.jangaroo.jooc.sym
 
EOF_sym() - Method in class net.jangaroo.jooc.parser
EOF Symbol index.
EQ - Static variable in interface net.jangaroo.jooc.sym
 
EQEQ - Static variable in interface net.jangaroo.jooc.sym
 
EQEQEQ - Static variable in interface net.jangaroo.jooc.sym
 
equals(Object) - Method in class net.jangaroo.jooc.Ide
 
equals(Object) - Method in class net.jangaroo.jooc.ImportDirective
 
equals(Object) - Method in class net.jangaroo.jooc.NamespacedIde
 
equals(Object) - Method in class net.jangaroo.jooc.QualifiedIde
 
error(String) - Method in class net.jangaroo.jooc.ant.AntCompileLog
 
error(JooSymbol, String) - Method in interface net.jangaroo.jooc.CompileLog
 
error(String) - Method in interface net.jangaroo.jooc.CompileLog
 
error(String) - Static method in class net.jangaroo.jooc.Jooc
 
error(AstNode, String) - Static method in class net.jangaroo.jooc.Jooc
 
error(String, Throwable) - Static method in class net.jangaroo.jooc.Jooc
 
error(String) - Method in class net.jangaroo.jooc.ScannerBase
 
error(JooSymbol, String) - Method in class net.jangaroo.jooc.StdOutCompileLog
 
error(String) - Method in class net.jangaroo.jooc.StdOutCompileLog
 
error - Static variable in interface net.jangaroo.jooc.sym
 
error_recovery(boolean) - Method in class net.jangaroo.jooc.parser
 
error_sym() - Method in class net.jangaroo.jooc.parser
error Symbol index.
errors - Variable in class net.jangaroo.jooc.StdOutCompileLog
 
execute() - Method in class net.jangaroo.jooc.ant.JoocTask
Executes the task.
Extends - Class in net.jangaroo.jooc
 
Extends(JooSymbol, Ide) - Constructor for class net.jangaroo.jooc.Extends
 
EXTENDS - Static variable in interface net.jangaroo.jooc.sym
 

F

failOnError - Variable in class net.jangaroo.jooc.ant.JoocTask
 
FieldDeclaration - Class in net.jangaroo.jooc
 
FieldDeclaration(JooSymbol[], JooSymbol, Ide, TypeRelation, Initializer, FieldDeclaration, JooSymbol) - Constructor for class net.jangaroo.jooc.FieldDeclaration
 
FileInputSource - Class in net.jangaroo.jooc.input
 
FileInputSource(File, File) - Constructor for class net.jangaroo.jooc.input.FileInputSource
 
FileInputSource(File) - Constructor for class net.jangaroo.jooc.input.FileInputSource
 
fileName - Variable in class net.jangaroo.jooc.ScannerBase
 
FINAL - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
FINALLY - Static variable in interface net.jangaroo.jooc.sym
 
FLOAT_LITERAL - Static variable in interface net.jangaroo.jooc.sym
 
FOR - Static variable in interface net.jangaroo.jooc.sym
 
fromFiles(List<File>, String[]) - Static method in class net.jangaroo.jooc.input.PathInputSource
 
fromQName(JooSymbol) - Static method in class net.jangaroo.jooc.Ide
 
FUNCTION - Static variable in interface net.jangaroo.jooc.sym
 
FUNCTION_EXPR - Static variable in interface net.jangaroo.jooc.sym
 
FunctionDeclaration - Class in net.jangaroo.jooc
 
FunctionDeclaration(JooSymbol[], JooSymbol, Ide, JooSymbol, Parameters, JooSymbol, TypeRelation, Statement) - Constructor for class net.jangaroo.jooc.FunctionDeclaration
 
FunctionDeclaration(JooSymbol[], JooSymbol, JooSymbol, Ide, JooSymbol, Parameters, JooSymbol, TypeRelation, Statement) - Constructor for class net.jangaroo.jooc.FunctionDeclaration
 

G

generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.Annotation
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.ClassBody
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.ClassDeclaration
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.CompilationUnit
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.EmptyDeclaration
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.FieldDeclaration
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.FunctionDeclaration
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.Ide
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.IdeType
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.IdeWithTypeParam
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.ImportDirective
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.InfixOpExpr
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.NamespaceDeclaration
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.NamespacedIde
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.NodeImplBase
Default implementation generates same code as JS.
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.PackageDeclaration
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.Parameter
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.QualifiedIde
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.TypeRelation
 
generateAsApiCode(JsWriter) - Method in class net.jangaroo.jooc.UseNamespaceDirective
 
generateCode(JsWriter) - Method in interface net.jangaroo.jooc.CodeGenerator
 
generateCode(JsWriter) - Method in class net.jangaroo.jooc.NodeImplBase
 
generateCodeAsExpr(JsWriter) - Method in class net.jangaroo.jooc.Ide
 
generateCodeAsExpr(JsWriter) - Method in class net.jangaroo.jooc.IdeWithTypeParam
 
generateCodeAsExpr(JsWriter) - Method in class net.jangaroo.jooc.QualifiedIde
 
generateEndCode(JsWriter) - Method in class net.jangaroo.jooc.FieldDeclaration
 
generateFieldInitCode(JsWriter, boolean, boolean) - Method in class net.jangaroo.jooc.ClassDeclaration
 
generateInitCode(JsWriter, boolean) - Method in class net.jangaroo.jooc.FieldDeclaration
 
generateInitializerCode(JsWriter) - Method in class net.jangaroo.jooc.FieldDeclaration
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.Annotation
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.ClassBody
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.ClassDeclaration
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.CompilationUnit
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.EmptyDeclaration
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.Extends
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.FunctionDeclaration
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.GetterSetterPair
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.Ide
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.IdeType
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.IdeWithTypeParam
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.ImportDirective
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.InfixOpExpr
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.NamespaceDeclaration
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.NamespacedIde
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.NodeImplBase
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.PackageDeclaration
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.Parameter
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.PredefinedTypeDeclaration
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.QualifiedIde
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.TypeRelation
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.UseNamespaceDirective
 
generateJsCode(JsWriter) - Method in class net.jangaroo.jooc.VectorLiteral
 
generateStartCode(JsWriter) - Method in class net.jangaroo.jooc.FieldDeclaration
 
generateTailCode(JsWriter) - Method in class net.jangaroo.jooc.Parameters
 
GET - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
getAnyDeclaration() - Method in class net.jangaroo.jooc.Jooc
 
getApiDestDir() - Method in class net.jangaroo.jooc.ant.JoocTask
 
getApiOutputDirectory() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getAutoSemicolon() - Method in class net.jangaroo.jooc.ant.JoocTask
 
getBody() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getBody() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
getChild(String) - Method in class net.jangaroo.jooc.input.FileInputSource
 
getChild(String) - Method in interface net.jangaroo.jooc.input.InputSource
 
getChild(String) - Method in class net.jangaroo.jooc.input.PathInputSource
 
getChild(String) - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
getChild(String) - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
getClassDeclaration() - Method in interface net.jangaroo.jooc.Scope
 
getClassDeclaration() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getClasspath() - Method in class net.jangaroo.jooc.ant.JoocTask
Get the classpath to find joo library files.
getClassPath() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getColumn() - Method in class net.jangaroo.jooc.JooSymbol
 
getCompilationUnit() - Method in interface net.jangaroo.jooc.Scope
 
getCompilationUnit() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getCompiler() - Method in class net.jangaroo.jooc.CompilationUnit
 
getConfig() - Method in class net.jangaroo.jooc.AnalyzeContext
 
getConfig() - Method in class net.jangaroo.jooc.Jooc
 
getConstructor() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getConstructorDeclaration() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getCurrentLoop() - Method in class net.jangaroo.jooc.LabelScope
 
getCurrentLoop() - Method in interface net.jangaroo.jooc.Scope
 
getCurrentLoop() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getCurrentLoopOrSwitch() - Method in class net.jangaroo.jooc.LabelScope
 
getCurrentLoopOrSwitch() - Method in interface net.jangaroo.jooc.Scope
 
getCurrentLoopOrSwitch() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getDebug() - Method in class net.jangaroo.jooc.ant.JoocTask
Gets the debug flag.
getDebugLevel() - Method in class net.jangaroo.jooc.ant.JoocTask
 
getDeclararations() - Method in class net.jangaroo.jooc.ClassBody
 
getDeclaration() - Method in class net.jangaroo.jooc.Ide
callable after scoping phase
getDeclaration(boolean) - Method in class net.jangaroo.jooc.Ide
callable after scoping phase
getDefiningNode() - Method in interface net.jangaroo.jooc.Scope
 
getDefiningNode() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getDestdir() - Method in class net.jangaroo.jooc.ant.JoocTask
Get the destination directory into which the java source files should be compiled.
getEnableassertions() - Method in class net.jangaroo.jooc.ant.JoocTask
 
getEnableAssertions() - Method in class net.jangaroo.jooc.JsWriter
 
getExitCode() - Method in exception net.jangaroo.jooc.config.JoocCommandLineParser.CommandLineParseException
 
getFailonerror() - Method in class net.jangaroo.jooc.ant.JoocTask
Gets the failonerror flag.
getFile() - Method in class net.jangaroo.jooc.input.FileInputSource
 
getFileList() - Method in class net.jangaroo.jooc.ant.JoocTask
Gets the list of files to be compiled.
getFileName() - Method in class net.jangaroo.jooc.JooSymbol
 
getFileSeparatorChar() - Method in class net.jangaroo.jooc.input.FileInputSource
 
getFileSeparatorChar() - Method in interface net.jangaroo.jooc.input.InputSource
 
getFileSeparatorChar() - Method in class net.jangaroo.jooc.input.PathInputSource
 
getFileSeparatorChar() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
getFileSeparatorChar() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
getFunctionExpr() - Method in interface net.jangaroo.jooc.Scope
 
getFunctionExpr() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getFunctionNameAsIde(FunctionExpr) - Method in class net.jangaroo.jooc.JsWriter
 
getGetter() - Method in class net.jangaroo.jooc.GetterSetterPair
 
getIde() - Method in class net.jangaroo.jooc.Ide
 
getIde() - Method in class net.jangaroo.jooc.IdeDeclaration
 
getIde() - Method in class net.jangaroo.jooc.IdeType
 
getInheritanceLevel() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getInputSource() - Method in class net.jangaroo.jooc.ScannerBase
 
getInputStream() - Method in class net.jangaroo.jooc.input.DirectoryInputSource
 
getInputStream() - Method in class net.jangaroo.jooc.input.FileInputSource
 
getInputStream() - Method in interface net.jangaroo.jooc.input.InputSource
 
getInputStream() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
getJoocArgs() - Method in class net.jangaroo.jooc.ant.JoocTask
 
getJooValue() - Method in class net.jangaroo.jooc.JooSymbol
 
getKeepLines() - Method in class net.jangaroo.jooc.JsWriter
 
getKeepSource() - Method in class net.jangaroo.jooc.JsWriter
 
getLine() - Method in class net.jangaroo.jooc.JooSymbol
 
getMemberDeclaration(String) - Method in class net.jangaroo.jooc.ClassDeclaration
 
getMemberDeclaration() - Method in class net.jangaroo.jooc.Ide
 
getMemberDeclaration() - Method in class net.jangaroo.jooc.QualifiedIde
 
getMethodDeclaration() - Method in interface net.jangaroo.jooc.Scope
 
getMethodDeclaration() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getName() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getName() - Method in class net.jangaroo.jooc.Ide
 
getName() - Method in class net.jangaroo.jooc.IdeDeclaration
 
getName() - Method in class net.jangaroo.jooc.input.FileInputSource
 
getName() - Method in interface net.jangaroo.jooc.input.InputSource
 
getName() - Method in class net.jangaroo.jooc.input.PathInputSource
 
getName() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
getName() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
getName() - Method in class net.jangaroo.jooc.NamespacedIde
 
getName() - Method in class net.jangaroo.jooc.TypedIdeDeclaration
 
getOptExtends() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getOptions() - Method in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
 
getOptions() - Method in class net.jangaroo.jooc.JsWriter
 
getOtherParamCount() - Method in class net.jangaroo.jooc.Parameters
 
getOutputDir() - Method in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
 
getOutputDirectory() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getOutputFile(File, String[]) - Method in class net.jangaroo.jooc.backend.SingleFileCompilationUnitSinkFactory
 
getOutputFile() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getOutputFileName(File, String[]) - Method in class net.jangaroo.jooc.backend.SingleFileCompilationUnitSinkFactory
 
getOutputFileName() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getPackageDeclaration() - Method in class net.jangaroo.jooc.CompilationUnit
 
getPackageDeclaration() - Method in interface net.jangaroo.jooc.Scope
 
getPackageDeclaration() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getPackageIdes(String) - Method in class net.jangaroo.jooc.Jooc
 
getParameterInitializerCodeGenerator() - Method in class net.jangaroo.jooc.Parameters
 
getParams() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
getParent() - Method in class net.jangaroo.jooc.input.DirectoryInputSource
 
getParent() - Method in class net.jangaroo.jooc.input.FileInputSource
 
getParent() - Method in interface net.jangaroo.jooc.input.InputSource
 
getParent() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
getParentScope() - Method in interface net.jangaroo.jooc.Scope
 
getParentScope() - Method in class net.jangaroo.jooc.ScopeImplBase
 
getPath() - Method in class net.jangaroo.jooc.input.FileInputSource
 
getPath() - Method in interface net.jangaroo.jooc.input.InputSource
 
getPath() - Method in class net.jangaroo.jooc.input.PathInputSource
 
getPath() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
getPath() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
getPrimaryDeclaration() - Method in class net.jangaroo.jooc.CompilationUnit
 
getProject() - Method in class net.jangaroo.jooc.ant.AntCompileLog
 
getQualified() - Method in class net.jangaroo.jooc.Ide
 
getQualifiedName() - Method in class net.jangaroo.jooc.Ide
 
getQualifiedName() - Method in class net.jangaroo.jooc.IdeDeclaration
 
getQualifiedName() - Method in class net.jangaroo.jooc.ImportDirective
 
getQualifiedName() - Method in class net.jangaroo.jooc.NamespacedIde
 
getQualifiedName() - Method in class net.jangaroo.jooc.QualifiedIde
 
getQualifiedNameAsIde(IdeDeclaration) - Method in class net.jangaroo.jooc.JsWriter
 
getQualifiedNameStr() - Method in class net.jangaroo.jooc.Ide
 
getQualifiedNameStr() - Method in class net.jangaroo.jooc.IdeDeclaration
 
getQualifiedNameStr() - Method in class net.jangaroo.jooc.NamespacedIde
 
getQualifiedNameStr() - Method in class net.jangaroo.jooc.QualifiedIde
 
getQualifier() - Method in class net.jangaroo.jooc.Ide
 
getQualifier() - Method in class net.jangaroo.jooc.QualifiedIde
 
getRelativePath() - Method in class net.jangaroo.jooc.input.FileInputSource
 
getRelativePath() - Method in interface net.jangaroo.jooc.input.InputSource
 
getRelativePath() - Method in class net.jangaroo.jooc.input.PathInputSource
 
getRelativePath() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
getRelativePath() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
getRestParamName() - Method in class net.jangaroo.jooc.Parameters
 
getResultCodeDescription(int) - Static method in class net.jangaroo.jooc.Jooc
 
getRuntimeVersion() - Method in class net.jangaroo.jooc.Jooc
 
getScope() - Method in class net.jangaroo.jooc.Ide
 
getSemicolonInsertionMode() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getSemicolonInsertionMode() - Method in interface net.jangaroo.jooc.config.JoocOptions
 
getSetter() - Method in class net.jangaroo.jooc.GetterSetterPair
 
getSourceFiles() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getSourcePath() - Method in class net.jangaroo.jooc.CompilationUnit
 
getSourcePath() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
getSrcdir() - Method in class net.jangaroo.jooc.ant.JoocTask
Get the source dirs to find the source java files.
getStatement() - Method in class net.jangaroo.jooc.LabelScope
 
getStaticMemberDeclaration(String) - Method in class net.jangaroo.jooc.ClassDeclaration
 
getSuperType() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getSuperTypeDeclaration() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getSymbol() - Method in class net.jangaroo.jooc.Annotation
 
getSymbol() - Method in class net.jangaroo.jooc.ClassBody
 
getSymbol() - Method in class net.jangaroo.jooc.CompilationUnit
 
getSymbol() - Method in class net.jangaroo.jooc.EmptyDeclaration
 
getSymbol() - Method in class net.jangaroo.jooc.Extends
 
getSymbol() - Method in class net.jangaroo.jooc.GetterSetterPair
 
getSymbol() - Method in class net.jangaroo.jooc.Ide
 
getSymbol() - Method in class net.jangaroo.jooc.IdeDeclaration
 
getSymbol() - Method in class net.jangaroo.jooc.IdeType
 
getSymbol() - Method in class net.jangaroo.jooc.ImportDirective
 
getSymbol() - Method in class net.jangaroo.jooc.NamespacedIde
 
getSymbol() - Method in class net.jangaroo.jooc.PackageDeclaration
 
getSymbol() - Method in class net.jangaroo.jooc.QualifiedIde
 
getSymbol() - Method in class net.jangaroo.jooc.TypeRelation
 
getSymbol() - Method in class net.jangaroo.jooc.UseNamespaceDirective
 
getSymbol() - Method in class net.jangaroo.jooc.VectorLiteral
 
getSymbolAbbreviation(int) - Method in class net.jangaroo.jooc.ScannerBase
 
getTail() - Method in class net.jangaroo.jooc.Parameters
 
GetterSetterPair - Class in net.jangaroo.jooc
An object aggregating the getter and the setter FunctionDeclaration of the same property.
getText() - Method in class net.jangaroo.jooc.JooSymbol
 
getThisType() - Method in class net.jangaroo.jooc.ClassDeclaration
 
getType() - Method in class net.jangaroo.jooc.TypeRelation
 
getVerbose() - Method in class net.jangaroo.jooc.ant.JoocTask
Gets the verbose flag.
getVersion() - Method in class net.jangaroo.jooc.Jooc
 
getVoidDeclaration() - Method in class net.jangaroo.jooc.Jooc
 
getWhitespace() - Method in class net.jangaroo.jooc.JooSymbol
 
getZipFile() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
GT - Static variable in interface net.jangaroo.jooc.sym
 
GTEQ - Static variable in interface net.jangaroo.jooc.sym
 

H

hasErrors() - Method in interface net.jangaroo.jooc.CompileLog
 
hasErrors() - Method in class net.jangaroo.jooc.StdOutCompileLog
 
hashCode() - Method in class net.jangaroo.jooc.Ide
 
hashCode() - Method in class net.jangaroo.jooc.ImportDirective
 
hashCode() - Method in class net.jangaroo.jooc.NamespacedIde
 
hashCode() - Method in class net.jangaroo.jooc.QualifiedIde
 
hasInitializer() - Method in class net.jangaroo.jooc.Parameter
 

I

Ide - Class in net.jangaroo.jooc
 
Ide(String) - Constructor for class net.jangaroo.jooc.Ide
 
Ide(JooSymbol) - Constructor for class net.jangaroo.jooc.Ide
 
IDE - Static variable in interface net.jangaroo.jooc.sym
 
IdeDeclaration - Class in net.jangaroo.jooc
 
IdeDeclaration(JooSymbol[], int, Ide) - Constructor for class net.jangaroo.jooc.IdeDeclaration
 
IdeType - Class in net.jangaroo.jooc
 
IdeType(Ide) - Constructor for class net.jangaroo.jooc.IdeType
 
IdeType(JooSymbol) - Constructor for class net.jangaroo.jooc.IdeType
 
IdeWithTypeParam - Class in net.jangaroo.jooc
Created by IntelliJ IDEA.
IdeWithTypeParam(JooSymbol, JooSymbol, Type, JooSymbol) - Constructor for class net.jangaroo.jooc.IdeWithTypeParam
 
IF - Static variable in interface net.jangaroo.jooc.sym
 
IMPLEMENTS - Static variable in interface net.jangaroo.jooc.sym
 
IMPORT - Static variable in interface net.jangaroo.jooc.sym
 
ImportDirective - Class in net.jangaroo.jooc
 
ImportDirective(Ide, String) - Constructor for class net.jangaroo.jooc.ImportDirective
 
ImportDirective(JooSymbol, Ide) - Constructor for class net.jangaroo.jooc.ImportDirective
 
importSource(InputSource) - Method in class net.jangaroo.jooc.Jooc
 
IN - Static variable in interface net.jangaroo.jooc.sym
 
INCLUDE - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
IncludeEvaluator - Class in net.jangaroo.jooc.util
A helper class for joo.flex that parses an "include" directive and returns a Reader for the included file.
IncludeEvaluator() - Constructor for class net.jangaroo.jooc.util.IncludeEvaluator
 
InfixOpExpr - Class in net.jangaroo.jooc
A BinaryOpExpr for AS3 infix operators that are not supported directly in JS.
InfixOpExpr(Expr, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.InfixOpExpr
 
init_actions() - Method in class net.jangaroo.jooc.parser
Action encapsulation object initializer.
INPUT_FILE_SUFFIX - Static variable in class net.jangaroo.jooc.Jooc
 
InputSource - Interface in net.jangaroo.jooc.input
 
inputSource - Variable in class net.jangaroo.jooc.ScannerBase
 
INSTANCEOF - Static variable in interface net.jangaroo.jooc.sym
 
INT_LITERAL - Static variable in interface net.jangaroo.jooc.sym
 
INTERFACE - Static variable in interface net.jangaroo.jooc.sym
 
INTERNAL - Static variable in interface net.jangaroo.jooc.sym
 
IS - Static variable in interface net.jangaroo.jooc.sym
 
isAbstract() - Method in class net.jangaroo.jooc.ClassDeclaration
 
isAbstract() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
isAllowduplicatelocalvariables() - Method in class net.jangaroo.jooc.ant.JoocTask
Gets the allowduplicatelocalvariables flag.
isAllowDuplicateLocalVariables() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isClassMember() - Method in class net.jangaroo.jooc.ClassDeclaration
 
isClassMember() - Method in class net.jangaroo.jooc.FieldDeclaration
 
isClassMember() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
isClassMember() - Method in class net.jangaroo.jooc.IdeDeclaration
 
isConst() - Method in class net.jangaroo.jooc.FieldDeclaration
 
isConstructor() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
isConstructor() - Method in class net.jangaroo.jooc.IdeDeclaration
 
isDebug() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isDebug() - Method in interface net.jangaroo.jooc.config.JoocOptions
 
isDebugLines() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isDebugLines() - Method in interface net.jangaroo.jooc.config.JoocOptions
 
isDebugSource() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isDebugSource() - Method in interface net.jangaroo.jooc.config.JoocOptions
 
isDeclared(Ide) - Method in interface net.jangaroo.jooc.Scope
 
isDeclared(Ide) - Method in class net.jangaroo.jooc.ScopeImplBase
 
isDirectory() - Method in class net.jangaroo.jooc.input.DirectoryInputSource
 
isDirectory() - Method in class net.jangaroo.jooc.input.FileInputSource
 
isDirectory() - Method in interface net.jangaroo.jooc.input.InputSource
 
isDirectory() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
isEnableAssertions() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isEnableAssertions() - Method in interface net.jangaroo.jooc.config.JoocOptions
 
isField() - Method in class net.jangaroo.jooc.FieldDeclaration
 
isField() - Method in class net.jangaroo.jooc.IdeDeclaration
 
isGenerateApi() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isGenerateApi() - Method in interface net.jangaroo.jooc.config.JoocOptions
 
isGetter() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
isGetterOrSetter() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
isHelp() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isInArray(Object[], Object) - Static method in class net.jangaroo.jooc.Debug
Method to use to assert that an array contains an object.
isInArray(String[], String) - Static method in class net.jangaroo.jooc.Debug
Method to use to assert that an array contains a String.
isInArray(int[], int) - Static method in class net.jangaroo.jooc.Debug
Method to use to assert that an array contains an int.
isInterface() - Method in class net.jangaroo.jooc.ClassDeclaration
 
isMergeOutput() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isMethod() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
isMethod() - Method in class net.jangaroo.jooc.IdeDeclaration
 
isPackage(String) - Method in interface net.jangaroo.jooc.Scope
 
isPackage(String) - Method in class net.jangaroo.jooc.ScopeImplBase
 
isPrimaryDeclaration() - Method in class net.jangaroo.jooc.IdeDeclaration
 
isPrivateStaticMethod() - Method in class net.jangaroo.jooc.IdeDeclaration
 
isQualified() - Method in class net.jangaroo.jooc.Ide
 
isQualifiedBySuper() - Method in class net.jangaroo.jooc.Ide
 
isQualifiedByThis() - Method in class net.jangaroo.jooc.Ide
 
isQualifier() - Method in class net.jangaroo.jooc.Ide
 
isRest() - Method in class net.jangaroo.jooc.Parameter
 
isSemicolonInsertedBefore() - Method in class net.jangaroo.jooc.JooSymbol
 
isSetter() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
isSorted(int[]) - Static method in class net.jangaroo.jooc.Debug
Method to use to assert that an array is sorted
isStatic() - Method in class net.jangaroo.jooc.ClassDeclaration
 
isSubclassOf(ClassDeclaration) - Method in class net.jangaroo.jooc.ClassDeclaration
 
isThisAccess() - Method in class net.jangaroo.jooc.Ide
 
isTopLevel() - Method in class net.jangaroo.jooc.PackageDeclaration
 
isVerbose() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isVersion() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isVirtual() - Method in class net.jangaroo.jooc.JooSymbol
 
isWriteActionScriptApi() - Method in class net.jangaroo.jooc.JsWriter
 

J

Jooc - Class in net.jangaroo.jooc
The Jangaroo AS3-to-JS Compiler's main class.
Jooc() - Constructor for class net.jangaroo.jooc.Jooc
 
Jooc(CompileLog) - Constructor for class net.jangaroo.jooc.Jooc
 
JoocCommandLineParser - Class in net.jangaroo.jooc.config
Parses the jooc command line to produce a JoocConfiguration.
JoocCommandLineParser() - Constructor for class net.jangaroo.jooc.config.JoocCommandLineParser
 
JoocCommandLineParser.CommandLineParseException - Exception in net.jangaroo.jooc.config
 
JoocCommandLineParser.CommandLineParseException(String, int) - Constructor for exception net.jangaroo.jooc.config.JoocCommandLineParser.CommandLineParseException
 
JoocConfiguration - Class in net.jangaroo.jooc.config
Jangaroo compiler configuration
JoocConfiguration() - Constructor for class net.jangaroo.jooc.config.JoocConfiguration
 
JoocOptions - Interface in net.jangaroo.jooc.config
 
JoocOptions.SemicolonInsertionMode - Enum in net.jangaroo.jooc.config
 
JoocTask - Class in net.jangaroo.jooc.ant
 
JoocTask() - Constructor for class net.jangaroo.jooc.ant.JoocTask
 
JooSymbol - Class in net.jangaroo.jooc
 
JooSymbol(String) - Constructor for class net.jangaroo.jooc.JooSymbol
 
JooSymbol(int, String) - Constructor for class net.jangaroo.jooc.JooSymbol
 
JooSymbol(int, String, int, int, String, String) - Constructor for class net.jangaroo.jooc.JooSymbol
 
JooSymbol(int, String, int, int, String, String, Object) - Constructor for class net.jangaroo.jooc.JooSymbol
 
JsWriter - Class in net.jangaroo.jooc
 
JsWriter(Writer) - Constructor for class net.jangaroo.jooc.JsWriter
 

L

LabelScope - Class in net.jangaroo.jooc
 
LabelScope(Statement, Scope) - Constructor for class net.jangaroo.jooc.LabelScope
 
LBRACE - Static variable in interface net.jangaroo.jooc.sym
 
LBRACE_EXPR - Static variable in interface net.jangaroo.jooc.sym
 
LBRACK - Static variable in interface net.jangaroo.jooc.sym
 
LineRangeReader - Class in net.jangaroo.jooc.util
A LineRangeReader that reads a line subrange of a given Reader.
LineRangeReader(Reader, int, int) - Constructor for class net.jangaroo.jooc.util.LineRangeReader
 
list() - Method in class net.jangaroo.jooc.input.FileInputSource
 
list() - Method in interface net.jangaroo.jooc.input.InputSource
 
list() - Method in class net.jangaroo.jooc.input.PathInputSource
 
list() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
 
list() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
 
lookupDeclaration(Ide) - Method in interface net.jangaroo.jooc.Scope
 
lookupDeclaration(Ide) - Method in class net.jangaroo.jooc.ScopeImplBase
 
lookupLabel(Ide) - Method in class net.jangaroo.jooc.LabelScope
 
lookupLabel(Ide) - Method in interface net.jangaroo.jooc.Scope
 
lookupLabel(Ide) - Method in class net.jangaroo.jooc.ScopeImplBase
 
LPAREN - Static variable in interface net.jangaroo.jooc.sym
 
LSHIFT - Static variable in interface net.jangaroo.jooc.sym
 
LSHIFTEQ - Static variable in interface net.jangaroo.jooc.sym
 
LT - Static variable in interface net.jangaroo.jooc.sym
 
LTEQ - Static variable in interface net.jangaroo.jooc.sym
 

M

main(String[]) - Static method in class net.jangaroo.jooc.Jooc
 
MergedOutputCompilationUnitSinkFactory - Class in net.jangaroo.jooc.backend
Compilation unit sink factory writing all generated classes to one file.
MergedOutputCompilationUnitSinkFactory(JoocOptions, File) - Constructor for class net.jangaroo.jooc.backend.MergedOutputCompilationUnitSinkFactory
 
MINUS - Static variable in interface net.jangaroo.jooc.sym
 
MINUSEQ - Static variable in interface net.jangaroo.jooc.sym
 
MINUSMINUS - Static variable in interface net.jangaroo.jooc.sym
 
MOD - Static variable in interface net.jangaroo.jooc.sym
 
MODEQ - Static variable in interface net.jangaroo.jooc.sym
 
MUL - Static variable in interface net.jangaroo.jooc.sym
 
MULTEQ - Static variable in interface net.jangaroo.jooc.sym
 
multiStateSymbol(int, Object) - Method in class net.jangaroo.jooc.ScannerBase
 
multiStateText - Variable in class net.jangaroo.jooc.ScannerBase
 

N

NAMESPACE - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
NamespaceDeclaration - Class in net.jangaroo.jooc
 
NamespaceDeclaration(JooSymbol[], JooSymbol, Ide, Initializer, JooSymbol) - Constructor for class net.jangaroo.jooc.NamespaceDeclaration
 
NamespacedIde - Class in net.jangaroo.jooc
 
NamespacedIde(JooSymbol, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.NamespacedIde
 
NAMESPACESEP - Static variable in interface net.jangaroo.jooc.sym
 
NATIVE - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
net.jangaroo.jooc - package net.jangaroo.jooc
 
net.jangaroo.jooc.ant - package net.jangaroo.jooc.ant
 
net.jangaroo.jooc.backend - package net.jangaroo.jooc.backend
 
net.jangaroo.jooc.config - package net.jangaroo.jooc.config
 
net.jangaroo.jooc.input - package net.jangaroo.jooc.input
 
net.jangaroo.jooc.util - package net.jangaroo.jooc.util
 
NEW - Static variable in interface net.jangaroo.jooc.sym
 
next_token() - Method in class net.jangaroo.jooc.ScannerBase
 
NO_LINE_TERMINATOR_HERE - Static variable in interface net.jangaroo.jooc.sym
 
NO_LINE_TERMINATOR_HERE_POSTFIX_OP - Static variable in interface net.jangaroo.jooc.sym
 
NodeImplBase - Class in net.jangaroo.jooc
 
NodeImplBase() - Constructor for class net.jangaroo.jooc.NodeImplBase
 
NodeImplBase.Scoped - Interface in net.jangaroo.jooc
 
NOT - Static variable in interface net.jangaroo.jooc.sym
 
NOTEQ - Static variable in interface net.jangaroo.jooc.sym
 
NOTEQEQ - Static variable in interface net.jangaroo.jooc.sym
 
NULL_LITERAL - Static variable in interface net.jangaroo.jooc.sym
 

O

optExtends - Variable in class net.jangaroo.jooc.ClassDeclaration
 
optImplements - Variable in class net.jangaroo.jooc.ClassDeclaration
 
OR - Static variable in interface net.jangaroo.jooc.sym
 
OREQ - Static variable in interface net.jangaroo.jooc.sym
 
OROR - Static variable in interface net.jangaroo.jooc.sym
 
OROREQ - Static variable in interface net.jangaroo.jooc.sym
 
OUTPUT_FILE_SUFFIX - Static variable in class net.jangaroo.jooc.Jooc
 
outputDir - Variable in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
 
OVERRIDE - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
overrides() - Method in class net.jangaroo.jooc.FunctionDeclaration
 

P

PACKAGE - Static variable in interface net.jangaroo.jooc.sym
 
PackageDeclaration - Class in net.jangaroo.jooc
 
PackageDeclaration(JooSymbol, Ide) - Constructor for class net.jangaroo.jooc.PackageDeclaration
 
Parameter - Class in net.jangaroo.jooc
 
Parameter(JooSymbol, Ide, TypeRelation, Initializer) - Constructor for class net.jangaroo.jooc.Parameter
 
Parameters - Class in net.jangaroo.jooc
 
Parameters(Parameter, JooSymbol, Parameters) - Constructor for class net.jangaroo.jooc.Parameters
 
Parameters(Parameter) - Constructor for class net.jangaroo.jooc.Parameters
 
parse(String[]) - Method in class net.jangaroo.jooc.config.JoocCommandLineParser
 
parse(InputSource) - Method in class net.jangaroo.jooc.Jooc
 
parser - Class in net.jangaroo.jooc
CUP v0.10k generated parser.
parser() - Constructor for class net.jangaroo.jooc.parser
Default constructor.
parser(Scanner) - Constructor for class net.jangaroo.jooc.parser
Constructor which sets the default scanner.
PathInputSource - Class in net.jangaroo.jooc.input
 
PathInputSource(String, List<InputSource>) - Constructor for class net.jangaroo.jooc.input.PathInputSource
 
PLUS - Static variable in interface net.jangaroo.jooc.sym
 
PLUSEQ - Static variable in interface net.jangaroo.jooc.sym
 
PLUSPLUS - Static variable in interface net.jangaroo.jooc.sym
 
POSTFIX_INCREMENT - Static variable in interface net.jangaroo.jooc.sym
 
PredefinedTypeDeclaration - Class in net.jangaroo.jooc
 
PredefinedTypeDeclaration(String) - Constructor for class net.jangaroo.jooc.PredefinedTypeDeclaration
 
PREFIX_MINUS - Static variable in interface net.jangaroo.jooc.sym
 
PREFIX_MINUSMINUS - Static variable in interface net.jangaroo.jooc.sym
 
PREFIX_PLUS - Static variable in interface net.jangaroo.jooc.sym
 
PREFIX_PLUSPLUS - Static variable in interface net.jangaroo.jooc.sym
 
printArray(Object[]) - Static method in class net.jangaroo.jooc.Debug
Print an Array.
printArray(int[]) - Static method in class net.jangaroo.jooc.Debug
Print an Array.
printArrayToString(Object[]) - Static method in class net.jangaroo.jooc.Debug
Print an Object Array to a String.
printArrayToString(int[]) - Static method in class net.jangaroo.jooc.Debug
Print an int Array to a String.
printHelp(Options) - Method in class net.jangaroo.jooc.config.JoocCommandLineParser
 
println(String) - Static method in class net.jangaroo.jooc.Debug
Print a String, and then finish the line.
println(Object) - Static method in class net.jangaroo.jooc.Debug
Print an Object, and then finish the line.
printStackTrace() - Static method in class net.jangaroo.jooc.Debug
prints stack trace where you are
printVersion() - Method in class net.jangaroo.jooc.Jooc
 
PRIVATE - Static variable in interface net.jangaroo.jooc.sym
 
processSource(File) - Method in class net.jangaroo.jooc.Jooc
 
production_table() - Method in class net.jangaroo.jooc.parser
Access to production table.
PROTECTED - Static variable in interface net.jangaroo.jooc.sym
 
PUBLIC - Static variable in interface net.jangaroo.jooc.sym
 
pushback(JooSymbol) - Method in class net.jangaroo.jooc.ScannerBase
Pushback the current token so that it will be read again the next time next_token() is called
pushedBackToken - Variable in class net.jangaroo.jooc.ScannerBase
 

Q

QualifiedIde - Class in net.jangaroo.jooc
 
QualifiedIde(Ide, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.QualifiedIde
 
qualify(JooSymbol, JooSymbol) - Method in class net.jangaroo.jooc.Ide
 
qualify(JooSymbol, JooSymbol) - Method in class net.jangaroo.jooc.QualifiedIde
 
QUESTION - Static variable in interface net.jangaroo.jooc.sym
 

R

RBRACE - Static variable in interface net.jangaroo.jooc.sym
 
RBRACK - Static variable in interface net.jangaroo.jooc.sym
 
read(char[], int, int) - Method in class net.jangaroo.jooc.util.LineRangeReader
 
recreateSrc() - Method in class net.jangaroo.jooc.ant.JoocTask
Recreate src.
reduce_table() - Method in class net.jangaroo.jooc.parser
Access to reduce_goto table.
REGEXP_LITERAL - Static variable in interface net.jangaroo.jooc.sym
 
REGEXP_START - Static variable in interface net.jangaroo.jooc.sym
 
registerMember(TypedIdeDeclaration) - Method in class net.jangaroo.jooc.ClassDeclaration
 
report_error(String, Object) - Method in class net.jangaroo.jooc.parser
 
report_fatal_error(String, Object) - Method in class net.jangaroo.jooc.parser
 
RESERVED_WORDS - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
resetFileLists() - Method in class net.jangaroo.jooc.ant.JoocTask
Clear the list of files to be compiled and copied..
resolveDeclaration() - Method in class net.jangaroo.jooc.ClassDeclaration
 
resolveDeclaration() - Method in class net.jangaroo.jooc.FunctionDeclaration
 
resolveDeclaration() - Method in class net.jangaroo.jooc.Ide
Resolve the declaration of this ide to the underlying declaration.
resolveDeclaration() - Method in class net.jangaroo.jooc.IdeDeclaration
Resolve this declaration to the underlying Class or PredefinedType declaration
resolveDeclaration() - Method in class net.jangaroo.jooc.IdeType
 
resolveDeclaration() - Method in class net.jangaroo.jooc.Parameter
 
resolveDeclaration() - Method in class net.jangaroo.jooc.QualifiedIde
 
resolveDeclaration() - Method in class net.jangaroo.jooc.Type
Resolve this type to the underlying Class or PredefinedType declaration
resolveDeclaration() - Method in class net.jangaroo.jooc.TypedIdeDeclaration
 
resolveImport(ImportDirective) - Method in class net.jangaroo.jooc.Jooc
 
resolveMember(IdeDeclaration, Ide) - Static method in class net.jangaroo.jooc.Ide
 
resolvePropertyDeclaration(String) - Method in class net.jangaroo.jooc.ClassDeclaration
Lookup a non-static member of the given name
resolvePropertyDeclaration(String) - Method in class net.jangaroo.jooc.IdeDeclaration
 
REST - Static variable in interface net.jangaroo.jooc.sym
 
RESULT_CODE_COMPILATION_FAILED - Static variable in class net.jangaroo.jooc.Jooc
 
RESULT_CODE_INTERNAL_COMPILER_ERROR - Static variable in class net.jangaroo.jooc.Jooc
 
RESULT_CODE_MISSING_OPTION_ARGUMENT - Static variable in class net.jangaroo.jooc.Jooc
 
RESULT_CODE_OK - Static variable in class net.jangaroo.jooc.Jooc
 
RESULT_CODE_UNRECOGNIZED_OPTION - Static variable in class net.jangaroo.jooc.Jooc
 
RETURN - Static variable in interface net.jangaroo.jooc.sym
 
rewriteThis - Variable in class net.jangaroo.jooc.Ide
 
RPAREN - Static variable in interface net.jangaroo.jooc.sym
 
RSHIFT - Static variable in interface net.jangaroo.jooc.sym
 
RSHIFTEQ - Static variable in interface net.jangaroo.jooc.sym
 
run(JoocConfiguration) - Method in class net.jangaroo.jooc.Jooc
 
run(String[]) - Method in class net.jangaroo.jooc.Jooc
 
run(Scope) - Method in interface net.jangaroo.jooc.NodeImplBase.Scoped
 

S

scan() - Method in class net.jangaroo.jooc.ScannerBase
 
SCAN_ERROR - Static variable in interface net.jangaroo.jooc.sym
 
scanDir(File, File, String[]) - Method in class net.jangaroo.jooc.ant.JoocTask
Scans the directory looking for source files to be compiled.
scanner - Variable in class net.jangaroo.jooc.parser
 
ScannerBase - Class in net.jangaroo.jooc
 
ScannerBase() - Constructor for class net.jangaroo.jooc.ScannerBase
 
scope(Scope) - Method in class net.jangaroo.jooc.Annotation
 
scope(Scope) - Method in class net.jangaroo.jooc.ClassBody
 
scope(Scope) - Method in class net.jangaroo.jooc.ClassDeclaration
 
scope(Scope) - Method in class net.jangaroo.jooc.CompilationUnit
 
scope(Scope) - Method in class net.jangaroo.jooc.EmptyDeclaration
 
scope(Scope) - Method in class net.jangaroo.jooc.Extends
 
scope(Scope) - Method in class net.jangaroo.jooc.FunctionDeclaration
 
scope(Scope) - Method in class net.jangaroo.jooc.GetterSetterPair
 
scope(Scope) - Method in class net.jangaroo.jooc.Ide
 
scope(Scope) - Method in class net.jangaroo.jooc.IdeDeclaration
 
scope(Scope) - Method in class net.jangaroo.jooc.IdeType
 
scope(Scope) - Method in class net.jangaroo.jooc.ImportDirective
 
scope(Scope) - Method in class net.jangaroo.jooc.InfixOpExpr
 
scope(Scope) - Method in class net.jangaroo.jooc.NamespacedIde
 
scope(List<N>, Scope) - Method in class net.jangaroo.jooc.NodeImplBase
 
scope(Scope) - Method in class net.jangaroo.jooc.PackageDeclaration
 
scope(Scope) - Method in class net.jangaroo.jooc.Parameter
 
scope(Scope) - Method in class net.jangaroo.jooc.QualifiedIde
 
Scope - Interface in net.jangaroo.jooc
 
scope(Scope) - Method in class net.jangaroo.jooc.TypedIdeDeclaration
 
scope(Scope) - Method in class net.jangaroo.jooc.TypeRelation
 
scope(Scope) - Method in class net.jangaroo.jooc.UseNamespaceDirective
 
scope(Scope) - Method in class net.jangaroo.jooc.VectorLiteral
 
ScopeImplBase - Class in net.jangaroo.jooc
 
ScopeImplBase(Scope) - Constructor for class net.jangaroo.jooc.ScopeImplBase
 
SEMICOLON - Static variable in interface net.jangaroo.jooc.sym
 
SET - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
setAllowduplicatelocalvariables(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
Sets the allowduplicatelocalvariables flag.
setAllowDuplicateLocalVariables(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setApiDestDir(File) - Method in class net.jangaroo.jooc.ant.JoocTask
 
setApiOutputDirectory(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setAutoSemicolon(String) - Method in class net.jangaroo.jooc.ant.JoocTask
 
setClasspath(String) - Method in class net.jangaroo.jooc.ant.JoocTask
Set the classpath to find the joo library files.
setClassPath(List<File>) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setCompileLog(CompileLog) - Method in class net.jangaroo.jooc.parser
 
setCompiler(Jooc) - Method in class net.jangaroo.jooc.CompilationUnit
 
setConstructor(FunctionDeclaration) - Method in class net.jangaroo.jooc.ClassDeclaration
 
setContainsSuperConstructorCall(boolean) - Method in class net.jangaroo.jooc.FunctionDeclaration
 
setDebug(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
Indicates whether source should be compiled with debug information; defaults to off.
setDebug(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setDebugLevel(String) - Method in class net.jangaroo.jooc.ant.JoocTask
 
setDebugLines(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setDebugSource(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setDestdir(File) - Method in class net.jangaroo.jooc.ant.JoocTask
Set the destination directory into which the Java source files should be compiled.
setEnableassertions(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
 
setEnableAssertions(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setFailonerror(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
Indicates whether the build will continue even if there are compilation errors; defaults to true.
setHelp(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setInheritedModifiers(JooSymbol[]) - Method in class net.jangaroo.jooc.FieldDeclaration
 
setInputSource(InputSource) - Method in class net.jangaroo.jooc.ScannerBase
 
setIsClassMember(boolean) - Method in class net.jangaroo.jooc.FieldDeclaration
 
setIsClassMember(boolean) - Method in class net.jangaroo.jooc.FunctionDeclaration
 
setMergeOutput(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setOptions(JoocOptions) - Method in class net.jangaroo.jooc.JsWriter
 
setOutputDirectory(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setOutputFileName(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setProject(Project) - Method in class net.jangaroo.jooc.ant.AntCompileLog
 
setQualified(Ide) - Method in class net.jangaroo.jooc.Ide
 
setScanner(Scanner) - Method in class net.jangaroo.jooc.parser
 
setSecondaryDeclarations(List<IdeDeclaration>) - Method in class net.jangaroo.jooc.ClassDeclaration
 
setSemicolonInsertedBefore(boolean) - Method in class net.jangaroo.jooc.JooSymbol
 
setSemicolonInsertionMode(JoocOptions.SemicolonInsertionMode) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setSemicolonInsertionMode(JoocOptions.SemicolonInsertionMode) - Method in class net.jangaroo.jooc.parser
 
setSource(InputSource) - Method in class net.jangaroo.jooc.CompilationUnit
 
setSourceFiles(List<File>) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setSourcePath(List<File>) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setSrcdir(Path) - Method in class net.jangaroo.jooc.ant.JoocTask
Set the source directories to find the source joo files.
setVerbose(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
If true, asks the compiler for verbose output.
setVerbose(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setVersion(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setVirtual(boolean) - Method in class net.jangaroo.jooc.JooSymbol
 
setWriteActionScriptApi(boolean) - Method in class net.jangaroo.jooc.JsWriter
 
SingleFileCompilationUnitSinkFactory - Class in net.jangaroo.jooc.backend
Compilation unit sink factory for one compilation unit per output file.
SingleFileCompilationUnitSinkFactory(JoocOptions, File, boolean, String) - Constructor for class net.jangaroo.jooc.backend.SingleFileCompilationUnitSinkFactory
 
start_production() - Method in class net.jangaroo.jooc.parser
Indicates start production.
start_state() - Method in class net.jangaroo.jooc.parser
Indicates start state.
STATIC - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
StdOutCompileLog - Class in net.jangaroo.jooc
 
StdOutCompileLog() - Constructor for class net.jangaroo.jooc.StdOutCompileLog
 
string - Variable in class net.jangaroo.jooc.ScannerBase
 
STRING_LITERAL - Static variable in interface net.jangaroo.jooc.sym
 
substitute(char) - Method in class net.jangaroo.jooc.SubstitutingWriter
What should be printed instead of character c?
SubstitutingWriter - Class in net.jangaroo.jooc
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.
SubstitutingWriter(Writer) - Constructor for class net.jangaroo.jooc.SubstitutingWriter
 
SUPER - Static variable in interface net.jangaroo.jooc.sym
 
SWITCH - Static variable in interface net.jangaroo.jooc.sym
 
sym - Interface in net.jangaroo.jooc
CUP generated interface containing symbol constants.
symbol(int) - Method in class net.jangaroo.jooc.ScannerBase
 
symbol(int, Object) - Method in class net.jangaroo.jooc.ScannerBase
 
symbolMap - Static variable in class net.jangaroo.jooc.ScannerBase
 
symClass - Variable in class net.jangaroo.jooc.ClassDeclaration
 
SyntacticKeywords - Interface in net.jangaroo.jooc
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.
syntax_error(Symbol) - Method in class net.jangaroo.jooc.parser
 

T

THIS - Static variable in interface net.jangaroo.jooc.sym
 
THROW - Static variable in interface net.jangaroo.jooc.sym
 
toString() - Method in class net.jangaroo.jooc.CompilationUnit
 
toString() - Method in class net.jangaroo.jooc.Ide
 
toString() - Method in class net.jangaroo.jooc.IdeDeclaration
 
toString() - Method in class net.jangaroo.jooc.JooSymbol
 
TRY - Static variable in interface net.jangaroo.jooc.sym
 
Type - Class in net.jangaroo.jooc
 
Type() - Constructor for class net.jangaroo.jooc.Type
 
TypedIdeDeclaration - Class in net.jangaroo.jooc
 
TypedIdeDeclaration(JooSymbol[], int, Ide, TypeRelation) - Constructor for class net.jangaroo.jooc.TypedIdeDeclaration
 
TYPEOF - Static variable in interface net.jangaroo.jooc.sym
 
TypeRelation - Class in net.jangaroo.jooc
 
TypeRelation(JooSymbol) - Constructor for class net.jangaroo.jooc.TypeRelation
 
TypeRelation(JooSymbol, Type) - Constructor for class net.jangaroo.jooc.TypeRelation
 

U

unrecovered_syntax_error(Symbol) - Method in class net.jangaroo.jooc.parser
 
URSHIFT - Static variable in interface net.jangaroo.jooc.sym
 
URSHIFTEQ - Static variable in interface net.jangaroo.jooc.sym
 
usageInExpr(AstNode) - Method in class net.jangaroo.jooc.Ide
 
USE - Static variable in interface net.jangaroo.jooc.sym
 
UseNamespaceDirective - Class in net.jangaroo.jooc
 
UseNamespaceDirective(JooSymbol, JooSymbol, Ide) - Constructor for class net.jangaroo.jooc.UseNamespaceDirective
 

V

valueOf(String) - Static method in enum net.jangaroo.jooc.config.JoocOptions.SemicolonInsertionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.jangaroo.jooc.config.JoocOptions.SemicolonInsertionMode
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in interface net.jangaroo.jooc.sym
 
VectorLiteral - Class in net.jangaroo.jooc
 
VectorLiteral(JooSymbol, JooSymbol, Type, JooSymbol, ArrayLiteral) - Constructor for class net.jangaroo.jooc.VectorLiteral
 
vectorNestingLevel - Variable in class net.jangaroo.jooc.ScannerBase
 
VIRTUAL - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
 
VOID - Static variable in interface net.jangaroo.jooc.sym
 

W

warning(String) - Method in class net.jangaroo.jooc.ant.AntCompileLog
 
warning(JooSymbol, String) - Method in interface net.jangaroo.jooc.CompileLog
 
warning(String) - Method in interface net.jangaroo.jooc.CompileLog
 
warning(JooSymbol, String) - Static method in class net.jangaroo.jooc.Jooc
 
warning(String) - Static method in class net.jangaroo.jooc.Jooc
 
warning(JooSymbol, String) - Method in class net.jangaroo.jooc.StdOutCompileLog
 
warning(String) - Method in class net.jangaroo.jooc.StdOutCompileLog
 
warnings - Variable in class net.jangaroo.jooc.StdOutCompileLog
 
WHILE - Static variable in interface net.jangaroo.jooc.sym
 
whitespace - Variable in class net.jangaroo.jooc.ScannerBase
 
WITH - Static variable in interface net.jangaroo.jooc.sym
 
withNewDeclarationScope(AstNode, Scope, NodeImplBase.Scoped) - Method in class net.jangaroo.jooc.NodeImplBase
 
withNewLabelScope(Statement, Scope, NodeImplBase.Scoped) - Method in class net.jangaroo.jooc.NodeImplBase
 
write(int) - Method in class net.jangaroo.jooc.JsWriter
 
write(char[], int, int) - Method in class net.jangaroo.jooc.JsWriter
 
write(String, int, int) - Method in class net.jangaroo.jooc.JsWriter
 
write(int) - Method in class net.jangaroo.jooc.SubstitutingWriter
Write a single character, applying the substitution.
write(char[], int, int) - Method in class net.jangaroo.jooc.SubstitutingWriter
Write a portion of an array of characters, applying the substitution.
write(String, int, int) - Method in class net.jangaroo.jooc.SubstitutingWriter
Write a portion of a string, applying the substitution.
writeArray(Object[]) - Method in class net.jangaroo.jooc.JsWriter
 
writeBoundMethodAccess(JsWriter, Ide, JooSymbol, IdeDeclaration) - Method in class net.jangaroo.jooc.Ide
 
writeDate(Date) - Method in class net.jangaroo.jooc.JsWriter
 
writeDate(Calendar) - Method in class net.jangaroo.jooc.JsWriter
 
writeInt(int) - Method in class net.jangaroo.jooc.JsWriter
 
writeLines(String) - Method in class net.jangaroo.jooc.JsWriter
 
writeLines(String, int, int) - Method in class net.jangaroo.jooc.JsWriter
 
writeObject(Object) - Method in class net.jangaroo.jooc.JsWriter
 
writeOutput(CodeGenerator) - Method in interface net.jangaroo.jooc.backend.CompilationUnitSink
 
writeOutput(CompilationUnitSinkFactory, boolean) - Method in class net.jangaroo.jooc.CompilationUnit
 
writeReplacement(String) - Method in class net.jangaroo.jooc.SubstitutingWriter
 
writeString(String) - Method in class net.jangaroo.jooc.JsWriter
 
writeSymbol(JooSymbol) - Method in class net.jangaroo.jooc.JsWriter
 
writeSymbol(JooSymbol, boolean) - Method in class net.jangaroo.jooc.JsWriter
 
writeSymbol(JooSymbol, String, String) - Method in class net.jangaroo.jooc.JsWriter
Variant of writeSymbol() to use if you want to transform the symbol text with a prefix and/or postfix string
writeSymbolToken(JooSymbol) - Method in class net.jangaroo.jooc.JsWriter
 
writeSymbolWhitespace(JooSymbol) - Method in class net.jangaroo.jooc.JsWriter
 
writeToken(String) - Method in class net.jangaroo.jooc.JsWriter
 

X

XOR - Static variable in interface net.jangaroo.jooc.sym
 
XOREQ - Static variable in interface net.jangaroo.jooc.sym
 

Z

ZipEntryInputSource - Class in net.jangaroo.jooc.input
 
ZipEntryInputSource(ZipFileInputSource, ZipEntry, String) - Constructor for class net.jangaroo.jooc.input.ZipEntryInputSource
 
ZipFileInputSource - Class in net.jangaroo.jooc.input
 
ZipFileInputSource(File, String[]) - Constructor for class net.jangaroo.jooc.input.ZipFileInputSource
Create an InputSource directory from the given zip or jar file, providing a "union view" over the zip file with all entries with paths relative to the given root directories

_

_action_table - Static variable in class net.jangaroo.jooc.parser
Parse-action table.
_production_table - Static variable in class net.jangaroo.jooc.parser
Production table.
_reduce_table - Static variable in class net.jangaroo.jooc.parser
reduce_goto table.

A B C D E F G H I J L M N O P Q R S T U V W X Z _

Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.