A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAnnotatedModel - Class in net.jangaroo.jooc.model
-
Base class for AnnotatedModels.
- AbstractAnnotatedModel() - Constructor for class net.jangaroo.jooc.model.AbstractAnnotatedModel
- AbstractAnnotatedModel(String) - Constructor for class net.jangaroo.jooc.model.AbstractAnnotatedModel
- AbstractAnnotatedModel(String, String) - Constructor for class net.jangaroo.jooc.model.AbstractAnnotatedModel
- AbstractBlock - Class in net.jangaroo.jooc.ast
- AbstractBlock(JooSymbol, List<Directive>, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.AbstractBlock
- AbstractCommandLineParser - Class in net.jangaroo.jooc.cli
- AbstractCommandLineParser() - Constructor for class net.jangaroo.jooc.cli.AbstractCommandLineParser
- 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
- AbstractCompileLog - Class in net.jangaroo.jooc
- AbstractCompileLog() - Constructor for class net.jangaroo.jooc.AbstractCompileLog
- AbstractScope - Class in net.jangaroo.jooc
- AbstractScope(Scope) - Constructor for class net.jangaroo.jooc.AbstractScope
- AbstractTypedModel - Class in net.jangaroo.jooc.model
-
Created with IntelliJ IDEA.
- AbstractTypedModel() - Constructor for class net.jangaroo.jooc.model.AbstractTypedModel
- AbstractTypedModel(String) - Constructor for class net.jangaroo.jooc.model.AbstractTypedModel
- AbstractTypedModel(String, String) - Constructor for class net.jangaroo.jooc.model.AbstractTypedModel
- 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.
- ActionScriptCodeGeneratingModelVisitor - Class in net.jangaroo.jooc.backend
-
A ClassModel visitor that generates ActionScript (API) code.
- ActionScriptCodeGeneratingModelVisitor(Writer) - Constructor for class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- ActionScriptCodeGeneratingModelVisitor(Writer, boolean) - Constructor for class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- ActionScriptModel - Interface in net.jangaroo.jooc.model
-
Tagging interface for all ActionScript models.
- add(JsonObject) - Method in class net.jangaroo.jooc.json.JsonObject
- add(ComponentPackageModel) - Method in class net.jangaroo.jooc.mxml.ComponentPackageModel
- add(ComponentPackageModel) - Method in class net.jangaroo.jooc.mxml.MxmlComponentRegistry
- ADD_EVENT_LISTENER_METHOD_NAME - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- addAnnotation(AnnotationModel) - Method in class net.jangaroo.jooc.model.AbstractAnnotatedModel
- addAnnotation(AnnotationModel) - Method in interface net.jangaroo.jooc.model.AnnotatedModel
- addAnnotation(AnnotationModel) - Method in class net.jangaroo.jooc.model.PropertyModel
- addAnnotationCode(String) - Method in class net.jangaroo.jooc.model.ClassModel
- addBlockStartCodeGenerator(BlockStatement, CodeGenerator) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- addBodyCode(String) - Method in class net.jangaroo.jooc.model.ClassModel
- addBuiltInIdentifierUsage(String) - Method in class net.jangaroo.jooc.ast.CompilationUnit
- addDependency(CompilationUnit, Boolean) - Method in class net.jangaroo.jooc.ast.CompilationUnit
- addDependencyWarning(String, String) - Method in class net.jangaroo.jooc.DependencyWarningsManager
- addElementToClassNameMapping(String, String) - Method in class net.jangaroo.jooc.mxml.ComponentPackageModel
- addExternalUsage(Boolean) - Method in class net.jangaroo.jooc.ast.Ide
- addExternalUsage(Boolean) - Method in class net.jangaroo.jooc.ast.QualifiedIde
- addFieldWithInitializer(VariableDeclaration) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- addGetter() - Method in class net.jangaroo.jooc.model.PropertyModel
- addImplicitImports() - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- addImplicitParam(Parameter) - Method in class net.jangaroo.jooc.ast.FunctionExpr
- addImport(String) - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- addImport(String) - Method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- addImport(ImportDirective) - Method in class net.jangaroo.jooc.AbstractScope
- addImport(ImportDirective) - Method in class net.jangaroo.jooc.DeclarationScope
- addImport(ImportDirective) - Method in interface net.jangaroo.jooc.Scope
- addInterface(String) - Method in class net.jangaroo.jooc.model.ClassModel
- addMember(MemberModel) - Method in class net.jangaroo.jooc.model.ClassModel
-
Adds a member to this class model and returns the member that is replaced by the new member if applicable.
- addParam(ParamModel) - Method in class net.jangaroo.jooc.model.MethodModel
-
Add a parameter.
- addProperty(AnnotationPropertyModel) - Method in class net.jangaroo.jooc.model.AnnotationModel
- addPublicApiDependency() - Method in class net.jangaroo.jooc.ast.Ide
- addPublicApiDependency() - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- addPublicApiDependency(CompilationUnit) - Method in class net.jangaroo.jooc.ast.CompilationUnit
- addSetter() - Method in class net.jangaroo.jooc.model.PropertyModel
- addUsage(String) - Method in class net.jangaroo.jooc.DependencyWarningsManager.DependencyWarning
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.AbstractBlock
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Annotation
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ApplyExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ArrayIndexExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ArrayLiteral
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.AsExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.AssignmentOpExpr
- analyze(AstNode) - Method in interface net.jangaroo.jooc.ast.AstNode
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.CaseStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Catch
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.CompilationUnit
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Declaration
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.DotExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.EmptyStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Extends
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ForInitializer
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.FunctionExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.IdeExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.IfStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Implements
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ImportDirective
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.InfixOpExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Initializer
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.IsExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.LabeledStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.LiteralExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.LoopStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.NamespacedIde
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.NewExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.NodeImplBase
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ObjectField
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Parameter
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.QualifiedIde
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.SwitchStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.TryStatement
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.Type
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.TypeRelation
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.UnaryOpExpr
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- analyze(AstNode) - Method in class net.jangaroo.jooc.ast.VectorLiteral
- analyze(AstNode) - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- analyze(AstNode) - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- analyze(AstNode) - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- analyze(AstNode, List<N>) - Method in class net.jangaroo.jooc.ast.NodeImplBase
- analyzeAsExpr(AstNode, Expr) - Method in class net.jangaroo.jooc.ast.Ide
- analyzeAsExpr(AstNode, Expr) - Method in class net.jangaroo.jooc.ast.QualifiedIde
- analyzeLoopFooter() - Method in class net.jangaroo.jooc.ast.DoStatement
- analyzeLoopFooter() - Method in class net.jangaroo.jooc.ast.LoopStatement
- analyzeLoopHeader() - Method in class net.jangaroo.jooc.ast.ConditionalLoopStatement
- analyzeLoopHeader() - Method in class net.jangaroo.jooc.ast.DoStatement
- analyzeLoopHeader() - Method in class net.jangaroo.jooc.ast.ForInStatement
- analyzeLoopHeader() - Method in class net.jangaroo.jooc.ast.ForStatement
- analyzeLoopHeader() - Method in class net.jangaroo.jooc.ast.LoopStatement
- 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
- AnnotatedModel - Interface in net.jangaroo.jooc.model
-
Created with IntelliJ IDEA.
- Annotation - Class in net.jangaroo.jooc.ast
-
An annotation (square bracket meta data).
- Annotation(JooSymbol, Ide, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.Annotation
- Annotation(JooSymbol, Ide, JooSymbol, CommaSeparatedList<AnnotationParameter>, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.Annotation
- AnnotationModel - Class in net.jangaroo.jooc.model
-
A model of a field of an ActionScript class.
- AnnotationModel() - Constructor for class net.jangaroo.jooc.model.AnnotationModel
- AnnotationModel(String) - Constructor for class net.jangaroo.jooc.model.AnnotationModel
- AnnotationModel(String, AnnotationPropertyModel...) - Constructor for class net.jangaroo.jooc.model.AnnotationModel
- AnnotationParameter - Class in net.jangaroo.jooc.ast
- AnnotationParameter(Ide, JooSymbol, AstNode) - Constructor for class net.jangaroo.jooc.ast.AnnotationParameter
- AnnotationPropertyModel - Class in net.jangaroo.jooc.model
-
A model of an ActionScript annotation property.
- AnnotationPropertyModel() - Constructor for class net.jangaroo.jooc.model.AnnotationPropertyModel
- AnnotationPropertyModel(String, String) - Constructor for class net.jangaroo.jooc.model.AnnotationPropertyModel
- ANNOTATIONS_FOR_COMPILER_ONLY - Static variable in class net.jangaroo.jooc.Jooc
- ANNOTATIONS_TO_TRIGGER_AT_RUNTIME - Static variable in class net.jangaroo.jooc.backend.JsCodeGenerator
- AnnotationsAndModifiers - Class in net.jangaroo.jooc.ast
- AnnotationsAndModifiers(List<Annotation>, List<JooSymbol>) - Constructor for class net.jangaroo.jooc.ast.AnnotationsAndModifiers
- 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
- ANY_TYPE - Static variable in class net.jangaroo.jooc.ast.FunctionExpr
- ApiModelGenerator - Class in net.jangaroo.jooc.backend
-
Generates a model of the given compilation unit AST.
- ApiModelGenerator(boolean) - Constructor for class net.jangaroo.jooc.backend.ApiModelGenerator
- apply(JsonObject, JsonObject) - Static method in class net.jangaroo.jooc.json.JsonObject
- ApplyExpr - Class in net.jangaroo.jooc.ast
- ApplyExpr(Expr, JooSymbol, CommaSeparatedList<Expr>, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ApplyExpr
- ARGUMENTS - Static variable in class net.jangaroo.jooc.ast.FunctionExpr
- ARGUMENTS_IDE - Static variable in class net.jangaroo.jooc.ast.FunctionExpr
- ARRAY_ELEMENT_TYPE_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- ArrayIndexExpr - Class in net.jangaroo.jooc.ast
- ArrayIndexExpr(Expr, JooSymbol, Expr, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ArrayIndexExpr
- ArrayLiteral - Class in net.jangaroo.jooc.ast
- ArrayLiteral(JooSymbol, CommaSeparatedList<Expr>, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ArrayLiteral
- AS - Static variable in interface net.jangaroo.jooc.sym
- AS_STRING - Static variable in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- AsExpr - Class in net.jangaroo.jooc.ast
- AsExpr(Expr, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.AsExpr
- ASSERT - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- assertTrue(boolean, String) - Static method in class net.jangaroo.jooc.Debug
- AssignmentOpExpr - Class in net.jangaroo.jooc.ast
- AssignmentOpExpr(Expr, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.AssignmentOpExpr
- AstNode - Interface in net.jangaroo.jooc.ast
- AstVisitor - Interface in net.jangaroo.jooc.ast
-
Visitor for the ActionScript abstract syntax tree.
- AstVisitorBase - Class in net.jangaroo.jooc.ast
- AstVisitorBase() - Constructor for class net.jangaroo.jooc.ast.AstVisitorBase
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.JsStringLiteralWriter
- beginString() - Method in class net.jangaroo.jooc.JsWriter
- BinaryOpExpr - Class in net.jangaroo.jooc.ast
- BinaryOpExpr(Expr, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.BinaryOpExpr
- BINDABLE_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- BITNOT - Static variable in interface net.jangaroo.jooc.sym
- BlockStatement - Class in net.jangaroo.jooc.ast
- BlockStatement(JooSymbol, List<Directive>, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.BlockStatement
- BOOL_LITERAL - Static variable in interface net.jangaroo.jooc.sym
- BREAK - Static variable in interface net.jangaroo.jooc.sym
- BreakStatement - Class in net.jangaroo.jooc.ast
- BreakStatement(JooSymbol, Ide, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.BreakStatement
- builtInIdentifierCode(String) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- builtInIdentifierCode(String) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- builtInIdentifierCode(String) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
C
- capitalize(String) - Static method in class net.jangaroo.jooc.mxml.MxmlUtils
- CASE - Static variable in interface net.jangaroo.jooc.sym
- CaseStatement - Class in net.jangaroo.jooc.ast
- CaseStatement(JooSymbol, Expr, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.CaseStatement
- CatalogComponentsParser - Class in net.jangaroo.jooc.mxml
- CatalogComponentsParser(MxmlComponentRegistry) - Constructor for class net.jangaroo.jooc.mxml.CatalogComponentsParser
- CatalogGenerator - Class in net.jangaroo.jooc.mxml
- CatalogGenerator(MxmlComponentRegistry) - Constructor for class net.jangaroo.jooc.mxml.CatalogGenerator
- Catch - Class in net.jangaroo.jooc.ast
- Catch(JooSymbol, JooSymbol, Parameter, JooSymbol, BlockStatement) - Constructor for class net.jangaroo.jooc.ast.Catch
- CATCH - Static variable in interface net.jangaroo.jooc.sym
- characters(char[], int, int) - Method in class net.jangaroo.jooc.util.PreserveLineNumberHandler
- checkParameters() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Check that all required attributes have been set and nothing silly has been entered.
- checkSuperConstructorCall() - Method in class net.jangaroo.jooc.ast.BlockStatement
- checkValidLabeledStatement(LabeledStatement) - Method in class net.jangaroo.jooc.ast.BreakStatement
- checkValidLabeledStatement(LabeledStatement) - Method in class net.jangaroo.jooc.ast.ContinueStatement
- checkValidLabeledStatement(LabeledStatement) - Method in class net.jangaroo.jooc.ast.LabelRefStatement
- CLASS - Static variable in interface net.jangaroo.jooc.sym
- ClassBody - Class in net.jangaroo.jooc.ast
- ClassBody(JooSymbol, List<Directive>, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ClassBody
- ClassDeclaration - Class in net.jangaroo.jooc.ast
- ClassDeclaration(AnnotationsAndModifiers, JooSymbol, Ide, Extends, Implements, ClassBody) - Constructor for class net.jangaroo.jooc.ast.ClassDeclaration
- ClassModel - Class in net.jangaroo.jooc.model
-
A model of an ActionScript class or interface.
- ClassModel() - Constructor for class net.jangaroo.jooc.model.ClassModel
- ClassModel(String) - Constructor for class net.jangaroo.jooc.model.ClassModel
- ClassModel(String, String) - Constructor for class net.jangaroo.jooc.model.ClassModel
- clearString() - Method in class net.jangaroo.jooc.ScannerBase
- 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
- close() - Method in class net.jangaroo.jooc.util.PositionTrackingWriter
- close(String) - Method in class net.jangaroo.jooc.JsWriter
- code(String) - Static method in class net.jangaroo.jooc.json.JsonObject
- Code - Interface in net.jangaroo.jooc.json
-
Pseude-JSON may also contain JavaScript code.
- CodeGenerator - Interface in net.jangaroo.jooc
-
Code generators write JavaScript to a
JsWriter. - CodeGeneratorBase - Class in net.jangaroo.jooc.backend
- CodeGeneratorBase(JsWriter, CompilationUnitResolver) - Constructor for class net.jangaroo.jooc.backend.CodeGeneratorBase
- COERCE_TO_VALUE_KEYOF_PREFIX - Static variable in class net.jangaroo.jooc.Jooc
- COERCE_TO_VALUE_PROPERTIES_CLASS - Static variable in class net.jangaroo.jooc.Jooc
- COLON - Static variable in interface net.jangaroo.jooc.sym
- COMMA - Static variable in interface net.jangaroo.jooc.sym
- CommandLineParseException - Exception in net.jangaroo.jooc.cli
- CommandLineParseException(String, int) - Constructor for exception net.jangaroo.jooc.cli.CommandLineParseException
- CommandLineParseException(String, int, Throwable) - Constructor for exception net.jangaroo.jooc.cli.CommandLineParseException
- CommaSeparatedList<T extends AstNode> - Class in net.jangaroo.jooc.ast
- CommaSeparatedList(T) - Constructor for class net.jangaroo.jooc.ast.CommaSeparatedList
- CommaSeparatedList(T, JooSymbol, CommaSeparatedList<T>) - Constructor for class net.jangaroo.jooc.ast.CommaSeparatedList
- comment(char[], int, int) - Method in class net.jangaroo.jooc.util.PreserveLineNumberHandler
- CompilationResultImpl - Class in net.jangaroo.jooc
- CompilationResultImpl(int) - Constructor for class net.jangaroo.jooc.CompilationResultImpl
- CompilationResultImpl(int, Map<File, File>) - Constructor for class net.jangaroo.jooc.CompilationResultImpl
- CompilationUnit - Class in net.jangaroo.jooc.ast
- CompilationUnit(PackageDeclaration, JooSymbol, List<Directive>, IdeDeclaration, JooSymbol, List<IdeDeclaration>) - Constructor for class net.jangaroo.jooc.ast.CompilationUnit
- CompilationUnitModel - Class in net.jangaroo.jooc.model
-
A model of an ActionScript compilation unit.
- CompilationUnitModel() - Constructor for class net.jangaroo.jooc.model.CompilationUnitModel
- CompilationUnitModel(String) - Constructor for class net.jangaroo.jooc.model.CompilationUnitModel
- CompilationUnitModel(String, NamedModel) - Constructor for class net.jangaroo.jooc.model.CompilationUnitModel
- CompilationUnitModelRegistry - Class in net.jangaroo.jooc.model
-
A registry of all known classes/interfaces.
- CompilationUnitModelRegistry() - Constructor for class net.jangaroo.jooc.model.CompilationUnitModelRegistry
- compilationUnitModelResolver - Variable in class net.jangaroo.jooc.backend.CodeGeneratorBase
- compilationUnitModelResolver - Variable in class net.jangaroo.jooc.backend.ModuleResolverBase
- CompilationUnitModelResolver - Class in net.jangaroo.jooc.model
-
Base class for CompilationUniteModelResolvers with some convenience methods.
- CompilationUnitModelResolver() - Constructor for class net.jangaroo.jooc.model.CompilationUnitModelResolver
- CompilationUnitRegistry - Interface in net.jangaroo.jooc
- CompilationUnitResolver - Interface in net.jangaroo.jooc
-
Interface for CompilationUniteModelResolvers with some convenience methods.
- CompilationUnitSink - Interface in net.jangaroo.jooc.backend
-
Code generation unit sink for a compilation unit.
- CompilationUnitSinkFactory - Interface in net.jangaroo.jooc.backend
-
Interface for
CompilationUnitSinkfactories. - compile() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Perform the compilation.
- CompilerError - Exception in net.jangaroo.jooc
-
An error that occurred during the compilation of Jangaroo sources.
- CompilerError(String) - Constructor for exception net.jangaroo.jooc.CompilerError
- CompilerError(String, Throwable) - Constructor for exception net.jangaroo.jooc.CompilerError
- CompilerError(FilePosition, String) - Constructor for exception net.jangaroo.jooc.CompilerError
- CompilerError(FilePosition, String, Throwable) - Constructor for exception net.jangaroo.jooc.CompilerError
- complementImports() - Method in class net.jangaroo.jooc.model.CompilationUnitModelRegistry
- complementOverrides() - Method in class net.jangaroo.jooc.model.CompilationUnitModelRegistry
- ComponentPackageManifestParser - Class in net.jangaroo.jooc.mxml
- ComponentPackageManifestParser(String) - Constructor for class net.jangaroo.jooc.mxml.ComponentPackageManifestParser
- ComponentPackageModel - Class in net.jangaroo.jooc.mxml
-
An MXML component package consists of a namespace and a map from local element name to fully qualified ActionScript class name.
- ComponentPackageModel(String) - Constructor for class net.jangaroo.jooc.mxml.ComponentPackageModel
- compress(Collection<File>, File) - Method in class net.jangaroo.jooc.CompressorImpl
-
Calls the Google Closure compiler with --js {sources} --create_source_map {output.name}.map --source_map_format=V3 --compilation_level WHITESPACE_ONLY --js_output_file {output.path}
- compressFileList(File, File) - Method in class net.jangaroo.jooc.CompressorImpl
- CompressorImpl - Class in net.jangaroo.jooc
-
A facade to call the Google Closure compiler
- CompressorImpl() - Constructor for class net.jangaroo.jooc.CompressorImpl
- computeBaseClassName(String) - Static method in class net.jangaroo.properties.PropcHelper
- computeGeneratedPropertiesAS3File(File, String, Locale) - Static method in class net.jangaroo.properties.PropcHelper
- computeGeneratedPropertiesJsFile(File, String, Locale) - Static method in class net.jangaroo.properties.PropcHelper
- computeLocale(String) - Static method in class net.jangaroo.properties.PropcHelper
- computeModifiers() - Method in class net.jangaroo.jooc.ast.Declaration
- ConditionalExpr - Class in net.jangaroo.jooc.ast
- ConditionalExpr(Expr, JooSymbol, Expr, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.ConditionalExpr
- ConditionalLoopStatement - Class in net.jangaroo.jooc.ast
- ConditionalLoopStatement(JooSymbol, Expr, Statement) - Constructor for class net.jangaroo.jooc.ast.ConditionalLoopStatement
- CONFIG - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- CONST - Static variable in interface net.jangaroo.jooc.sym
- containsSuperConstructorCall() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- CONTINUE - Static variable in interface net.jangaroo.jooc.sym
- ContinueStatement - Class in net.jangaroo.jooc.ast
- ContinueStatement(JooSymbol, Ide, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ContinueStatement
- copySassFiles() - Method in class net.jangaroo.jooc.Jooc
- createAuxVar(String) - Method in class net.jangaroo.jooc.AbstractScope
- createAuxVar(String) - Method in class net.jangaroo.jooc.DeclarationScope
- createAuxVar(String) - Method in interface net.jangaroo.jooc.Scope
-
Preferred name must be a valid AS identifier!
- createBindingExpression(String) - Static method in class net.jangaroo.jooc.mxml.MxmlUtils
- createCompilationUnit(XmlHeader, XmlElement) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- createCompilePathAwareClassPath(List<File>, String[], String, List<File>) - Static method in class net.jangaroo.jooc.input.PathInputSource
- createConstructor() - Method in class net.jangaroo.jooc.model.ClassModel
- createFileString() - Method in class net.jangaroo.jooc.DependencyWarningsManager
- createIncludeReader(String) - Method in class net.jangaroo.jooc.ScannerBase
- createOutputDirs(File) - Method in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
- createPropertiesClassReader(InputSource) - Method in class net.jangaroo.jooc.JangarooParser
- 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.
- createXmlAttribute(Ide, JooSymbol, JooSymbol) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- createXmlElement(XmlTag, List, XmlTag) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- createXmlTag(JooSymbol, Ide, List<XmlAttribute>, JooSymbol) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- cutOffExtNamespace(String) - Method in class net.jangaroo.jooc.ast.CompilationUnit
D
- D_TS_SUFFIX - Static variable in class net.jangaroo.jooc.Jooc
- Debug - Class in net.jangaroo.jooc
-
A class to provide debug facilities in java.
- Declaration - Class in net.jangaroo.jooc.ast
-
Declarations are statements used to define entities such as variables, functions, classes, and interfaces.
- Declaration(List<Annotation>, JooSymbol[]) - Constructor for class net.jangaroo.jooc.ast.Declaration
- DeclarationScope - Class in net.jangaroo.jooc
- DeclarationScope(AstNode, Scope, JangarooParser) - Constructor for class net.jangaroo.jooc.DeclarationScope
- declareIde(IdeDeclaration) - Method in class net.jangaroo.jooc.AbstractScope
- declareIde(IdeDeclaration) - Method in class net.jangaroo.jooc.DeclarationScope
- declareIde(IdeDeclaration) - Method in interface net.jangaroo.jooc.Scope
- declareValues(Scope, String[]) - Static method in class net.jangaroo.jooc.JangarooParser
- decreaseVectorNestingLevel() - Method in class net.jangaroo.jooc.ScannerBase
- DEFAULT - Static variable in interface net.jangaroo.jooc.sym
- DEFAULT_ANNOTATION_PARAMETER_NAME - Static variable in class net.jangaroo.jooc.backend.JsCodeGenerator
- DEFAULT_LOCALE - Static variable in class net.jangaroo.properties.PropcHelper
- DefaultStatement - Class in net.jangaroo.jooc.ast
- DefaultStatement(JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.DefaultStatement
- defsym(String, int) - Static method in class net.jangaroo.jooc.ScannerBase
- DELETE - Static variable in interface net.jangaroo.jooc.sym
- DependencyWarning(String, String) - Constructor for class net.jangaroo.jooc.DependencyWarningsManager.DependencyWarning
- DependencyWarningsManager - Class in net.jangaroo.jooc
- DependencyWarningsManager() - Constructor for class net.jangaroo.jooc.DependencyWarningsManager
- DependencyWarningsManager.DependencyWarning - Class in net.jangaroo.jooc
- DEPRECATED_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- Directive - Class in net.jangaroo.jooc.ast
-
Directives are language elements that can have an effect at compile time, load time or runtime.
- Directive() - Constructor for class net.jangaroo.jooc.ast.Directive
- DirectoryInputSource - Class in net.jangaroo.jooc.input
- DirectoryInputSource(boolean, boolean) - 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.
- DocumentedModel - Class in net.jangaroo.jooc.model
-
Base class of all jooc ActionScript model classes.
- DocumentedModel() - Constructor for class net.jangaroo.jooc.model.DocumentedModel
- DocumentedModel(String) - Constructor for class net.jangaroo.jooc.model.DocumentedModel
- DocumentedModel(String, String) - Constructor for class net.jangaroo.jooc.model.DocumentedModel
- doLogError(String) - Method in class net.jangaroo.jooc.AbstractCompileLog
- doLogError(String) - Method in class net.jangaroo.jooc.ant.AntCompileLog
- doLogError(String) - Method in class net.jangaroo.jooc.StdOutCompileLog
- doPackage(File, File, File, File, String) - Method in class net.jangaroo.jooc.PackagerImpl
- doPackage2(String, File, File, File, File, String) - Method in class net.jangaroo.jooc.PackagerImpl
- doParse(InputSource, CompileLog, SemicolonInsertionMode) - Method in class net.jangaroo.jooc.JangarooParser
- DoStatement - Class in net.jangaroo.jooc.ast
- DoStatement(JooSymbol, Statement, JooSymbol, ParenthesizedExpr, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.DoStatement
- DOT - Static variable in interface net.jangaroo.jooc.sym
- DotExpr - Class in net.jangaroo.jooc.ast
- DotExpr(Expr, JooSymbol, Ide) - Constructor for class net.jangaroo.jooc.ast.DotExpr
- DOTLT - Static variable in interface net.jangaroo.jooc.sym
- duplicate() - Method in class net.jangaroo.jooc.model.MethodModel
- duplicate() - Method in class net.jangaroo.jooc.model.ParamModel
- duplicate() - Method in class net.jangaroo.jooc.model.PropertyModel
- 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
- EMBED_ANNOTATION_FONT_NAME_PROPERTY - Static variable in class net.jangaroo.jooc.Jooc
- EMBED_ANNOTATION_MIME_TYPE_PROPERTY - Static variable in class net.jangaroo.jooc.Jooc
- EMBED_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- EMBED_ANNOTATION_SOURCE_PROPERTY - Static variable in class net.jangaroo.jooc.Jooc
- EmptyDeclaration - Class in net.jangaroo.jooc.ast
- EmptyDeclaration(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.EmptyDeclaration
- EmptyStatement - Class in net.jangaroo.jooc.ast
- EmptyStatement(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.EmptyStatement
- enabled - Static variable in class net.jangaroo.jooc.Debug
- endComment() - Method in class net.jangaroo.jooc.JsWriter
- endElement(String, String, String) - Method in class net.jangaroo.jooc.util.PreserveLineNumberHandler
- endString() - Method in class net.jangaroo.jooc.JsStringLiteralWriter
- endString() - Method in class net.jangaroo.jooc.JsWriter
- entrySet() - Method in class net.jangaroo.jooc.mxml.ComponentPackageModel
- EOF - Static variable in interface net.jangaroo.jooc.sym
- EOF_sym() - Method in class net.jangaroo.jooc.parser
-
EOFSymbol 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.ast.FunctionDeclaration
- equals(Object) - Method in class net.jangaroo.jooc.ast.Ide
- equals(Object) - Method in class net.jangaroo.jooc.ast.ImportDirective
- equals(Object) - Method in class net.jangaroo.jooc.ast.NamespacedIde
- equals(Object) - Method in class net.jangaroo.jooc.ast.QualifiedIde
- equals(Object) - Method in class net.jangaroo.jooc.input.FileInputSource
- equals(Object) - Method in class net.jangaroo.jooc.input.PathInputSource
- equals(Object) - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- equals(Object) - Method in class net.jangaroo.jooc.input.ZipFileInputSource
- equals(Object) - Method in class net.jangaroo.jooc.model.MemberModel
- equals(Object) - Method in class net.jangaroo.jooc.model.MethodModel
- equals(Object) - Method in class net.jangaroo.jooc.model.NamedModel
- equals(Object) - Method in class net.jangaroo.jooc.model.ParamModel
- equals(Object) - Method in class net.jangaroo.jooc.model.PropertyModel
- equals(Object) - Method in class net.jangaroo.jooc.model.ReturnModel
- equals(Object) - Method in class net.jangaroo.jooc.types.ExpressionType
- equals(Object) - Method in class net.jangaroo.jooc.types.FunctionSignature
- error - Static variable in interface net.jangaroo.jooc.sym
- error(String) - Method in class net.jangaroo.jooc.AbstractCompileLog
- error(String) - Static method in class net.jangaroo.jooc.JangarooParser
- error(String) - Method in class net.jangaroo.jooc.ScannerBase
- error(String, File) - Static method in class net.jangaroo.jooc.JangarooParser
- error(String, File, Throwable) - Static method in class net.jangaroo.jooc.JangarooParser
- error(String, Throwable) - Static method in class net.jangaroo.jooc.JangarooParser
- error(FilePosition, String) - Method in class net.jangaroo.jooc.AbstractCompileLog
- error(FilePosition, String) - Static method in class net.jangaroo.jooc.JangarooParser
- error(FilePosition, String, Throwable) - Static method in class net.jangaroo.jooc.JangarooParser
- error(AstNode, String) - Static method in class net.jangaroo.jooc.JangarooParser
- error_recovery(boolean) - Method in class net.jangaroo.jooc.JooParser
- error_sym() - Method in class net.jangaroo.jooc.parser
-
errorSymbol index. - errors - Variable in class net.jangaroo.jooc.AbstractCompileLog
- EVENT_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- EVENT_ANNOTATION_NAME_ATTRIBUTE_NAME - Static variable in class net.jangaroo.jooc.Jooc
- EVENT_ANNOTATION_TYPE_ATTRIBUTE_NAME - Static variable in class net.jangaroo.jooc.Jooc
- EVENT_DISPATCHER_INTERFACE - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- execute() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Executes the task.
- EXML_MIXINS_PROPERTY_NAME - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- EXML_UNTYPED_NAMESPACE - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- Expr - Class in net.jangaroo.jooc.ast
- Expr() - Constructor for class net.jangaroo.jooc.ast.Expr
- ExpressionType - Class in net.jangaroo.jooc.types
-
The type of an expression.
- ExpressionType(Type) - Constructor for class net.jangaroo.jooc.types.ExpressionType
- ExpressionType(TypeDeclaration) - Constructor for class net.jangaroo.jooc.types.ExpressionType
- ExpressionType(TypeDeclaration, ExpressionType) - Constructor for class net.jangaroo.jooc.types.ExpressionType
- EXT_CONFIG_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- EXT_PRIVATE_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- extendedUsage(CmdLineParser, CmdLineException) - Method in class net.jangaroo.jooc.cli.AbstractCommandLineParser
- Extends - Class in net.jangaroo.jooc.ast
- Extends(JooSymbol, Ide) - Constructor for class net.jangaroo.jooc.ast.Extends
- EXTENDS - Static variable in interface net.jangaroo.jooc.sym
F
- FieldModel - Class in net.jangaroo.jooc.model
-
A model of a field of an ActionScript class.
- FieldModel() - Constructor for class net.jangaroo.jooc.model.FieldModel
- FieldModel(String) - Constructor for class net.jangaroo.jooc.model.FieldModel
- FieldModel(String, String) - Constructor for class net.jangaroo.jooc.model.FieldModel
- FieldModel(String, String, String) - Constructor for class net.jangaroo.jooc.model.FieldModel
- FileInputSource - Class in net.jangaroo.jooc.input
- FileInputSource(File, boolean) - Constructor for class net.jangaroo.jooc.input.FileInputSource
- FileInputSource(File, boolean, boolean) - Constructor for class net.jangaroo.jooc.input.FileInputSource
- FileInputSource(File, File, boolean, boolean, String) - Constructor for class net.jangaroo.jooc.input.FileInputSource
- FileInputSource(File, File, boolean, String) - Constructor for class net.jangaroo.jooc.input.FileInputSource
- FilePosition - Class in net.jangaroo.jooc.util
- FilePosition(int, int) - Constructor for class net.jangaroo.jooc.util.FilePosition
- fileToSymbol(File) - Static method in class net.jangaroo.jooc.JangarooParser
- FINAL - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- FINALLY - Static variable in interface net.jangaroo.jooc.sym
- findArrayElementTypeInSuperTypes(IdeDeclaration) - Static method in class net.jangaroo.jooc.AbstractScope
- findFreeAuxVar(String) - Method in class net.jangaroo.jooc.AbstractScope
- findFreeAuxVar(String) - Method in class net.jangaroo.jooc.DeclarationScope
- findFreeAuxVar(String) - Method in interface net.jangaroo.jooc.Scope
- findFunctionDeclaration(AstNode) - Static method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- findMemberWithBindableAnnotation(Ide, MethodType, TypeDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- findPath(Map<T, ? extends Collection<T>>, T, T) - Static method in class net.jangaroo.jooc.util.GraphUtil
-
Find the shortest path from start to end.
- findPropertiesWithAnnotation(boolean, String) - Method in class net.jangaroo.jooc.model.ClassModel
- findPropertyWithAnnotation(boolean, String) - Method in class net.jangaroo.jooc.model.ClassModel
- findSource(String) - Method in class net.jangaroo.jooc.JangarooParser
- FLOAT_LITERAL - Static variable in interface net.jangaroo.jooc.sym
- flush() - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- flush() - Method in class net.jangaroo.jooc.util.PositionTrackingWriter
- FOR - Static variable in interface net.jangaroo.jooc.sym
- ForInitializer - Class in net.jangaroo.jooc.ast
- ForInitializer(Declaration) - Constructor for class net.jangaroo.jooc.ast.ForInitializer
- ForInitializer(Expr) - Constructor for class net.jangaroo.jooc.ast.ForInitializer
- ForInStatement - Class in net.jangaroo.jooc.ast
- ForInStatement(JooSymbol, JooSymbol, JooSymbol, Expr, JooSymbol, Expr, JooSymbol, Statement) - Constructor for class net.jangaroo.jooc.ast.ForInStatement
- ForInStatement(JooSymbol, JooSymbol, JooSymbol, VariableDeclaration, JooSymbol, Expr, JooSymbol, Statement) - Constructor for class net.jangaroo.jooc.ast.ForInStatement
- format(Object...) - Method in class net.jangaroo.jooc.util.MessageFormat
- ForStatement - Class in net.jangaroo.jooc.ast
- ForStatement(JooSymbol, JooSymbol, ForInitializer, JooSymbol, Expr, JooSymbol, Expr, JooSymbol, Statement) - Constructor for class net.jangaroo.jooc.ast.ForStatement
- fromFiles(List<File>, String[], boolean) - Static method in class net.jangaroo.jooc.input.PathInputSource
- fromFiles(List<File>, String[], boolean, String) - Static method in class net.jangaroo.jooc.input.PathInputSource
- fromPrefix(JooSymbol, JooSymbol, Ide) - Static method in class net.jangaroo.jooc.ast.IdeExpr
- 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.ast
- FunctionDeclaration(AnnotationsAndModifiers, JooSymbol, JooSymbol, Ide, JooSymbol, Parameters, JooSymbol, TypeRelation, BlockStatement, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.FunctionDeclaration
- FunctionExpr - Class in net.jangaroo.jooc.ast
- FunctionExpr(FunctionDeclaration, JooSymbol, Ide, JooSymbol, Parameters, JooSymbol, TypeRelation, BlockStatement) - Constructor for class net.jangaroo.jooc.ast.FunctionExpr
- FunctionSignature - Class in net.jangaroo.jooc.types
-
A special expression type for functions / methods.
- FunctionSignature(TypeDeclaration, MethodType, int, boolean, List<ExpressionType>, ExpressionType) - Constructor for class net.jangaroo.jooc.types.FunctionSignature
G
- generate(JsWriter, boolean) - Method in interface net.jangaroo.jooc.CodeGenerator
- generateApi(String, InputStream, OutputStreamWriter) - Method in class net.jangaroo.properties.Propc
- generateApi(List<File>, List<File>, File) - Method in class net.jangaroo.properties.Propc
-
Generate AS3 native classes representing the ActionScript API to the JS classes generated from the properties files.
- generateBodyInitializerCode(Parameter) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- generateCatalog(File) - Method in class net.jangaroo.jooc.mxml.CatalogGenerator
- generateCatalog(Writer) - Method in class net.jangaroo.jooc.mxml.CatalogGenerator
- generateFieldEndCode(VariableDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- generateFieldInitializerCode(VariableDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- generateFunTailCode(FunctionExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- generateModel(CompilationUnit) - Method in class net.jangaroo.jooc.backend.ApiModelGenerator
- generateModel(CompilationUnit, CompilationUnitModel) - Method in class net.jangaroo.jooc.backend.ApiModelGenerator
- generateRestParamCode(Parameters) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- generatesCode(IdeDeclaration) - Static method in class net.jangaroo.jooc.backend.JsCodeGenerator
- generatesCode(IdeDeclaration) - Static method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- generateVarStartCode(VariableDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- get(String) - Method in interface net.jangaroo.jooc.json.Json
- get(String) - Method in class net.jangaroo.jooc.json.JsonArray
- get(String) - Method in class net.jangaroo.jooc.json.JsonObject
- GET - net.jangaroo.jooc.model.MethodType
- GET - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- getAccessor(boolean) - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- getAllowedModifiers() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getAllowedModifiers() - Method in class net.jangaroo.jooc.ast.Declaration
- getAllowedModifiers() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getAllowedModifiers() - Method in class net.jangaroo.jooc.ast.NamespaceDeclaration
- getAllowedModifiers() - Method in class net.jangaroo.jooc.ast.PredefinedTypeDeclaration
- getAllowedModifiers() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getAnnotation(String) - Method in class net.jangaroo.jooc.ast.Declaration
- getAnnotationCode() - Method in class net.jangaroo.jooc.model.ClassModel
- getAnnotationParameterValue(Annotation, String, Object) - Static method in class net.jangaroo.jooc.backend.ModuleResolverBase
- getAnnotations() - Method in class net.jangaroo.jooc.ast.AnnotationsAndModifiers
- getAnnotations() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getAnnotations() - Method in class net.jangaroo.jooc.ast.Declaration
- getAnnotations() - Method in class net.jangaroo.jooc.model.AbstractAnnotatedModel
- getAnnotations() - Method in interface net.jangaroo.jooc.model.AnnotatedModel
- getAnnotations() - Method in class net.jangaroo.properties.model.PropertiesClass
-
takes special care of AS3 annotations
- getAnnotations(String) - Method in class net.jangaroo.jooc.ast.Declaration
- getAnnotations(String) - Method in class net.jangaroo.jooc.model.AbstractAnnotatedModel
- getAnnotations(String) - Method in interface net.jangaroo.jooc.model.AnnotatedModel
- getAnyType() - Method in class net.jangaroo.jooc.JangarooParser
- getApiDestDir() - Method in class net.jangaroo.jooc.ant.JoocTask
- getApplyConstructor() - Method in class net.jangaroo.jooc.ast.NewExpr
- getArg() - Method in class net.jangaroo.jooc.ast.UnaryOpExpr
- getArg1() - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- getArg2() - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- getArgs() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- getArgs() - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- getArray() - Method in class net.jangaroo.jooc.ast.ArrayIndexExpr
- getArrayLiteral() - Method in class net.jangaroo.jooc.ast.VectorLiteral
- getAs3Comment() - Method in class net.jangaroo.properties.model.PropertiesClass
-
takes special care of AS3 annotations
- getAS3Type() - Method in class net.jangaroo.jooc.types.ExpressionType
- getAsdoc() - Method in class net.jangaroo.jooc.model.DocumentedModel
- getAttributes() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getAttributes() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getAutoSemicolon() - Method in class net.jangaroo.jooc.ant.JoocTask
- getAuxIde() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getBindablePropertiesByName(TypedIdeDeclaration) - Static method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- getBindablePropertyName(MethodType, TypedIdeDeclaration) - Static method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- getBindingExpression(String) - Static method in class net.jangaroo.jooc.mxml.MxmlUtils
- getBlock() - Method in class net.jangaroo.jooc.ast.Catch
- getBlock() - Method in class net.jangaroo.jooc.ast.SwitchStatement
- getBlock() - Method in class net.jangaroo.jooc.ast.TryStatement
- getBody() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getBody() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getBody() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getBody() - Method in class net.jangaroo.jooc.ast.LoopStatement
- getBody() - Method in class net.jangaroo.jooc.model.MethodModel
- getBodyCode() - Method in class net.jangaroo.jooc.model.ClassModel
- getBundleName() - Method in class net.jangaroo.properties.model.ResourceBundleClass
- getBundleName(String) - Static method in class net.jangaroo.properties.PropcHelper
- getCatches() - Method in class net.jangaroo.jooc.ast.TryStatement
- 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
- getChildren() - Method in class net.jangaroo.jooc.ast.AbstractBlock
- getChildren() - Method in class net.jangaroo.jooc.ast.Annotation
- getChildren() - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- getChildren() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.ArrayIndexExpr
- getChildren() - Method in interface net.jangaroo.jooc.ast.AstNode
- getChildren() - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.CaseStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.Catch
- getChildren() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getChildren() - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- getChildren() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getChildren() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.ConditionalLoopStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.Declaration
- getChildren() - Method in class net.jangaroo.jooc.ast.DotExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.Extends
- getChildren() - Method in class net.jangaroo.jooc.ast.ForInitializer
- getChildren() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.ForStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getChildren() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getChildren() - Method in class net.jangaroo.jooc.ast.IdeExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- getChildren() - Method in class net.jangaroo.jooc.ast.IfStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.Implements
- getChildren() - Method in class net.jangaroo.jooc.ast.ImportDirective
- getChildren() - Method in class net.jangaroo.jooc.ast.Initializer
- getChildren() - Method in class net.jangaroo.jooc.ast.LabeledStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.LabelRefStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.LoopStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.NamespaceDeclaration
- getChildren() - Method in class net.jangaroo.jooc.ast.NewExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.NodeImplBase
- getChildren() - Method in class net.jangaroo.jooc.ast.ObjectField
- getChildren() - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- getChildren() - Method in class net.jangaroo.jooc.ast.Parameter
- getChildren() - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- getChildren() - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.SwitchStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.TryStatement
- getChildren() - Method in class net.jangaroo.jooc.ast.Type
- getChildren() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- getChildren() - Method in class net.jangaroo.jooc.ast.TypeRelation
- getChildren() - Method in class net.jangaroo.jooc.ast.UnaryOpExpr
- getChildren() - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- getChildren() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getChildren() - Method in class net.jangaroo.jooc.ast.VectorLiteral
- getChildren() - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- getChildren() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getChildren() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getChildren(String) - Method in class net.jangaroo.jooc.input.FileInputSource
- getChildren(String) - Method in interface net.jangaroo.jooc.input.InputSource
- getChildren(String) - Method in class net.jangaroo.jooc.input.PathInputSource
- getChildren(String) - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- getChildren(String) - Method in class net.jangaroo.jooc.input.ZipFileInputSource
- getClassDeclaration() - Method in class net.jangaroo.jooc.AbstractScope
- getClassDeclaration() - Method in class net.jangaroo.jooc.ast.Declaration
- getClassDeclaration() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getClassDeclaration() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- getClassDeclaration() - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- getClassDeclaration() - Method in class net.jangaroo.jooc.DeclarationScope
- getClassDeclaration() - Method in interface net.jangaroo.jooc.Scope
- getClassDeclaration(String) - Method in class net.jangaroo.jooc.AbstractScope
- getClassDeclaration(String) - Method in interface net.jangaroo.jooc.Scope
- getClassModel() - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- getClassName() - Method in class net.jangaroo.properties.model.ResourceBundleClass
- getClassName(String) - Method in class net.jangaroo.jooc.mxml.ComponentPackageModel
- getClassName(String, String) - Method in class net.jangaroo.jooc.mxml.MxmlComponentRegistry
- getClassNameForElement(JangarooParser, XmlElement) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- getClasspath() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Get the classpath to find joo library files.
- getCode() - Method in interface net.jangaroo.jooc.json.Code
- getColumn() - Method in class net.jangaroo.jooc.JooSymbol
- getColumn() - Method in class net.jangaroo.jooc.ScannerBase
- getColumn() - Method in class net.jangaroo.jooc.util.FilePosition
- getColumn() - Method in class net.jangaroo.jooc.util.PositionTrackingWriter
- getColumnNumber(Node) - Static method in class net.jangaroo.jooc.util.PreserveLineNumberHandler
- getComment() - Method in class net.jangaroo.properties.model.PropertiesClass
- getComment() - Method in class net.jangaroo.properties.model.Property
- getCompilableSuffixes() - Method in class net.jangaroo.jooc.JangarooParser
- getCompilationUnit() - Method in class net.jangaroo.jooc.AbstractScope
- getCompilationUnit() - Method in class net.jangaroo.jooc.ast.Declaration
- getCompilationUnit() - Method in class net.jangaroo.jooc.DeclarationScope
- getCompilationUnit() - Method in interface net.jangaroo.jooc.Scope
- getCompilationUnit(String) - Method in interface net.jangaroo.jooc.CompilationUnitRegistry
- getCompilationUnit(String) - Method in class net.jangaroo.jooc.JangarooParser
- getCompilationUnitModels() - Method in class net.jangaroo.jooc.model.CompilationUnitModelRegistry
- getCompilationUnits() - Method in class net.jangaroo.jooc.JangarooParser
- getCompileDependencies() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getCompiler() - Method in class net.jangaroo.jooc.AbstractScope
- getCompiler() - Method in class net.jangaroo.jooc.DeclarationScope
- getCompiler() - Method in interface net.jangaroo.jooc.Scope
- getComponentPackageModel(String) - Method in class net.jangaroo.jooc.mxml.MxmlComponentRegistry
- getComponentPackageModels() - Method in class net.jangaroo.jooc.mxml.MxmlComponentRegistry
- getCond() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- getCond() - Method in class net.jangaroo.jooc.ast.IfStatement
- getCond() - Method in class net.jangaroo.jooc.ast.SwitchStatement
- getConfig() - Method in class net.jangaroo.jooc.JangarooParser
- getConfig() - Method in class net.jangaroo.jooc.Jooc
- getConfigClassDeclaration() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getConstructor() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getConstructor() - Method in class net.jangaroo.jooc.model.ClassModel
- getConstructorConfigParameterType() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getConstructorParamName() - Method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- getCurrentLoop() - Method in class net.jangaroo.jooc.AbstractScope
- getCurrentLoop() - Method in class net.jangaroo.jooc.ast.LabelScope
- getCurrentLoop() - Method in interface net.jangaroo.jooc.Scope
- getCurrentLoopOrSwitch() - Method in class net.jangaroo.jooc.AbstractScope
- getCurrentLoopOrSwitch() - Method in class net.jangaroo.jooc.ast.LabelScope
- getCurrentLoopOrSwitch() - Method in interface net.jangaroo.jooc.Scope
- getDebugLevel() - Method in class net.jangaroo.jooc.ant.JoocTask
- getDecl() - Method in class net.jangaroo.jooc.ast.ForInitializer
- getDecl() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getDeclaration() - Method in class net.jangaroo.jooc.ast.Ide
-
callable after scoping phase
- getDeclaration() - Method in class net.jangaroo.jooc.ast.Type
- getDeclaration() - Method in class net.jangaroo.jooc.types.ExpressionType
- getDeclaration(boolean) - Method in class net.jangaroo.jooc.ast.Ide
-
callable after scoping phase
- getDeclaration(boolean) - Method in class net.jangaroo.jooc.ast.Type
- getDeclarationSymbol() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getDeclarationSymbol() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getDeclarationSymbol() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getDeclarationSymbol() - Method in class net.jangaroo.jooc.ast.NamespaceDeclaration
- getDeclarationSymbol() - Method in class net.jangaroo.jooc.ast.PackageDeclaration
- getDeclarationSymbol() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getDefaultImportName(IdeDeclaration) - Method in class net.jangaroo.jooc.backend.TypeScriptModuleResolver
- getDefaultValue(TypeRelation) - Static method in class net.jangaroo.jooc.ast.VariableDeclaration
- getDefiningNode() - Method in class net.jangaroo.jooc.AbstractScope
- getDefiningNode() - Method in class net.jangaroo.jooc.DeclarationScope
- getDefiningNode() - Method in interface net.jangaroo.jooc.Scope
- getDependency() - Method in class net.jangaroo.jooc.DependencyWarningsManager.DependencyWarning
- getDependencyWarnings() - Method in class net.jangaroo.jooc.DependencyWarningsManager
- getDestdir() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Get the destination directory into which the java source files should be compiled.
- getDirectives() - Method in class net.jangaroo.jooc.ast.AbstractBlock
- getDirectives() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getEcmaParameterInitializerCodeGenerator(Parameters) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- getElements() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getEnableAssertions() - Method in class net.jangaroo.jooc.ant.JoocTask
- getEvalType() - Method in class net.jangaroo.jooc.types.ExpressionType
- getEvalType() - Method in class net.jangaroo.jooc.types.FunctionSignature
- getEvent(String) - Method in class net.jangaroo.jooc.model.ClassModel
- getEventName() - Method in class net.jangaroo.jooc.ast.Annotation
- getEvents() - Method in class net.jangaroo.jooc.model.ClassModel
- getExitCode() - Method in exception net.jangaroo.jooc.cli.CommandLineParseException
- getExpr() - Method in class net.jangaroo.jooc.ast.CaseStatement
- getExpr() - Method in class net.jangaroo.jooc.ast.ForInitializer
- getExpr() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getExpr() - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- getExprAuxIde() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getExpressionType(IdeDeclaration) - Method in class net.jangaroo.jooc.AbstractScope
- getExpressionType(IdeDeclaration) - Method in interface net.jangaroo.jooc.Scope
- getExpressionType(TypeRelation) - Method in class net.jangaroo.jooc.AbstractScope
- getExpressionType(TypeRelation) - Method in interface net.jangaroo.jooc.Scope
- getExpressionType(AS3Type) - Method in class net.jangaroo.jooc.AbstractScope
- getExpressionType(AS3Type) - Method in interface net.jangaroo.jooc.Scope
- getExtNamespace() - Method in class net.jangaroo.jooc.input.DirectoryInputSource
- getExtNamespace() - Method in interface net.jangaroo.jooc.input.InputSource
- getExtNamespace() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- getExtNamespaceRelativeTargetQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getFailonerror() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Gets the failonerror flag.
- getFields() - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- getFieldsWithInitializer() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- 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
- getFinallyBlock() - Method in class net.jangaroo.jooc.ast.TryStatement
- getFirstVariableDeclaration() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getForInit() - Method in class net.jangaroo.jooc.ast.ForStatement
- getFullClassName() - Method in class net.jangaroo.properties.model.ResourceBundleClass
- getFun() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- getFun() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getFun() - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- getFunctionDeclaration() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getFunctionExpr() - Method in class net.jangaroo.jooc.AbstractScope
- getFunctionExpr() - Method in class net.jangaroo.jooc.DeclarationScope
- getFunctionExpr() - Method in interface net.jangaroo.jooc.Scope
- getFunctionSignature(MethodType, Parameters, ExpressionType) - Method in class net.jangaroo.jooc.AbstractScope
- getFunctionSignature(MethodType, Parameters, ExpressionType) - Method in interface net.jangaroo.jooc.Scope
- getFunSymbol() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getGetter() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- getGetter() - Method in class net.jangaroo.jooc.model.PropertyModel
- getHead() - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- getIde() - Method in class net.jangaroo.jooc.ast.Annotation
- getIde() - Method in class net.jangaroo.jooc.ast.DotExpr
- getIde() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getIde() - Method in class net.jangaroo.jooc.ast.Ide
- getIde() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getIde() - Method in class net.jangaroo.jooc.ast.IdeExpr
- getIde() - Method in class net.jangaroo.jooc.ast.ImportDirective
- getIde() - Method in class net.jangaroo.jooc.ast.LabeledStatement
- getIde() - Method in class net.jangaroo.jooc.ast.Type
- getIfFalse() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- getIfFalse() - Method in class net.jangaroo.jooc.ast.IfStatement
- getIfTrue() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- getIfTrue() - Method in class net.jangaroo.jooc.ast.IfStatement
- getImportKeyword() - Method in class net.jangaroo.jooc.ast.ImportDirective
- getImports() - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- getImports() - Method in class net.jangaroo.properties.model.PropertiesClass
- getIndexExpr() - Method in class net.jangaroo.jooc.ast.ArrayIndexExpr
- getInputSource() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getInputSource() - Method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- getInputSource() - Method in class net.jangaroo.jooc.ScannerBase
- getInputSource(CompilationUnit) - Method in class net.jangaroo.jooc.JangarooParser
- getInputSourceFileName(String, InputSource, String) - Static method in class net.jangaroo.jooc.JangarooParser
- 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
- getInterfaces() - Method in class net.jangaroo.jooc.model.ClassModel
- getItems() - Method in class net.jangaroo.jooc.json.JsonArray
- getJooValue() - Method in class net.jangaroo.jooc.JooSymbol
- getKeepLines() - Method in class net.jangaroo.jooc.JsWriter
- getKeepSource() - Method in class net.jangaroo.jooc.JsWriter
- getKey() - Method in class net.jangaroo.properties.model.Property
- getKeyIsIdentifier() - Method in class net.jangaroo.properties.model.Property
- getLabel() - Method in class net.jangaroo.jooc.ast.ObjectField
- getLabelDeclaration() - Method in class net.jangaroo.jooc.ast.LabelRefStatement
- getLastSymbol() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getLBrace() - Method in class net.jangaroo.jooc.ast.AbstractBlock
- getLBrace() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getLBrace() - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- getLeftBracket() - Method in class net.jangaroo.jooc.ast.Annotation
- getLine() - Method in class net.jangaroo.jooc.JooSymbol
- getLine() - Method in class net.jangaroo.jooc.ScannerBase
- getLine() - Method in class net.jangaroo.jooc.util.FilePosition
- getLine() - Method in class net.jangaroo.jooc.util.PositionTrackingWriter
- getLineNumber(Node) - Static method in class net.jangaroo.jooc.util.PreserveLineNumberHandler
- getLocale() - Method in class net.jangaroo.properties.model.PropertiesClass
- getLocalName() - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- getLocalName() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getLocalName() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getLog() - Method in class net.jangaroo.jooc.JangarooParser
- getLParen() - Method in class net.jangaroo.jooc.ast.Catch
- getLParen() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getLParen() - Method in class net.jangaroo.jooc.ast.ForStatement
- getLParen() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getLParen() - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- getLValue() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getMember(boolean, String) - Method in class net.jangaroo.jooc.model.ClassModel
- getMember(String) - Method in class net.jangaroo.jooc.model.ClassModel
- getMemberDeclaration() - Method in class net.jangaroo.jooc.ast.Ide
- getMemberDeclaration() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- getMemberDeclaration(String) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getMemberDeclaration(String) - Method in class net.jangaroo.jooc.ast.PredefinedTypeDeclaration
- getMemberDeclaration(String) - Method in class net.jangaroo.jooc.ast.TypeDeclaration
- getMembers() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getMembers() - Method in class net.jangaroo.jooc.model.ClassModel
- getMetaName() - Method in class net.jangaroo.jooc.ast.Annotation
- getMethod(boolean, MethodType, String) - Method in class net.jangaroo.jooc.model.ClassModel
- getMethod(String) - Method in class net.jangaroo.jooc.model.ClassModel
- getMethod(MethodType) - Method in class net.jangaroo.jooc.model.PropertyModel
- getMethod(MethodType, String) - Method in class net.jangaroo.jooc.model.ClassModel
- getMethodDeclaration() - Method in class net.jangaroo.jooc.AbstractScope
- getMethodDeclaration() - Method in class net.jangaroo.jooc.DeclarationScope
- getMethodDeclaration() - Method in interface net.jangaroo.jooc.Scope
- getMethods() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getMethods() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- getMethodSignature() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getMethodType() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getMethodType() - Method in class net.jangaroo.jooc.model.MethodModel
- getMethodType() - Method in class net.jangaroo.jooc.types.FunctionSignature
- getMinArgumentCount() - Method in class net.jangaroo.jooc.types.FunctionSignature
- getMixinCompilationUnit(Declaration) - Static method in class net.jangaroo.jooc.ast.CompilationUnit
- getModifierFlag(JooSymbol) - Method in class net.jangaroo.jooc.ast.Declaration
- getModifiers() - Method in class net.jangaroo.jooc.ast.AnnotationsAndModifiers
- getModifiers() - Method in class net.jangaroo.jooc.ast.Declaration
- getModifiers() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getModifiers() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- getModifiers() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getMxmlComponentRegistry() - Method in class net.jangaroo.jooc.JangarooParser
- getMyMixinInterface() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getName() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getName() - Method in class net.jangaroo.jooc.ast.Ide
- getName() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getName() - Method in class net.jangaroo.jooc.input.FileInputSource
- getName() - Method in interface net.jangaroo.jooc.input.InputSource
-
The file name, i.e.
- 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.model.NamedModel
- getName() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getNamespace() - Method in class net.jangaroo.jooc.ast.NamespacedIde
- getNamespace() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- getNamespace() - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- getNamespace() - Method in class net.jangaroo.jooc.model.ClassModel
- getNamespace() - Method in class net.jangaroo.jooc.model.MemberModel
- getNamespace() - Method in interface net.jangaroo.jooc.model.NamespacedModel
- getNamespace() - Method in class net.jangaroo.jooc.model.NamespaceModel
- getNamespace() - Method in class net.jangaroo.jooc.mxml.ComponentPackageModel
- getNamespaceKeyword() - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- getNamespaceURI() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getNativeAnnotationRequireValue(Annotation) - Method in class net.jangaroo.jooc.backend.ModuleResolverBase
- getNativeAnnotationRequireValue(Annotation) - Method in class net.jangaroo.jooc.backend.TypeScriptModuleResolver
- getNativeAnnotationValue(Annotation) - Static method in class net.jangaroo.jooc.backend.ModuleResolverBase
- getNonRequireNativeName(IdeDeclaration) - Static method in class net.jangaroo.jooc.backend.TypeScriptModuleResolver
- getNormalizedExpr() - Method in class net.jangaroo.jooc.ast.IdeExpr
- getNpmPackageName() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
- getObjectAndProperty(AssignmentOpExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- getOp() - Method in class net.jangaroo.jooc.ast.OpExpr
- getOptAnnotationParameters() - Method in class net.jangaroo.jooc.ast.Annotation
- getOptComma() - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- getOptCond() - Method in class net.jangaroo.jooc.ast.ConditionalLoopStatement
- getOptExpr() - Method in class net.jangaroo.jooc.ast.KeywordExprStatement
- getOptExtends() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getOptImplements() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getOptInitializer() - Method in class net.jangaroo.jooc.ast.NamespaceDeclaration
- getOptInitializer() - Method in class net.jangaroo.jooc.ast.Parameter
- getOptInitializer() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getOptions() - Method in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
- getOptions() - Method in class net.jangaroo.jooc.JsWriter
- getOptLabel() - Method in class net.jangaroo.jooc.ast.LabelRefStatement
- getOptLeftParen() - Method in class net.jangaroo.jooc.ast.Annotation
- getOptName() - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- getOptNextVariableDeclaration() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getOptRightParen() - Method in class net.jangaroo.jooc.ast.Annotation
- getOptStatement() - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- getOptStep() - Method in class net.jangaroo.jooc.ast.ForStatement
- getOptSymConstOrVar() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getOptSymEq() - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- getOptSymRest() - Method in class net.jangaroo.jooc.ast.Parameter
- getOptSymSemicolon() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getOptSymSemicolon() - Method in class net.jangaroo.jooc.ast.NamespaceDeclaration
- getOptSymSemicolon() - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- getOptSymSemicolon() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getOptTypeRelation() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getOptTypeRelation() - Method in class net.jangaroo.jooc.ast.Parameter
- getOptTypeRelation() - Method in interface net.jangaroo.jooc.ast.Typed
- getOptTypeRelation() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- getOriginalIde() - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- getOutputDir() - Method in class net.jangaroo.jooc.backend.AbstractCompilationUnitSinkFactory
- getOutputFileEndPosition() - Method in class net.jangaroo.jooc.JsWriter.SymbolToOutputFilePosition
- getOutputFileMap() - Method in class net.jangaroo.jooc.CompilationResultImpl
- getOutputFileStartPosition() - Method in class net.jangaroo.jooc.JsWriter.SymbolToOutputFilePosition
- getOutputSuffix() - Method in class net.jangaroo.jooc.Jooc
- getOutputSuffix(boolean) - Static method in class net.jangaroo.jooc.Jooc
- getPackage() - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- getPackageDeclaration() - Method in class net.jangaroo.jooc.AbstractScope
- getPackageDeclaration() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getPackageDeclaration() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getPackageDeclaration() - Method in class net.jangaroo.jooc.ast.PackageDeclaration
- getPackageDeclaration() - Method in class net.jangaroo.jooc.DeclarationScope
- getPackageDeclaration() - Method in interface net.jangaroo.jooc.Scope
- getPackageDeclarationScope() - Method in class net.jangaroo.jooc.AbstractScope
- getPackageDeclarationScope() - Method in class net.jangaroo.jooc.DeclarationScope
- getPackageDeclarationScope() - Method in interface net.jangaroo.jooc.Scope
- getPackageIdes(String) - Method in class net.jangaroo.jooc.JangarooParser
- getPackageName() - Method in class net.jangaroo.properties.model.ResourceBundleClass
- getParam() - Method in class net.jangaroo.jooc.ast.Catch
- getParameterInitializerCodeGenerator(Parameters) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- getParameterTypes() - Method in class net.jangaroo.jooc.types.FunctionSignature
- getParams() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getParams() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getParams() - Method in class net.jangaroo.jooc.model.MethodModel
- 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
- getParentAnnotation() - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- getParentDeclaration() - Method in class net.jangaroo.jooc.ast.Declaration
- getParentNode() - Method in interface net.jangaroo.jooc.ast.AstNode
- getParentNode() - Method in class net.jangaroo.jooc.ast.NodeImplBase
- getParentNode() - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- getParentNode() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getParentNode() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getParentScope() - Method in class net.jangaroo.jooc.AbstractScope
- getParentScope() - Method in interface net.jangaroo.jooc.Scope
- getParentTryStatement() - Method in class net.jangaroo.jooc.ast.Catch
- 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
- getPrefix() - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- getPrefix() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getPrefix() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getPreviousVariableDeclaration() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- getPrimaryDeclaration() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getPrimaryDeclaration() - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- getProject() - Method in class net.jangaroo.jooc.ant.AntCompileLog
- getProperties() - Method in class net.jangaroo.jooc.model.AnnotationModel
- getPropertiesByName() - Method in class net.jangaroo.jooc.ast.Annotation
- getPropertiesByName() - Method in class net.jangaroo.jooc.model.AnnotationModel
- getPropertiesClass(Expr) - Method in class net.jangaroo.jooc.ast.ApplyExpr
- getPropertiesClassAssignments(FunctionDeclaration, boolean, boolean) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- getProperty(boolean, String) - Method in class net.jangaroo.jooc.model.ClassModel
- getProperty(MethodModel) - Method in class net.jangaroo.jooc.model.ClassModel
- getProps() - Method in class net.jangaroo.properties.model.PropertiesClass
- getPublicApiDependencies() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getQName() - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- getQNamesByClassName(String) - Method in class net.jangaroo.jooc.mxml.MxmlComponentRegistry
- getQualified() - Method in class net.jangaroo.jooc.ast.Ide
- getQualifiedName() - Method in class net.jangaroo.jooc.ast.Ide
- getQualifiedName() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getQualifiedName() - Method in class net.jangaroo.jooc.ast.ImportDirective
- getQualifiedName() - Method in class net.jangaroo.jooc.ast.NamespacedIde
- getQualifiedName() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- getQualifiedNameAsIde(IdeDeclaration) - Method in class net.jangaroo.jooc.JsWriter
- getQualifiedNameHash() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.Ide
- getQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.NamespacedIde
- getQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- getQualifiedNameStr() - Method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- getQualifier() - Method in class net.jangaroo.jooc.ast.Ide
- getQualifier() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- getRBrace() - Method in class net.jangaroo.jooc.ast.AbstractBlock
- getRBrace() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getRBrace() - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- getReferenceProps() - Method in class net.jangaroo.properties.model.PropertiesClass
- 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
- getRequireModuleName(CompilationUnit, IdeDeclaration) - Method in class net.jangaroo.jooc.backend.TypeScriptModuleResolver
- getResourceBundle() - Method in class net.jangaroo.properties.model.PropertiesClass
- getResourceDependencies() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getResultCode() - Method in class net.jangaroo.jooc.CompilationResultImpl
- getResultCodeDescription(int) - Static method in class net.jangaroo.jooc.Jooc
- getReturnModel() - Method in class net.jangaroo.jooc.model.MethodModel
- getReturnTypeFromAnnotation() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getRightBracket() - Method in class net.jangaroo.jooc.ast.Annotation
- getRParen() - Method in class net.jangaroo.jooc.ast.Catch
- getRParen() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getRParen() - Method in class net.jangaroo.jooc.ast.ForStatement
- getRParen() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getRParen() - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- getRuntimeDependencies() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getRuntimeDependencies(boolean) - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getRuntimeVersion() - Static method in class net.jangaroo.jooc.JoocProperties
- getScannerBase() - Method in class net.jangaroo.jooc.JooParser
- getScope() - Method in class net.jangaroo.jooc.ast.Ide
- getSecondaryDeclarations() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getSenchaPackageName() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
- getSetter() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- getSetter() - Method in class net.jangaroo.jooc.model.PropertyModel
- getShellScriptName() - Method in class net.jangaroo.jooc.cli.AbstractCommandLineParser
- getShellScriptName() - Method in class net.jangaroo.jooc.cli.JoocCommandLineParser
- getSource() - Method in exception net.jangaroo.properties.PropcException
- getSourceCode() - Method in class net.jangaroo.jooc.JooSymbol
- getSourceDir() - Method in class net.jangaroo.jooc.input.FileInputSource
- getSourceFilePosition() - Method in class net.jangaroo.jooc.JsWriter.SymbolToOutputFilePosition
- getSourceMappings() - Method in class net.jangaroo.jooc.JsWriter
- 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.ast.LabeledStatement
- getStaticMember(String) - Method in class net.jangaroo.jooc.model.ClassModel
- getStaticMemberDeclaration(String) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getStaticMemberDeclaration(String) - Method in class net.jangaroo.jooc.ast.PredefinedTypeDeclaration
- getStaticMemberDeclaration(String) - Method in class net.jangaroo.jooc.ast.TypeDeclaration
- getStaticMembers() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getStaticMethod(String) - Method in class net.jangaroo.jooc.model.ClassModel
- getStaticMethod(MethodType, String) - Method in class net.jangaroo.jooc.model.ClassModel
- getString() - Method in class net.jangaroo.jooc.ScannerBase
- getStringProps() - Method in class net.jangaroo.properties.model.PropertiesClass
- getStringValue() - Method in class net.jangaroo.jooc.model.AnnotationPropertyModel
- getSuperclass() - Method in class net.jangaroo.jooc.model.ClassModel
- getSuperclass(ClassModel) - Method in class net.jangaroo.jooc.model.CompilationUnitModelResolver
- getSuperClass() - Method in class net.jangaroo.jooc.ast.Extends
- getSuperclassCompilationUnit(ClassModel) - Method in class net.jangaroo.jooc.model.CompilationUnitModelResolver
- getSuperDeclaration() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getSuperDeclaration() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getSuperType() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getSuperTypeDeclaration() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getSuperTypeDeclaration() - Method in class net.jangaroo.jooc.ast.PredefinedTypeDeclaration
- getSuperTypeDeclaration() - Method in class net.jangaroo.jooc.ast.TypeDeclaration
- getSuperTypeDeclarations() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getSuperTypes() - Method in class net.jangaroo.jooc.ast.Implements
- getSymbol() - Method in class net.jangaroo.jooc.ast.AbstractBlock
- getSymbol() - Method in class net.jangaroo.jooc.ast.Annotation
- getSymbol() - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- getSymbol() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.ArrayIndexExpr
- getSymbol() - Method in interface net.jangaroo.jooc.ast.AstNode
- getSymbol() - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- getSymbol() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getSymbol() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.Declaration
- getSymbol() - Method in class net.jangaroo.jooc.ast.DefaultStatement
- getSymbol() - Method in class net.jangaroo.jooc.ast.EmptyDeclaration
- getSymbol() - Method in class net.jangaroo.jooc.ast.Extends
- getSymbol() - Method in class net.jangaroo.jooc.ast.ForInitializer
- getSymbol() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.Ide
- getSymbol() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getSymbol() - Method in class net.jangaroo.jooc.ast.IdeExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.Implements
- getSymbol() - Method in class net.jangaroo.jooc.ast.ImportDirective
- getSymbol() - Method in class net.jangaroo.jooc.ast.Initializer
- getSymbol() - Method in class net.jangaroo.jooc.ast.KeywordExprStatement
- getSymbol() - Method in class net.jangaroo.jooc.ast.KeywordStatement
- getSymbol() - Method in class net.jangaroo.jooc.ast.LabeledStatement
- getSymbol() - Method in class net.jangaroo.jooc.ast.LiteralExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.NamespacedIde
- getSymbol() - Method in class net.jangaroo.jooc.ast.NewExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.ObjectField
- getSymbol() - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- getSymbol() - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.PostfixOpExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.PrefixOpExpr
- getSymbol() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- getSymbol() - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- getSymbol() - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- getSymbol() - Method in class net.jangaroo.jooc.ast.Type
- getSymbol() - Method in class net.jangaroo.jooc.ast.TypeRelation
- getSymbol() - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- getSymbol() - Method in class net.jangaroo.jooc.ast.VectorLiteral
- getSymbol() - Method in exception net.jangaroo.jooc.CompilerError
- getSymbol() - Method in class net.jangaroo.jooc.JsWriter.SymbolToOutputFilePosition
- getSymbol() - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- getSymbol() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- getSymbol() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getSymbolAbbreviation(int) - Method in class net.jangaroo.jooc.ScannerBase
- getSymClass() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getSymColon() - Method in class net.jangaroo.jooc.ast.CaseStatement
- getSymColon() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- getSymColon() - Method in class net.jangaroo.jooc.ast.DefaultStatement
- getSymColon() - Method in class net.jangaroo.jooc.ast.LabeledStatement
- getSymColon() - Method in class net.jangaroo.jooc.ast.ObjectField
- getSymComma() - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- getSymDefault() - Method in class net.jangaroo.jooc.ast.DefaultStatement
- getSymDot() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- getSymDotLt() - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- getSymEach() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getSymElse() - Method in class net.jangaroo.jooc.ast.IfStatement
- getSymEq() - Method in class net.jangaroo.jooc.ast.Initializer
- getSymExtends() - Method in class net.jangaroo.jooc.ast.Extends
- getSymFinally() - Method in class net.jangaroo.jooc.ast.TryStatement
- getSymFunction() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- getSymGetOrSet() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- getSymGt() - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- getSymGt() - Method in class net.jangaroo.jooc.ast.VectorLiteral
- getSymGt() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getSymImplements() - Method in class net.jangaroo.jooc.ast.Implements
- getSymIn() - Method in class net.jangaroo.jooc.ast.ForInStatement
- getSymInheritedModifiers() - Method in class net.jangaroo.jooc.ast.Declaration
- getSymKeyword() - Method in class net.jangaroo.jooc.ast.KeywordExprStatement
- getSymKeyword() - Method in class net.jangaroo.jooc.ast.KeywordStatement
- getSymLt() - Method in class net.jangaroo.jooc.ast.VectorLiteral
- getSymLt() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- getSymModifiers() - Method in class net.jangaroo.jooc.ast.Declaration
- getSymNamespace() - Method in class net.jangaroo.jooc.ast.NamespaceDeclaration
- getSymNamespaceSep() - Method in class net.jangaroo.jooc.ast.NamespacedIde
- getSymNew() - Method in class net.jangaroo.jooc.ast.NewExpr
- getSymNew() - Method in class net.jangaroo.jooc.ast.VectorLiteral
- getSymPackage() - Method in class net.jangaroo.jooc.ast.PackageDeclaration
- getSymQuestion() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- getSymRelation() - Method in class net.jangaroo.jooc.ast.TypeRelation
- getSymSemicolon() - Method in class net.jangaroo.jooc.ast.DoStatement
- getSymSemicolon() - Method in class net.jangaroo.jooc.ast.EmptyDeclaration
- getSymSemicolon() - Method in class net.jangaroo.jooc.ast.ImportDirective
-
null if not explicit
- getSymSemicolon() - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- getSymSemicolon() - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- getSymSemicolon1() - Method in class net.jangaroo.jooc.ast.ForStatement
- getSymSemicolon2() - Method in class net.jangaroo.jooc.ast.ForStatement
- getSymWhile() - Method in class net.jangaroo.jooc.ast.DoStatement
- getTail() - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- getTail() - Method in class net.jangaroo.jooc.ast.Parameters
- getTargetQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getTargetQualifiedNameStr() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getTargetQualifiedNameStrWithoutRename() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getText() - Method in class net.jangaroo.jooc.JooSymbol
- getThisType() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- getType() - Method in class net.jangaroo.jooc.ast.Expr
- getType() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getType() - Method in class net.jangaroo.jooc.ast.IdeExpr
- getType() - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- getType() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- getType() - Method in class net.jangaroo.jooc.ast.TypeRelation
- getType() - Method in class net.jangaroo.jooc.model.AbstractTypedModel
- getType() - Method in class net.jangaroo.jooc.model.MemberModel
- getType() - Method in class net.jangaroo.jooc.model.ReturnModel
- getType() - Method in interface net.jangaroo.jooc.model.TypedModel
- getType() - Method in class net.jangaroo.jooc.types.ExpressionType
- getTypeParameter() - Method in class net.jangaroo.jooc.types.ExpressionType
- getUnusedDeclaredDependencies() - Method in class net.jangaroo.jooc.DependencyWarningsManager
- getUsages() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- getUsages() - Method in class net.jangaroo.jooc.DependencyWarningsManager.DependencyWarning
- getUsedBuiltInIdentifiers() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- getUseKeyword() - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- getValue() - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- getValue() - Method in class net.jangaroo.jooc.ast.Initializer
- getValue() - Method in class net.jangaroo.jooc.ast.LiteralExpr
- getValue() - Method in class net.jangaroo.jooc.ast.ObjectField
- getValue() - Method in class net.jangaroo.jooc.model.AnnotationPropertyModel
- getValue() - Method in class net.jangaroo.jooc.model.FieldModel
- getValue() - Method in class net.jangaroo.jooc.model.NamespaceModel
- getValue() - Method in class net.jangaroo.jooc.model.ParamModel
- getValue() - Method in interface net.jangaroo.jooc.model.ValuedModel
- getValue() - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- getValue() - Method in class net.jangaroo.properties.model.Property
- getVariables() - Method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- getVectorType() - Method in class net.jangaroo.jooc.ast.VectorLiteral
- getVerbose() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Gets the verbose flag.
- getVersion() - Static method in class net.jangaroo.jooc.JoocProperties
- getVoidType() - Method in class net.jangaroo.jooc.JangarooParser
- getWhitespace() - Method in class net.jangaroo.jooc.JooSymbol
- getWrapperClass() - Method in class net.jangaroo.jooc.json.JsonObject
- getZipFile() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
- getZipFileInputSource() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- GraphUtil - Class in net.jangaroo.jooc.util
-
A utility for finding the strongly connected components of a graph, implementing Kosaraju's algorithm non-recursively.
- GraphUtil() - Constructor for class net.jangaroo.jooc.util.GraphUtil
- GT - Static variable in interface net.jangaroo.jooc.sym
- GTEQ - Static variable in interface net.jangaroo.jooc.sym
H
- handleDuplicateDeclaration(Scope, AstNode) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- handleDuplicateDeclaration(Scope, AstNode) - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- handleDuplicateDeclaration(Scope, AstNode) - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- handleExmlAppendPrepend(ObjectField, DotExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- handleExmlAppendPrepend(ObjectField, DotExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- handleExmlAppendPrepend(ObjectField, DotExpr) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- handleParameters(FunctionExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- hasBody() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- hasBody() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- hasCondition() - Method in class net.jangaroo.jooc.ast.Catch
- hasConfigClass() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- hasErrors() - Method in class net.jangaroo.jooc.AbstractCompileLog
- hashCode() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- hashCode() - Method in class net.jangaroo.jooc.ast.Ide
- hashCode() - Method in class net.jangaroo.jooc.ast.ImportDirective
- hashCode() - Method in class net.jangaroo.jooc.ast.NamespacedIde
- hashCode() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- hashCode() - Method in class net.jangaroo.jooc.input.FileInputSource
- hashCode() - Method in class net.jangaroo.jooc.input.PathInputSource
- hashCode() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- hashCode() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
- hashCode() - Method in class net.jangaroo.jooc.model.MemberModel
- hashCode() - Method in class net.jangaroo.jooc.model.MethodModel
- hashCode() - Method in class net.jangaroo.jooc.model.NamedModel
- hashCode() - Method in class net.jangaroo.jooc.model.ParamModel
- hashCode() - Method in class net.jangaroo.jooc.model.PropertyModel
- hashCode() - Method in class net.jangaroo.jooc.model.ReturnModel
- hashCode() - Method in class net.jangaroo.jooc.types.ExpressionType
- hashCode() - Method in class net.jangaroo.jooc.types.FunctionSignature
- hasInitializer() - Method in class net.jangaroo.jooc.ast.Parameter
- hasPreviousVariableDeclaration() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- hasRest() - Method in class net.jangaroo.jooc.types.FunctionSignature
I
- Ide - Class in net.jangaroo.jooc.ast
- Ide(String) - Constructor for class net.jangaroo.jooc.ast.Ide
- Ide(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.Ide
- IDE - Static variable in interface net.jangaroo.jooc.sym
- IdeDeclaration - Class in net.jangaroo.jooc.ast
- IdeDeclaration(AnnotationsAndModifiers, Ide) - Constructor for class net.jangaroo.jooc.ast.IdeDeclaration
- IdeDeclaration(Ide) - Constructor for class net.jangaroo.jooc.ast.IdeDeclaration
- IdeExpr - Class in net.jangaroo.jooc.ast
- IdeExpr(Ide) - Constructor for class net.jangaroo.jooc.ast.IdeExpr
- IdeExpr(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.IdeExpr
- IdeWithTypeParam - Class in net.jangaroo.jooc.ast
-
Created by IntelliJ IDEA.
- IdeWithTypeParam(JooSymbol, JooSymbol, Type, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.IdeWithTypeParam
- IF - Static variable in interface net.jangaroo.jooc.sym
- IfStatement - Class in net.jangaroo.jooc.ast
- IfStatement(JooSymbol, Expr, Statement) - Constructor for class net.jangaroo.jooc.ast.IfStatement
- IfStatement(JooSymbol, Expr, Statement, JooSymbol, Statement) - Constructor for class net.jangaroo.jooc.ast.IfStatement
- Implements - Class in net.jangaroo.jooc.ast
- Implements(JooSymbol, CommaSeparatedList<Ide>) - Constructor for class net.jangaroo.jooc.ast.Implements
- IMPLEMENTS - Static variable in interface net.jangaroo.jooc.sym
- implementsInterface(ClassDeclaration, String) - Method in class net.jangaroo.jooc.JangarooParser
- implementsInterface(CompilationUnit, String) - Method in interface net.jangaroo.jooc.CompilationUnitResolver
- implementsInterface(CompilationUnit, String) - Method in class net.jangaroo.jooc.JangarooParser
- implementsInterface(CompilationUnitModel, String) - Method in class net.jangaroo.jooc.model.CompilationUnitModelResolver
- implementsMoreThanOneInterface() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- IMPORT - Static variable in interface net.jangaroo.jooc.sym
- ImportDirective - Class in net.jangaroo.jooc.ast
- ImportDirective(Ide, String) - Constructor for class net.jangaroo.jooc.ast.ImportDirective
- ImportDirective(JooSymbol, Ide, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ImportDirective
- importSource(InputSource) - Method in class net.jangaroo.jooc.JangarooParser
- 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.
- increaseVectorNestingLevel() - Method in class net.jangaroo.jooc.ScannerBase
- InfixOpExpr - Class in net.jangaroo.jooc.ast
-
A BinaryOpExpr for AS3 infix operators that are not supported directly in JS.
- InfixOpExpr(Expr, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.InfixOpExpr
- inheritsFromExtBaseExplicitly() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- inheritsFromFlExtEvent() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- init_actions() - Method in class net.jangaroo.jooc.parser
-
Action encapsulation object initializer.
- INIT_STATICS - Static variable in class net.jangaroo.jooc.backend.JsCodeGenerator
- Initializer - Class in net.jangaroo.jooc.ast
- Initializer(JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.Initializer
- inputSource - Variable in class net.jangaroo.jooc.ScannerBase
- InputSource - Interface in net.jangaroo.jooc.input
- insertNonDefaultLocale(String, Locale) - Static method in class net.jangaroo.properties.PropcHelper
- insideScriptTag - Variable in class net.jangaroo.jooc.JsStringLiteralWriter
- 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.model.NamespacedModel
- 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.ast.ClassDeclaration
- isAbstract() - Method in class net.jangaroo.jooc.ast.Declaration
- isAbstract() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isAccessor() - Method in class net.jangaroo.jooc.model.MemberModel
- isAccessor() - Method in class net.jangaroo.jooc.model.MethodModel
- isAllowduplicatelocalvariables() - Method in class net.jangaroo.jooc.ant.JoocTask
-
Gets the allowduplicatelocalvariables flag.
- isArgumentsUsedAsArray() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- isArrayLike() - Method in class net.jangaroo.jooc.types.ExpressionType
- isAssert() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- isAssignableTo(ClassDeclaration) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isAssignableTo(ExpressionType) - Method in class net.jangaroo.jooc.types.ExpressionType
-
Return whether the given expression type is more general than this expression type, so that anything of this expression type could be assigned to a variable of the given expression type.
- isAssignmentLHS() - Method in interface net.jangaroo.jooc.ast.AstNode
- isAssignmentLHS() - Method in class net.jangaroo.jooc.ast.Ide
- isAssignmentLHS() - Method in class net.jangaroo.jooc.ast.NodeImplBase
- isBindable() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isBindable() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- isBindable() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- isBindingExpression(String) - Static method in class net.jangaroo.jooc.mxml.MxmlUtils
- isBound() - Method in class net.jangaroo.jooc.ast.Ide
- isClass() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- isClass() - Method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- isClass(String) - Method in class net.jangaroo.jooc.JangarooParser
-
Return true if the argument name identifies a class.
- isClassMember() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isClassMember() - Method in class net.jangaroo.jooc.ast.Directive
- isClassMember() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- isCoerceFunction(String) - Static method in class net.jangaroo.jooc.ast.ApplyExpr
- isCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- isCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- isCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.Expr
- isCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.IdeExpr
- isCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.LiteralExpr
- isCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.UnaryOpExpr
- isConfigType() - Method in class net.jangaroo.jooc.types.ExpressionType
- isConst() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- isConst() - Method in class net.jangaroo.jooc.model.FieldModel
- isConstructor() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isConstructor() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- isContainsSuperConstructorCall() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isDeclared(Ide) - Method in class net.jangaroo.jooc.AbstractScope
- isDeclared(Ide) - Method in class net.jangaroo.jooc.DeclarationScope
- isDeclared(Ide) - Method in interface net.jangaroo.jooc.Scope
- isDeclaringCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- isDeclaringCompileTimeConstant() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- isDeclaringStandAloneConstant() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- 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
- isDynamic() - Method in class net.jangaroo.jooc.ast.Declaration
- isDynamic() - Method in class net.jangaroo.jooc.ast.PredefinedTypeDeclaration
- isDynamic() - Method in class net.jangaroo.jooc.model.ClassModel
- isEmpty() - Method in class net.jangaroo.jooc.json.JsonObject
- isExcludeClassByDefault() - Method in class net.jangaroo.jooc.backend.ApiModelGenerator
- isExplicit() - Method in class net.jangaroo.jooc.ast.ImportDirective
- isExplicitThisUsed() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- IsExpr - Class in net.jangaroo.jooc.ast
- IsExpr(Expr, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.IsExpr
- isExtConfig() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isExtConfig() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- isExtConfig() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- isExtConfigOrBindable() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- isField() - Method in class net.jangaroo.jooc.model.FieldModel
- isField() - Method in class net.jangaroo.jooc.model.MemberModel
- isFinal() - Method in class net.jangaroo.jooc.ast.Declaration
- isFinal() - Method in class net.jangaroo.jooc.model.ClassModel
- isFinal() - Method in class net.jangaroo.jooc.model.MethodModel
- isFinal() - Method in class net.jangaroo.jooc.model.PropertyModel
- isFlexAddEventListener() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- isGetter() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isGetter() - Method in class net.jangaroo.jooc.model.MemberModel
- isGetter() - Method in class net.jangaroo.jooc.model.MethodModel
- isGetterOrSetter() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isIdentifier(String) - Static method in class net.jangaroo.jooc.json.JsonObject
- isInArray(int[], int) - Static method in class net.jangaroo.jooc.Debug
-
Method to use to assert that an array contains an int.
- 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.
- isInCompilePath() - Method in class net.jangaroo.jooc.input.DirectoryInputSource
- isInCompilePath() - Method in interface net.jangaroo.jooc.input.InputSource
- isInCompilePath() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- isInsideNewExpr() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- isInSourcePath() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- isInSourcePath() - Method in class net.jangaroo.jooc.input.DirectoryInputSource
- isInSourcePath() - Method in interface net.jangaroo.jooc.input.InputSource
- isInSourcePath() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- isInterface() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isInterface() - Method in class net.jangaroo.jooc.model.ClassModel
- isJavaScriptObject() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isMethod() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isMethod() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- isMethod() - Method in class net.jangaroo.jooc.model.MemberModel
- isMethod() - Method in class net.jangaroo.jooc.model.MethodModel
- isMixin() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isMixinMemberRedeclaration() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- isMxmlNamespace(String) - Static method in class net.jangaroo.jooc.mxml.MxmlUtils
- isNative() - Method in class net.jangaroo.jooc.ast.Declaration
- isNumber(AS3Type) - Static method in class net.jangaroo.jooc.types.ExpressionType
- isObject() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isObject() - Method in class net.jangaroo.jooc.types.ExpressionType
- isOfAS3Type(AS3Type) - Method in class net.jangaroo.jooc.ast.Expr
- isOptional() - Method in class net.jangaroo.jooc.model.ParamModel
- isOverride() - Method in class net.jangaroo.jooc.ast.Declaration
- isOverride() - Method in class net.jangaroo.jooc.model.MethodModel
- isPackage(String) - Method in class net.jangaroo.jooc.AbstractScope
- isPackage(String) - Method in class net.jangaroo.jooc.DeclarationScope
- isPackage(String) - Method in interface net.jangaroo.jooc.Scope
- isPrimaryDeclaration() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- isPrivate() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isPrivate() - Method in class net.jangaroo.jooc.ast.Declaration
- isPrivateStatic() - Method in class net.jangaroo.jooc.ast.Declaration
- isPropertiesClass() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isPropertiesSubclass() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isProperty() - Method in class net.jangaroo.jooc.model.MemberModel
- isProperty() - Method in class net.jangaroo.jooc.model.PropertyModel
- isProtected() - Method in class net.jangaroo.jooc.ast.Declaration
- isPublic() - Method in class net.jangaroo.jooc.ast.Declaration
- isPublicApi() - Method in class net.jangaroo.jooc.ast.Declaration
- isPublicApi() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- isQualified() - Method in class net.jangaroo.jooc.ast.Ide
- isQualifiedBySuper() - Method in class net.jangaroo.jooc.ast.Ide
- isQualifiedBySuper() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- isQualifiedByThis() - Method in class net.jangaroo.jooc.ast.Ide
- isReadable() - Method in class net.jangaroo.jooc.model.FieldModel
- isReadable() - Method in class net.jangaroo.jooc.model.MemberModel
- isReadable() - Method in class net.jangaroo.jooc.model.MethodModel
- isReadable() - Method in class net.jangaroo.jooc.model.PropertyModel
- isRest() - Method in class net.jangaroo.jooc.ast.Parameter
- isRest() - Method in class net.jangaroo.jooc.model.ParamModel
- isRewriteThis() - Method in class net.jangaroo.jooc.ast.Ide
- isRuntimeConstant() - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- isRuntimeConstant() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- isRuntimeConstant() - Method in class net.jangaroo.jooc.ast.Expr
- isRuntimeConstant() - Method in class net.jangaroo.jooc.ast.IdeExpr
- isRuntimeConstant() - Method in class net.jangaroo.jooc.ast.LiteralExpr
- isRuntimeConstant() - Method in class net.jangaroo.jooc.ast.UnaryOpExpr
- isSemicolonInsertedBefore() - Method in class net.jangaroo.jooc.JooSymbol
- isSetter() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isSetter() - Method in class net.jangaroo.jooc.model.MemberModel
- isSetter() - Method in class net.jangaroo.jooc.model.MethodModel
- isSorted(int[]) - Static method in class net.jangaroo.jooc.Debug
-
Method to use to assert that an array is sorted
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.Expr
-
Whether this expression denotes a stand-alone constant, that is, a constant that can be derived without looking at other classes.
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.IdeExpr
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.ObjectField
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- isStandAloneConstant() - Method in class net.jangaroo.jooc.ast.UnaryOpExpr
- isStatic() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isStatic() - Method in class net.jangaroo.jooc.ast.Declaration
- isStatic() - Method in class net.jangaroo.jooc.ast.Directive
- isStatic() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- isStatic() - Method in class net.jangaroo.jooc.model.MemberModel
- isSubclassOf(ClassDeclaration) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- isSuper() - Method in class net.jangaroo.jooc.ast.Ide
- isThis() - Method in class net.jangaroo.jooc.ast.Ide
- isThisAliased(boolean) - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isThisAliased(boolean) - Method in class net.jangaroo.jooc.ast.FunctionExpr
- isTopLevel() - Method in class net.jangaroo.jooc.ast.PackageDeclaration
- isTypeCast() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- isTypeCheckObjectLiteralFunctionCall() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- isValidConfigMode(String) - Static method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- isValidIdentifier(String) - Static method in class net.jangaroo.jooc.ast.Ide
- isValueIsReference() - Method in class net.jangaroo.properties.model.Property
- isVirtual() - Method in class net.jangaroo.jooc.JooSymbol
- isWritable() - Method in class net.jangaroo.jooc.ast.Declaration
- isWritable() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- isWritable() - Method in class net.jangaroo.jooc.ast.Parameter
- isWritable() - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- isWritable() - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- isWritable() - Method in class net.jangaroo.jooc.model.FieldModel
- isWritable() - Method in class net.jangaroo.jooc.model.MemberModel
- isWritable() - Method in class net.jangaroo.jooc.model.MethodModel
- isWritable() - Method in class net.jangaroo.jooc.model.PropertyModel
- isWritingComment() - Method in class net.jangaroo.jooc.JsWriter
J
- JangarooParser - Class in net.jangaroo.jooc
- JangarooParser(ParserOptions, CompileLog) - Constructor for class net.jangaroo.jooc.JangarooParser
- JOO_API_IN_SWC_DIRECTORY_PREFIX - Static variable in class net.jangaroo.jooc.JangarooParser
- Jooc - Class in net.jangaroo.jooc
-
The Jangaroo AS3-to-JS Compiler's main class.
- Jooc() - Constructor for class net.jangaroo.jooc.Jooc
- Jooc(JoocConfiguration) - Constructor for class net.jangaroo.jooc.Jooc
- Jooc(JoocConfiguration, CompileLog) - Constructor for class net.jangaroo.jooc.Jooc
- JoocCommandLineParser - Class in net.jangaroo.jooc.cli
-
Parses the jooc command line to produce a
JoocConfiguration. - JoocCommandLineParser() - Constructor for class net.jangaroo.jooc.cli.JoocCommandLineParser
- JoocProperties - Class in net.jangaroo.jooc
- JoocTask - Class in net.jangaroo.jooc.ant
- JoocTask() - Constructor for class net.jangaroo.jooc.ant.JoocTask
- JooParser - Class in net.jangaroo.jooc
- JooParser(Scanner) - Constructor for class net.jangaroo.jooc.JooParser
- JooSymbol - Class in net.jangaroo.jooc
- 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
- JooSymbol(String) - Constructor for class net.jangaroo.jooc.JooSymbol
- JsCodeGenerator - Class in net.jangaroo.jooc.backend
-
A visitor of the AST that generates executable JavaScript code on a
JsWriter. - JsCodeGenerator(JsWriter, CompilationUnitResolver, JsModuleResolver) - Constructor for class net.jangaroo.jooc.backend.JsCodeGenerator
- JsModuleResolver - Class in net.jangaroo.jooc.backend
- JsModuleResolver(CompilationUnitResolver) - Constructor for class net.jangaroo.jooc.backend.JsModuleResolver
- Json - Interface in net.jangaroo.jooc.json
- JsonArray - Class in net.jangaroo.jooc.json
- JsonArray(Object...) - Constructor for class net.jangaroo.jooc.json.JsonArray
- JsonObject - Class in net.jangaroo.jooc.json
- JsonObject(Object...) - Constructor for class net.jangaroo.jooc.json.JsonObject
- JsStringLiteralWriter - Class in net.jangaroo.jooc
- JsStringLiteralWriter(Writer, boolean) - Constructor for class net.jangaroo.jooc.JsStringLiteralWriter
- JsWriter - Class in net.jangaroo.jooc
- JsWriter(Writer) - Constructor for class net.jangaroo.jooc.JsWriter
- JsWriter.SymbolToOutputFilePosition - Class in net.jangaroo.jooc
K
- KeywordExprStatement - Class in net.jangaroo.jooc.ast
- KeywordExprStatement(JooSymbol, Expr, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.KeywordExprStatement
- KeywordStatement - Class in net.jangaroo.jooc.ast
- KeywordStatement(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.KeywordStatement
L
- LabeledStatement - Class in net.jangaroo.jooc.ast
- LabeledStatement(Ide, JooSymbol, Statement) - Constructor for class net.jangaroo.jooc.ast.LabeledStatement
- LabelRefStatement - Class in net.jangaroo.jooc.ast
-
A LabelRefStatement is either a break or continue statement
- LabelScope - Class in net.jangaroo.jooc.ast
- LabelScope(Statement, Scope) - Constructor for class net.jangaroo.jooc.ast.LabelScope
- LAZY_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- 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
- LEADING_ASDOC_WHITESPACE_PATTERN - Static variable in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- 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
- LiteralExpr - Class in net.jangaroo.jooc.ast
- LiteralExpr(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.LiteralExpr
- loadInputSource(InputSource) - Method in class net.jangaroo.jooc.DependencyWarningsManager
- localeOrDefaultLocaleString(Locale) - Static method in class net.jangaroo.properties.PropcHelper
- log - Variable in class net.jangaroo.jooc.JangarooParser
- lookupDeclaration(Ide) - Method in class net.jangaroo.jooc.AbstractScope
- lookupDeclaration(Ide) - Method in interface net.jangaroo.jooc.Scope
- lookupDeclaration(Ide, boolean) - Method in class net.jangaroo.jooc.AbstractScope
- lookupDeclaration(Ide, boolean) - Method in class net.jangaroo.jooc.DeclarationScope
- lookupDeclaration(Ide, boolean) - Method in interface net.jangaroo.jooc.Scope
- lookupLabel(Ide) - Method in class net.jangaroo.jooc.AbstractScope
- lookupLabel(Ide) - Method in class net.jangaroo.jooc.ast.LabelScope
- lookupLabel(Ide) - Method in interface net.jangaroo.jooc.Scope
- lookupPropertyDeclaration(TypeDeclaration, String, MethodType) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- LoopStatement - Class in net.jangaroo.jooc.ast
- LoopStatement(JooSymbol, Statement) - Constructor for class net.jangaroo.jooc.ast.LoopStatement
- 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
- LT_QUESTION - Static variable in interface net.jangaroo.jooc.sym
- LT_SLASH - 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.backend.ActionScriptCodeGeneratingModelVisitor
- main(String[]) - Static method in class net.jangaroo.jooc.Jooc
- makeChildren(Object...) - Method in class net.jangaroo.jooc.ast.NodeImplBase
- mapMixinInterface(CompilationUnit) - Static method in class net.jangaroo.jooc.ast.CompilationUnit
- markAsConfigTypeIfPossible() - Method in class net.jangaroo.jooc.types.ExpressionType
- matches(String) - Method in class net.jangaroo.jooc.DependencyWarningsManager.DependencyWarning
- MemberModel - Class in net.jangaroo.jooc.model
-
An abstract base class for members of an ActionScript class or interface.
- MemberModel() - Constructor for class net.jangaroo.jooc.model.MemberModel
- MemberModel(String) - Constructor for class net.jangaroo.jooc.model.MemberModel
- MemberModel(String, String) - Constructor for class net.jangaroo.jooc.model.MemberModel
- merge(JsonObject...) - Static method in class net.jangaroo.jooc.json.JsonObject
- MergedOutputCompilationUnitSinkFactory - Class in net.jangaroo.jooc.backend
-
Compilation unit sink factory writing all generated classes to one file.
- MergedOutputCompilationUnitSinkFactory(JoocOptions, File, CompilationUnitResolver, CompilationUnitRegistry) - Constructor for class net.jangaroo.jooc.backend.MergedOutputCompilationUnitSinkFactory
- MessageFormat - Class in net.jangaroo.jooc.util
-
A better
MessageFormatthat takes an arbitrary number of parameters. - MessageFormat(String) - Constructor for class net.jangaroo.jooc.util.MessageFormat
- MethodModel - Class in net.jangaroo.jooc.model
-
A model of a field of an ActionScript class.
- MethodModel() - Constructor for class net.jangaroo.jooc.model.MethodModel
- MethodModel(String, String) - Constructor for class net.jangaroo.jooc.model.MethodModel
- MethodModel(String, String, List<ParamModel>) - Constructor for class net.jangaroo.jooc.model.MethodModel
- MethodModel(String, String, ParamModel...) - Constructor for class net.jangaroo.jooc.model.MethodModel
- MethodModel(MethodType, String, String) - Constructor for class net.jangaroo.jooc.model.MethodModel
- MethodType - Enum in net.jangaroo.jooc.model
-
Special method type "getter" or "setter".
- 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
- MIXIN_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- MIXIN_HOOK_ANNOTATION_ATTRIBUTE_NAMES - Static variable in class net.jangaroo.jooc.Jooc
- MIXIN_HOOK_ANNOTATION_DEFAULT_ATTRIBUTE_NAME - Static variable in class net.jangaroo.jooc.Jooc
- MIXIN_HOOK_ANNOTATION_EXTENDED_ATTRIBUTE_NAME - Static variable in class net.jangaroo.jooc.Jooc
- MIXIN_HOOK_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- MOD - Static variable in interface net.jangaroo.jooc.sym
- ModelVisitor - Interface in net.jangaroo.jooc.model
-
A visitor for ActionScript models.
- MODEQ - Static variable in interface net.jangaroo.jooc.sym
- MODIFIER_ABSTRACT - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_DYNAMIC - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_FINAL - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_INTERNAL - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_NAMESPACE - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_NATIVE - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_OVERRIDE - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_PRIVATE - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_PROTECTED - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_PUBLIC - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_STATIC - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIER_VIRTUAL - Static variable in class net.jangaroo.jooc.ast.Declaration
- MODIFIERS_SCOPE - Static variable in class net.jangaroo.jooc.ast.Declaration
- ModuleResolverBase - Class in net.jangaroo.jooc.backend
- ModuleResolverBase(CompilationUnitResolver) - Constructor for class net.jangaroo.jooc.backend.ModuleResolverBase
- 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
- MXML_DECLARATIONS - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- MXML_DEFAULT_PROPERTY_ANNOTATION - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- MXML_ID_ATTRIBUTE - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- MXML_METADATA - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- MXML_NAMESPACE_URI - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- MXML_SCRIPT - Static variable in class net.jangaroo.jooc.mxml.MxmlUtils
- MxmlCompilationUnit - Class in net.jangaroo.jooc.mxml.ast
-
AST node for an MXML compilation unit, represented by its root node.
- MxmlCompilationUnit(InputSource, XmlHeader, XmlElement, MxmlParserHelper) - Constructor for class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- MxmlComponentRegistry - Class in net.jangaroo.jooc.mxml
-
A global registry for MXML namespaces that map elements to ActionScript class names.
- MxmlComponentRegistry() - Constructor for class net.jangaroo.jooc.mxml.MxmlComponentRegistry
- MxmlParserHelper - Class in net.jangaroo.jooc.mxml
- MxmlParserHelper(JooParser) - Constructor for class net.jangaroo.jooc.mxml.MxmlParserHelper
- MxmlUtils - Class in net.jangaroo.jooc.mxml
-
Some useful utility functions for MXML handling.
- MxmlUtils() - Constructor for class net.jangaroo.jooc.mxml.MxmlUtils
- mxmlValueToActionScriptExpr(String, String) - Static method in class net.jangaroo.jooc.mxml.MxmlUtils
N
- NamedModel - Class in net.jangaroo.jooc.model
-
Created with IntelliJ IDEA.
- NamedModel() - Constructor for class net.jangaroo.jooc.model.NamedModel
- NamedModel(String) - Constructor for class net.jangaroo.jooc.model.NamedModel
- NAMESPACE - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- NamespaceDeclaration - Class in net.jangaroo.jooc.ast
- NamespaceDeclaration(AnnotationsAndModifiers, Initializer, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.NamespaceDeclaration
- NamespaceDeclaration(AnnotationsAndModifiers, JooSymbol, Ide, Initializer, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.NamespaceDeclaration
- NamespacedIde - Class in net.jangaroo.jooc.ast
- NamespacedIde(JooSymbol, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.NamespacedIde
- NamespacedModel - Interface in net.jangaroo.jooc.model
-
A model with a namespace.
- NamespaceModel - Class in net.jangaroo.jooc.model
-
A model of an ActionScript namespace declaration.
- NamespaceModel() - Constructor for class net.jangaroo.jooc.model.NamespaceModel
- NamespaceModel(String) - Constructor for class net.jangaroo.jooc.model.NamespaceModel
- NamespaceModel(String, String) - Constructor for class net.jangaroo.jooc.model.NamespaceModel
- NAMESPACESEP - Static variable in interface net.jangaroo.jooc.sym
- NATIVE - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- NATIVE_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- NATIVE_ANNOTATION_REQUIRE_PROPERTY - Static variable in class net.jangaroo.jooc.Jooc
- needsSuperCallCodeGenerator(ClassDeclaration) - Static method in class net.jangaroo.jooc.backend.JsCodeGenerator
- NET_JANGAROO_EXT_CREATE - Static variable in class net.jangaroo.jooc.json.JsonObject
- NET_JANGAROO_EXT_EXML - Static variable in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- net.jangaroo.jooc - package net.jangaroo.jooc
- net.jangaroo.jooc.ant - package net.jangaroo.jooc.ant
- net.jangaroo.jooc.ast - package net.jangaroo.jooc.ast
- net.jangaroo.jooc.backend - package net.jangaroo.jooc.backend
- net.jangaroo.jooc.cli - package net.jangaroo.jooc.cli
- net.jangaroo.jooc.input - package net.jangaroo.jooc.input
- net.jangaroo.jooc.json - package net.jangaroo.jooc.json
- net.jangaroo.jooc.model - package net.jangaroo.jooc.model
- net.jangaroo.jooc.mxml - package net.jangaroo.jooc.mxml
- net.jangaroo.jooc.mxml.ast - package net.jangaroo.jooc.mxml.ast
- net.jangaroo.jooc.types - package net.jangaroo.jooc.types
- net.jangaroo.jooc.util - package net.jangaroo.jooc.util
- net.jangaroo.properties - package net.jangaroo.properties
- net.jangaroo.properties.model - package net.jangaroo.properties.model
- NEW - Static variable in interface net.jangaroo.jooc.sym
- NewExpr - Class in net.jangaroo.jooc.ast
- NewExpr(JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.NewExpr
- 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
- NO_PARAMS - Static variable in class net.jangaroo.jooc.model.MethodModel
- NodeImplBase - Class in net.jangaroo.jooc.ast
- NodeImplBase() - Constructor for class net.jangaroo.jooc.ast.NodeImplBase
- NodeImplBase.Scoped - Interface in net.jangaroo.jooc.ast
- 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
- notExtendsObject() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- notifyInstanceThisUsed() - Method in interface net.jangaroo.jooc.ast.AstNode
- notifyInstanceThisUsed() - Method in class net.jangaroo.jooc.ast.NodeImplBase
- NULL_LITERAL - Static variable in interface net.jangaroo.jooc.sym
O
- ObjectField - Class in net.jangaroo.jooc.ast
- ObjectField(AstNode, JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.ObjectField
- ObjectFieldOrSpread - Interface in net.jangaroo.jooc.ast
- ObjectLiteral - Class in net.jangaroo.jooc.ast
- ObjectLiteral(JooSymbol, CommaSeparatedList<ObjectFieldOrSpread>, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ObjectLiteral
- OpExpr - Class in net.jangaroo.jooc.ast
- OpExpr(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.OpExpr
- 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
- out - Variable in class net.jangaroo.jooc.backend.CodeGeneratorBase
- 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.ast.FunctionDeclaration
P
- PACKAGE - Static variable in interface net.jangaroo.jooc.sym
- packageDeclaration - Variable in class net.jangaroo.jooc.ast.CompilationUnit
- PackageDeclaration - Class in net.jangaroo.jooc.ast
- PackageDeclaration(JooSymbol, Ide) - Constructor for class net.jangaroo.jooc.ast.PackageDeclaration
- PackagerImpl - Class in net.jangaroo.jooc
- PackagerImpl() - Constructor for class net.jangaroo.jooc.PackagerImpl
- Parameter - Class in net.jangaroo.jooc.ast
- Parameter(JooSymbol, Ide, TypeRelation, Initializer) - Constructor for class net.jangaroo.jooc.ast.Parameter
- PARAMETER_ANNOTATION_COERCE_TO_PROPERTY - Static variable in class net.jangaroo.jooc.Jooc
- PARAMETER_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- PARAMETER_ANNOTATION_REQUIRED_PROPERTY - Static variable in class net.jangaroo.jooc.Jooc
- Parameters - Class in net.jangaroo.jooc.ast
- Parameters(Parameter) - Constructor for class net.jangaroo.jooc.ast.Parameters
- Parameters(Parameter, JooSymbol, Parameters) - Constructor for class net.jangaroo.jooc.ast.Parameters
- ParamModel - Class in net.jangaroo.jooc.model
-
Created with IntelliJ IDEA.
- ParamModel() - Constructor for class net.jangaroo.jooc.model.ParamModel
- ParamModel(String, String) - Constructor for class net.jangaroo.jooc.model.ParamModel
- ParamModel(String, String, String) - Constructor for class net.jangaroo.jooc.model.ParamModel
- ParamModel(String, String, String, boolean) - Constructor for class net.jangaroo.jooc.model.ParamModel
- ParamModel(String, String, String, boolean, String) - Constructor for class net.jangaroo.jooc.model.ParamModel
- ParamModel(String, String, String, String) - Constructor for class net.jangaroo.jooc.model.ParamModel
- ParenthesizedExpr<E extends Expr> - Class in net.jangaroo.jooc.ast
- ParenthesizedExpr(JooSymbol, E, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ParenthesizedExpr
- parse(InputStream) - Method in class net.jangaroo.jooc.mxml.CatalogComponentsParser
- parse(InputStream) - Method in class net.jangaroo.jooc.mxml.ComponentPackageManifestParser
- parse(String[]) - Method in class net.jangaroo.jooc.cli.JoocCommandLineParser
- parseClassBody(JooSymbol) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseConfig(CmdLineParser, JoocConfiguration) - Method in class net.jangaroo.jooc.cli.JoocCommandLineParser
- parseConstructorBody(String) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseEmbedded(String, int, int) - Method in class net.jangaroo.jooc.JooParser
- parseExpression(JooSymbol) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseExtends(JangarooParser, XmlElement, String) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseIde(String) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseImplements(JooSymbol) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseImport(String) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseImport(JooSymbol) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parseMetadata(JooSymbol) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- parsePackageDeclaration(String) - Method in class net.jangaroo.jooc.mxml.MxmlParserHelper
- 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>, boolean) - Constructor for class net.jangaroo.jooc.input.PathInputSource
- PathInputSource(String, List<InputSource>, boolean, boolean) - 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
- popWhitespace() - Method in class net.jangaroo.jooc.ScannerBase
- PositionTrackingWriter - Class in net.jangaroo.jooc.util
-
A delgating Writer that keeps track of the current line and column of the text being written.
- PositionTrackingWriter(Writer) - Constructor for class net.jangaroo.jooc.util.PositionTrackingWriter
- PostfixOpExpr - Class in net.jangaroo.jooc.ast
- PostfixOpExpr(JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.PostfixOpExpr
- PredefinedTypeDeclaration - Class in net.jangaroo.jooc.ast
- PredefinedTypeDeclaration(String, boolean) - Constructor for class net.jangaroo.jooc.ast.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
- PrefixOpExpr - Class in net.jangaroo.jooc.ast
- PrefixOpExpr(JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.PrefixOpExpr
- PreserveLineNumberHandler - Class in net.jangaroo.jooc.util
-
SAX Handler that fills a DOM document with the XML nodes and ads line numbers to the element user data
- PreserveLineNumberHandler(Document) - Constructor for class net.jangaroo.jooc.util.PreserveLineNumberHandler
- PrettyPrintFilePosition - Class in net.jangaroo.jooc.util
-
A Google source maps FilePosition with a meaningful toString() method.
- PrettyPrintFilePosition(int, int) - Constructor for class net.jangaroo.jooc.util.PrettyPrintFilePosition
- PrettyPrintFilePosition(FilePosition) - Constructor for class net.jangaroo.jooc.util.PrettyPrintFilePosition
- primaryDeclaration - Variable in class net.jangaroo.jooc.ast.CompilationUnit
- PRIMITIVES - Static variable in class net.jangaroo.jooc.backend.JsCodeGenerator
- printArray(int[]) - Static method in class net.jangaroo.jooc.Debug
-
Print an Array.
- printArray(Object[]) - Static method in class net.jangaroo.jooc.Debug
-
Print an Array.
- printArrayToString(int[]) - Static method in class net.jangaroo.jooc.Debug
-
Print an int Array to a String.
- printArrayToString(Object[]) - Static method in class net.jangaroo.jooc.Debug
-
Print an Object Array to a String.
- println(Object) - Static method in class net.jangaroo.jooc.Debug
-
Print an Object, and then finish the line.
- println(String) - Static method in class net.jangaroo.jooc.Debug
-
Print a String, and then finish the line.
- PRIVATE - Static variable in interface net.jangaroo.jooc.model.NamespacedModel
- 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.
- propagateInstanceThisUsed() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- propagateInstanceThisUsed() - Method in class net.jangaroo.jooc.ast.NodeImplBase
- Propc - Class in net.jangaroo.properties
- Propc() - Constructor for class net.jangaroo.properties.Propc
- PropcException - Exception in net.jangaroo.properties
- PropcException(String, File, Exception) - Constructor for exception net.jangaroo.properties.PropcException
- PropcException(String, Throwable) - Constructor for exception net.jangaroo.properties.PropcException
- PropcException(Throwable) - Constructor for exception net.jangaroo.properties.PropcException
- PropcHelper - Class in net.jangaroo.properties
-
A configuration object for the properties compiler.
- PropcHelper() - Constructor for class net.jangaroo.properties.PropcHelper
- PROPERTIES_CLASS_FTL - Static variable in class net.jangaroo.properties.Propc
- PROPERTIES_SUBCLASS_FTL - Static variable in class net.jangaroo.properties.Propc
- PropertiesClass - Class in net.jangaroo.properties.model
- PropertiesClass(ResourceBundleClass, Locale, PropertiesConfiguration) - Constructor for class net.jangaroo.properties.model.PropertiesClass
- Property - Class in net.jangaroo.properties.model
-
A POJO to store key, value, and comment of a single property read from a properties file.
- Property(String, String, boolean, String, boolean) - Constructor for class net.jangaroo.properties.model.Property
- PROPERTY_CLASS_INSTANCE - Static variable in class net.jangaroo.jooc.backend.CodeGeneratorBase
- PropertyDeclaration - Class in net.jangaroo.jooc.ast
-
Virtual AST node that is created to aggregate a complementing get and set accessor.
- PropertyModel - Class in net.jangaroo.jooc.model
-
A model of a field of an ActionScript class.
- PropertyModel() - Constructor for class net.jangaroo.jooc.model.PropertyModel
- PropertyModel(String, String) - Constructor for class net.jangaroo.jooc.model.PropertyModel
- PROTECTED - Static variable in interface net.jangaroo.jooc.model.NamespacedModel
- PROTECTED - Static variable in interface net.jangaroo.jooc.sym
- PUBLIC - Static variable in interface net.jangaroo.jooc.model.NamespacedModel
- PUBLIC - Static variable in interface net.jangaroo.jooc.sym
- PUBLIC_API_EXCLUSION_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- PUBLIC_API_INCLUSION_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- 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
- pushMultiStateText(String) - Method in class net.jangaroo.jooc.ScannerBase
- pushString(char) - Method in class net.jangaroo.jooc.ScannerBase
- pushString(String) - Method in class net.jangaroo.jooc.ScannerBase
- pushWhitespace(String) - Method in class net.jangaroo.jooc.ScannerBase
Q
- QualifiedIde - Class in net.jangaroo.jooc.ast
- QualifiedIde(Ide, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.QualifiedIde
- qualify(JooSymbol, JooSymbol) - Method in class net.jangaroo.jooc.ast.Ide
- qualify(JooSymbol, JooSymbol) - Method in class net.jangaroo.jooc.ast.QualifiedIde
- QUESTION - Static variable in interface net.jangaroo.jooc.sym
- QUESTION_GT - 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_gototable. - REGEXP_LITERAL - Static variable in interface net.jangaroo.jooc.sym
- REGEXP_START - Static variable in interface net.jangaroo.jooc.sym
- register(CompilationUnitModel) - Method in class net.jangaroo.jooc.model.CompilationUnitModelRegistry
- registerElement(String, String, String) - Method in class net.jangaroo.jooc.mxml.MxmlComponentRegistry
- registerMember(TypedIdeDeclaration) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- remove(String) - Method in class net.jangaroo.jooc.json.JsonObject
- removeMember(MemberModel) - Method in class net.jangaroo.jooc.model.ClassModel
- RENAME_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- renderPropertiesClassValues(List<AssignmentOpExpr>, boolean, boolean, boolean) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- replacingSymAndTextAndJooValue(int, String, Object) - Method in class net.jangaroo.jooc.JooSymbol
- report_error(String, Object) - Method in class net.jangaroo.jooc.JooParser
- report_fatal_error(String, Object) - Method in class net.jangaroo.jooc.JooParser
- RESERVED_WORDS - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- resolveCompilationUnit(String) - Method in interface net.jangaroo.jooc.CompilationUnitResolver
- resolveCompilationUnit(String) - Method in class net.jangaroo.jooc.JangarooParser
- resolveCompilationUnit(String) - Method in class net.jangaroo.jooc.model.CompilationUnitModelRegistry
- resolveCompilationUnit(String) - Method in class net.jangaroo.jooc.model.CompilationUnitModelResolver
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.Ide
-
Resolve the declaration of this ide to the underlying declaration.
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
-
Resolve this declaration to the underlying Class or PredefinedType declaration
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.Parameter
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.QualifiedIde
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.Type
- resolveDeclaration() - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- resolveFunction() - Method in class net.jangaroo.jooc.ast.ApplyExpr
- resolveImport(ImportDirective) - Method in class net.jangaroo.jooc.JangarooParser
- resolveMethod(ClassModel, MethodType, String) - Method in class net.jangaroo.jooc.model.CompilationUnitModelRegistry
- resolvePropertyDeclaration(String) - Method in class net.jangaroo.jooc.ast.TypeDeclaration
-
Lookup a non-static member of the given name
- resolvePropertyDeclaration(String) - Method in class net.jangaroo.jooc.types.ExpressionType
- resolvePropertyDeclaration(String, boolean) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- resolvePropertyDeclaration(String, boolean) - Method in class net.jangaroo.jooc.ast.TypeDeclaration
- RESOURCE_BUNDLE_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- ResourceBundleClass - Class in net.jangaroo.properties.model
- ResourceBundleClass(String) - Constructor for class net.jangaroo.properties.model.ResourceBundleClass
- REST - Static variable in interface net.jangaroo.jooc.sym
- RETURN - Static variable in interface net.jangaroo.jooc.sym
- RETURN_ANNOTATION_NAME - Static variable in class net.jangaroo.jooc.Jooc
- ReturnModel - Class in net.jangaroo.jooc.model
-
Represents the return type and description of a method.
- ReturnModel(MethodModel) - Constructor for class net.jangaroo.jooc.model.ReturnModel
- ReturnStatement - Class in net.jangaroo.jooc.ast
- ReturnStatement(JooSymbol, Expr, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ReturnStatement
- rewriteToArrowFunction() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- 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() - Method in class net.jangaroo.jooc.Jooc
- run(String[], CompileLog) - Static method in class net.jangaroo.jooc.Jooc
- run(Scope) - Method in interface net.jangaroo.jooc.ast.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.
- ScannerBase - Class in net.jangaroo.jooc
- ScannerBase() - Constructor for class net.jangaroo.jooc.ScannerBase
- scope(List<N>, Scope) - Method in class net.jangaroo.jooc.ast.NodeImplBase
- scope(Scope) - Method in class net.jangaroo.jooc.ast.AbstractBlock
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Annotation
- scope(Scope) - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ApplyExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ArrayIndexExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ArrayLiteral
- scope(Scope) - Method in class net.jangaroo.jooc.ast.AssignmentOpExpr
- scope(Scope) - Method in interface net.jangaroo.jooc.ast.AstNode
- scope(Scope) - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.CaseStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Catch
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- scope(Scope) - Method in class net.jangaroo.jooc.ast.CompilationUnit
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ConditionalLoopStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Declaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.DefaultStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.DotExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.EmptyDeclaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Extends
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ForInitializer
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ForInStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ForStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.FunctionExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Ide
- scope(Scope) - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.IdeExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- scope(Scope) - Method in class net.jangaroo.jooc.ast.IfStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Implements
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ImportDirective
- scope(Scope) - Method in class net.jangaroo.jooc.ast.InfixOpExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Initializer
- scope(Scope) - Method in class net.jangaroo.jooc.ast.IsExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.LabeledStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.LabelRefStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.LiteralExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.LoopStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.NewExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ObjectField
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- scope(Scope) - Method in class net.jangaroo.jooc.ast.PackageDeclaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Parameter
- scope(Scope) - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.QualifiedIde
- scope(Scope) - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.SwitchStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.TryStatement
- scope(Scope) - Method in class net.jangaroo.jooc.ast.Type
- scope(Scope) - Method in class net.jangaroo.jooc.ast.TypedIdeDeclaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.TypeRelation
- scope(Scope) - Method in class net.jangaroo.jooc.ast.UnaryOpExpr
- scope(Scope) - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- scope(Scope) - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- scope(Scope) - Method in class net.jangaroo.jooc.ast.VectorLiteral
- scope(Scope) - Method in class net.jangaroo.jooc.mxml.ast.MxmlCompilationUnit
- scope(Scope) - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- scope(Scope) - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- scope(Scope) - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- scope(Scope, Scope) - Method in class net.jangaroo.jooc.ast.ClassBody
- Scope - Interface in net.jangaroo.jooc
- SEMICOLON - Static variable in interface net.jangaroo.jooc.sym
- SemicolonTerminatedStatement - Class in net.jangaroo.jooc.ast
- SemicolonTerminatedStatement(AstNode, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
-
Optional statement with optional semicolon, but at least one must be specified (non-null).
- SemicolonTerminatedStatement(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
-
Empty statement.
- set(String, Object) - Method in interface net.jangaroo.jooc.json.Json
- set(String, Object) - Method in class net.jangaroo.jooc.json.JsonArray
- set(String, Object) - Method in class net.jangaroo.jooc.json.JsonObject
- SET - net.jangaroo.jooc.model.MethodType
- SET - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- setAllowduplicatelocalvariables(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
-
Sets the allowduplicatelocalvariables flag.
- setAnnotationCode(String) - Method in class net.jangaroo.jooc.model.ClassModel
- setAnnotations(List<AnnotationModel>) - Method in class net.jangaroo.jooc.model.AbstractAnnotatedModel
- setAnnotations(List<AnnotationModel>) - Method in interface net.jangaroo.jooc.model.AnnotatedModel
- setAnnotations(List<AnnotationModel>) - Method in class net.jangaroo.jooc.model.PropertyModel
- setApiDestDir(File) - Method in class net.jangaroo.jooc.ant.JoocTask
- setAsdoc(String) - Method in class net.jangaroo.jooc.model.DocumentedModel
- setAutoSemicolon(String) - Method in class net.jangaroo.jooc.ant.JoocTask
- setBody(String) - Method in class net.jangaroo.jooc.model.MethodModel
- setBody(Statement) - Method in class net.jangaroo.jooc.ast.LoopStatement
- setBodyCode(String) - Method in class net.jangaroo.jooc.model.ClassModel
- setBound(boolean) - Method in class net.jangaroo.jooc.ast.Ide
- setClassDeclaration(ClassDeclaration) - Method in class net.jangaroo.jooc.ast.Declaration
- setClassDeclaration(ClassDeclaration) - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- setClassMember(boolean) - Method in class net.jangaroo.jooc.ast.Directive
- setClassMember(boolean) - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- setClasspath(String) - Method in class net.jangaroo.jooc.ant.JoocTask
-
Set the classpath to find the joo library files.
- setCompilableSuffixes(List<String>) - Method in class net.jangaroo.jooc.JangarooParser
- setCompilationUnitModel(CompilationUnitModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- setCompileLog(CompileLog) - Method in class net.jangaroo.jooc.JooParser
- setConfig(JoocConfiguration) - Method in class net.jangaroo.jooc.Jooc
- setConfig(ParserOptions) - Method in class net.jangaroo.jooc.JangarooParser
- setConst(boolean) - Method in class net.jangaroo.jooc.model.FieldModel
- setConstructor(boolean) - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- setConstructor(FunctionDeclaration) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- setContainsSuperConstructorCall(boolean) - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- setDebugLevel(String) - Method in class net.jangaroo.jooc.ant.JoocTask
- setDestdir(File) - Method in class net.jangaroo.jooc.ant.JoocTask
-
Set the destination directory into which the Java source files should be compiled.
- setDirectives(List<Directive>) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- setDocumentLocator(Locator) - Method in class net.jangaroo.jooc.util.PreserveLineNumberHandler
- setDynamic(boolean) - Method in class net.jangaroo.jooc.model.ClassModel
- setEnableAssertions(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
- 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.
- setFinal(boolean) - Method in class net.jangaroo.jooc.model.ClassModel
- setFinal(boolean) - Method in class net.jangaroo.jooc.model.MethodModel
- setFinal(boolean) - Method in class net.jangaroo.jooc.model.PropertyModel
- setIde(Ide) - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- setIde(JooSymbol) - Method in class net.jangaroo.jooc.ast.Ide
- setInheritedModifiers(JooSymbol[]) - Method in class net.jangaroo.jooc.ast.Declaration
- setInheritedModifiers(JooSymbol[]) - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- setInputSource(InputSource) - Method in class net.jangaroo.jooc.ScannerBase
- setInsideNewExpr(boolean) - Method in class net.jangaroo.jooc.ast.ApplyExpr
- setInterface(boolean) - Method in class net.jangaroo.jooc.model.ClassModel
- setInterfaces(List<String>) - Method in class net.jangaroo.jooc.model.ClassModel
- setIsInstanceScope(boolean) - Method in class net.jangaroo.jooc.DeclarationScope
- setLabelDeclaration(LabeledStatement) - Method in class net.jangaroo.jooc.ast.LabelRefStatement
- setLog(CompileLog) - Method in class net.jangaroo.jooc.JangarooParser
- setMembers(List<MemberModel>) - Method in class net.jangaroo.jooc.model.ClassModel
- setMethodType(MethodType) - Method in class net.jangaroo.jooc.model.MethodModel
- setMultiStateText(String) - Method in class net.jangaroo.jooc.ScannerBase
- setName(String) - Method in class net.jangaroo.jooc.model.NamedModel
- setName(String) - Method in class net.jangaroo.jooc.model.PropertyModel
- setNamespace(String) - Method in class net.jangaroo.jooc.model.ClassModel
- setNamespace(String) - Method in class net.jangaroo.jooc.model.MemberModel
- setNamespace(String) - Method in interface net.jangaroo.jooc.model.NamespacedModel
- setNamespace(String) - Method in class net.jangaroo.jooc.model.NamespaceModel
- setOptional(boolean) - Method in class net.jangaroo.jooc.model.ParamModel
- setOptions(JoocOptions) - Method in class net.jangaroo.jooc.JsWriter
- setOptStatement(AstNode) - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- setOptSymSemicolon(JooSymbol) - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- setOverride(boolean) - Method in class net.jangaroo.jooc.model.MethodModel
- setPackage(String) - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- setParams(List<ParamModel>) - Method in class net.jangaroo.jooc.model.MethodModel
- setParentAnnotation(Annotation) - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- setParentDeclaration(AstNode) - Method in class net.jangaroo.jooc.ast.Declaration
- setPrimaryDeclaration(NamedModel) - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- setProject(Project) - Method in class net.jangaroo.jooc.ant.AntCompileLog
- setProperties(List<AnnotationPropertyModel>) - Method in class net.jangaroo.jooc.model.AnnotationModel
- setQName(String) - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- setQualified(Ide) - Method in class net.jangaroo.jooc.ast.Ide
- setRest(boolean) - Method in class net.jangaroo.jooc.model.ParamModel
- setSecondaryDeclarations(List<IdeDeclaration>) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- setSemicolonInsertedBefore(boolean) - Method in class net.jangaroo.jooc.JooSymbol
- setSemicolonInsertionMode(SemicolonInsertionMode) - Method in class net.jangaroo.jooc.JooParser
- setSource(File) - Method in exception net.jangaroo.properties.PropcException
- setSrcdir(Path) - Method in class net.jangaroo.jooc.ant.JoocTask
-
Set the source directories to find the source joo files.
- setStatic(boolean) - Method in class net.jangaroo.jooc.model.MemberModel
- setStatic(boolean) - Method in class net.jangaroo.jooc.model.PropertyModel
- setSuperclass(String) - Method in class net.jangaroo.jooc.model.ClassModel
- setSuppressWhitespace(boolean) - Method in class net.jangaroo.jooc.JsWriter
- setSymColon(JooSymbol) - Method in class net.jangaroo.jooc.ast.DefaultStatement
- setSymDefault(JooSymbol) - Method in class net.jangaroo.jooc.ast.DefaultStatement
- setSymInheritedModifiers(JooSymbol[]) - Method in class net.jangaroo.jooc.ast.Declaration
- setThisDefined() - Method in class net.jangaroo.jooc.ast.FunctionExpr
- settingConfigClass(String) - Method in class net.jangaroo.jooc.json.JsonObject
- settingWrapperClass(String) - Method in class net.jangaroo.jooc.json.JsonObject
- setType(String) - Method in class net.jangaroo.jooc.model.AbstractTypedModel
- setType(String) - Method in class net.jangaroo.jooc.model.MemberModel
- setType(String) - Method in class net.jangaroo.jooc.model.PropertyModel
- setType(String) - Method in class net.jangaroo.jooc.model.ReturnModel
- setType(String) - Method in interface net.jangaroo.jooc.model.TypedModel
- setType(ExpressionType) - Method in class net.jangaroo.jooc.ast.Expr
- setUp(InputSource, InputSource) - Method in class net.jangaroo.jooc.JangarooParser
- setValue(String) - Method in class net.jangaroo.jooc.model.AnnotationPropertyModel
- setValue(String) - Method in class net.jangaroo.jooc.model.FieldModel
- setValue(String) - Method in class net.jangaroo.jooc.model.NamespaceModel
- setValue(String) - Method in class net.jangaroo.jooc.model.ParamModel
- setValue(String) - Method in interface net.jangaroo.jooc.model.ValuedModel
- setValue(LiteralExpr) - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- setVerbose(boolean) - Method in class net.jangaroo.jooc.ant.JoocTask
-
If true, asks the compiler for verbose output.
- setWhitespace(String) - Method in class net.jangaroo.jooc.JooSymbol
-
Use only for symbols that have just been created! Especially the MXML compiler often creates AST sub-trees and wants to copy over the white-space from the MXML element afterwards.
- silent() - Method in class net.jangaroo.jooc.JooParser
- SingleFileCompilationUnitSinkFactory - Class in net.jangaroo.jooc.backend
-
Compilation unit sink factory for one compilation unit per output file.
- SingleFileCompilationUnitSinkFactory(JoocOptions, File, boolean, String, String, CompilationUnitResolver, CompilationUnitRegistry) - Constructor for class net.jangaroo.jooc.backend.SingleFileCompilationUnitSinkFactory
- SLASH_GT - Static variable in interface net.jangaroo.jooc.sym
- Spread - Class in net.jangaroo.jooc.ast
- Spread(JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.Spread
- start_production() - Method in class net.jangaroo.jooc.parser
-
Indicates start production.
- start_state() - Method in class net.jangaroo.jooc.parser
-
Indicates start state.
- startElement(String, String, String, Attributes) - Method in class net.jangaroo.jooc.util.PreserveLineNumberHandler
- startRegexp(JooSymbol) - Method in class net.jangaroo.jooc.ScannerBase
- startType(JooSymbol) - Method in class net.jangaroo.jooc.ScannerBase
- Statement - Class in net.jangaroo.jooc.ast
-
Statements are language elements that perform or specify an action at runtime.
- Statement() - Constructor for class net.jangaroo.jooc.ast.Statement
- STATIC - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- StdOutCompileLog - Class in net.jangaroo.jooc
- StdOutCompileLog() - Constructor for class net.jangaroo.jooc.StdOutCompileLog
- STRING_LITERAL - Static variable in interface net.jangaroo.jooc.sym
- stringify() - Method in class net.jangaroo.jooc.json.JsonObject
- stringify(int) - Method in class net.jangaroo.jooc.json.JsonObject
- stronglyConnectedComponent(Map<T, ? extends Collection<T>>) - Static method in class net.jangaroo.jooc.util.GraphUtil
- substitute(char) - Method in class net.jangaroo.jooc.JsStringLiteralWriter
- substitute(char) - Method in class net.jangaroo.jooc.SubstitutingWriter
-
What should be printed instead of character
c? This method is always called synchronized onout. - 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
- SuperConstructorCallStatement - Class in net.jangaroo.jooc.ast
- SuperConstructorCallStatement(JooSymbol, JooSymbol, CommaSeparatedList<Expr>, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- suppressWhitespace(JooSymbol) - Method in class net.jangaroo.jooc.JsWriter
- SWITCH - Static variable in interface net.jangaroo.jooc.sym
- SwitchStatement - Class in net.jangaroo.jooc.ast
- SwitchStatement(JooSymbol, ParenthesizedExpr, JooSymbol, List<Directive>, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.SwitchStatement
- 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
- SyntacticKeywords - Interface in net.jangaroo.jooc
-
Identifiers with special meaning become keywords in certain syntactic contexts:
- syntax_error(Symbol) - Method in class net.jangaroo.jooc.JooParser
T
- tearDown() - Method in class net.jangaroo.jooc.JangarooParser
- THIS - Static variable in class net.jangaroo.jooc.ast.Ide
- THIS - Static variable in interface net.jangaroo.jooc.sym
- THROW - Static variable in interface net.jangaroo.jooc.sym
- ThrowStatement - Class in net.jangaroo.jooc.ast
- ThrowStatement(JooSymbol, Expr, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.ThrowStatement
- toASDoc(String) - Static method in class net.jangaroo.jooc.mxml.MxmlUtils
- toLocalName(String[]) - Static method in class net.jangaroo.jooc.backend.TypeScriptModuleResolver
- toString() - Method in class net.jangaroo.jooc.ast.CompilationUnit
- toString() - Method in class net.jangaroo.jooc.ast.Extends
- toString() - Method in class net.jangaroo.jooc.ast.Ide
- toString() - Method in class net.jangaroo.jooc.ast.IdeDeclaration
- toString() - Method in class net.jangaroo.jooc.ast.ImportDirective
- toString() - Method in class net.jangaroo.jooc.input.FileInputSource
- toString() - Method in class net.jangaroo.jooc.input.PathInputSource
- toString() - Method in class net.jangaroo.jooc.input.ZipEntryInputSource
- toString() - Method in class net.jangaroo.jooc.input.ZipFileInputSource
- toString() - Method in class net.jangaroo.jooc.JooSymbol
- toString() - Method in class net.jangaroo.jooc.json.JsonArray
- toString() - Method in class net.jangaroo.jooc.json.JsonObject
- toString() - Method in class net.jangaroo.jooc.JsWriter.SymbolToOutputFilePosition
- toString() - Method in class net.jangaroo.jooc.model.AnnotationPropertyModel
- toString() - Method in enum net.jangaroo.jooc.model.MethodType
- toString() - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- toString() - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- toString() - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- toString() - Method in class net.jangaroo.jooc.types.ExpressionType
- toString() - Method in class net.jangaroo.jooc.types.FunctionSignature
- toString() - Method in class net.jangaroo.jooc.util.PrettyPrintFilePosition
- toString(int) - Method in class net.jangaroo.jooc.json.JsonObject
-
Make a pretty-printed JSON text of this JSONObject.
- toString(int, int) - Method in interface net.jangaroo.jooc.json.Json
-
Make a pretty-printed JSON text of this JSONObject.
- toString(int, int) - Method in class net.jangaroo.jooc.json.JsonArray
-
Make a pretty-printed JSON text of this JSONArray.
- toString(int, int) - Method in class net.jangaroo.jooc.json.JsonObject
-
Make a prettyprinted JSON text of this JSONObject.
- toString(int, int, boolean) - Method in class net.jangaroo.jooc.json.JsonArray
- toString(int, int, boolean) - Method in class net.jangaroo.jooc.json.JsonObject
- toString(ExpressionType) - Static method in class net.jangaroo.jooc.types.ExpressionType
- toSymbolArray(List) - Static method in class net.jangaroo.jooc.ast.IdeDeclaration
- TransitiveAstVisitor - Class in net.jangaroo.jooc.ast
-
Traverse the entire AST.
- TransitiveAstVisitor(AstVisitor) - Constructor for class net.jangaroo.jooc.ast.TransitiveAstVisitor
- TRY - Static variable in interface net.jangaroo.jooc.sym
- TryStatement - Class in net.jangaroo.jooc.ast
- TryStatement(JooSymbol, BlockStatement, List<Catch>) - Constructor for class net.jangaroo.jooc.ast.TryStatement
- TryStatement(JooSymbol, BlockStatement, List<Catch>, JooSymbol, BlockStatement) - Constructor for class net.jangaroo.jooc.ast.TryStatement
- TS_SUFFIX - Static variable in class net.jangaroo.jooc.Jooc
- Type - Class in net.jangaroo.jooc.ast
- Type(Ide) - Constructor for class net.jangaroo.jooc.ast.Type
- Type(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.Type
- TYPE_CHECK_OBJECT_LITERAL_FUNCTION_NAME - Static variable in class net.jangaroo.jooc.ast.ApplyExpr
- TYPE_START - Static variable in interface net.jangaroo.jooc.sym
- TypeChecker - Class in net.jangaroo.jooc
- Typed - Interface in net.jangaroo.jooc.ast
-
Created with IntelliJ IDEA.
- TypeDeclaration - Class in net.jangaroo.jooc.ast
-
A type declaration can either be predefined (*, void) or defined by a class or interface (ClassDeclaration).
- TypeDeclaration(AnnotationsAndModifiers, Ide) - Constructor for class net.jangaroo.jooc.ast.TypeDeclaration
- TypeDeclaration(Ide) - Constructor for class net.jangaroo.jooc.ast.TypeDeclaration
- TypedIdeDeclaration - Class in net.jangaroo.jooc.ast
- TypedModel - Interface in net.jangaroo.jooc.model
-
Created with IntelliJ IDEA.
- TYPEOF - Static variable in interface net.jangaroo.jooc.sym
- TypeRelation - Class in net.jangaroo.jooc.ast
- TypeRelation(JooSymbol) - Constructor for class net.jangaroo.jooc.ast.TypeRelation
- TypeRelation(JooSymbol, Type) - Constructor for class net.jangaroo.jooc.ast.TypeRelation
- TYPES_ALLOWED_AS_INDEX - Static variable in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- TypeScriptCodeGenerator - Class in net.jangaroo.jooc.backend
- TypeScriptModuleResolver - Class in net.jangaroo.jooc.backend
- TypeScriptModuleResolver(CompilationUnitResolver) - Constructor for class net.jangaroo.jooc.backend.TypeScriptModuleResolver
U
- UnaryOpExpr - Class in net.jangaroo.jooc.ast
- UnaryOpExpr(JooSymbol, Expr) - Constructor for class net.jangaroo.jooc.ast.UnaryOpExpr
- unescapeXml(String) - Method in class net.jangaroo.jooc.ScannerBase
- unrecovered_syntax_error(Symbol) - Method in class net.jangaroo.jooc.JooParser
- updateUsedCompileDependencies(List<String>) - Method in class net.jangaroo.jooc.DependencyWarningsManager
- URSHIFT - Static variable in interface net.jangaroo.jooc.sym
- URSHIFTEQ - Static variable in interface net.jangaroo.jooc.sym
- USE - Static variable in interface net.jangaroo.jooc.sym
- UseNamespaceDirective - Class in net.jangaroo.jooc.ast
- UseNamespaceDirective(JooSymbol, JooSymbol, Ide, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.UseNamespaceDirective
- usesInstanceThis - Variable in class net.jangaroo.jooc.ast.NodeImplBase
- usesInstanceThis() - Method in interface net.jangaroo.jooc.ast.AstNode
- usesInstanceThis() - Method in class net.jangaroo.jooc.ast.NodeImplBase
V
- ValuedModel - Interface in net.jangaroo.jooc.model
-
Created with IntelliJ IDEA.
- valueOf(String) - Static method in enum net.jangaroo.jooc.model.MethodType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.jangaroo.jooc.model.MethodType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueToString(Object, int, int) - Static method in class net.jangaroo.jooc.json.JsonObject
-
Make a prettyprinted JSON text of an object value.
- valueToString(Object, int, int, boolean) - Static method in class net.jangaroo.jooc.json.JsonObject
- VAR - Static variable in interface net.jangaroo.jooc.sym
- VariableDeclaration - Class in net.jangaroo.jooc.ast
- VariableDeclaration(AnnotationsAndModifiers, JooSymbol, Ide, TypeRelation, Initializer, VariableDeclaration, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.VariableDeclaration
- VariableDeclaration(JooSymbol, Ide, TypeRelation) - Constructor for class net.jangaroo.jooc.ast.VariableDeclaration
- VariableDeclaration(JooSymbol, Ide, TypeRelation, Initializer) - Constructor for class net.jangaroo.jooc.ast.VariableDeclaration
- VariableDeclaration(JooSymbol, Ide, TypeRelation, Initializer, VariableDeclaration) - Constructor for class net.jangaroo.jooc.ast.VariableDeclaration
- VariableDeclaration(JooSymbol, Ide, TypeRelation, Initializer, VariableDeclaration, JooSymbol) - Constructor for class net.jangaroo.jooc.ast.VariableDeclaration
- VectorLiteral - Class in net.jangaroo.jooc.ast
- VectorLiteral(JooSymbol, JooSymbol, Type, JooSymbol, ArrayLiteral) - Constructor for class net.jangaroo.jooc.ast.VectorLiteral
- verifyIdentifier(String, JooSymbol) - Static method in class net.jangaroo.jooc.ast.Ide
- virtual() - Method in class net.jangaroo.jooc.JooSymbol
- VIRTUAL - Static variable in interface net.jangaroo.jooc.SyntacticKeywords
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Annotation
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.AnnotationParameter
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ApplyExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ArrayIndexExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ArrayLiteral
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.AsExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.AssignmentOpExpr
- visit(AstVisitor) - Method in interface net.jangaroo.jooc.ast.AstNode
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.BinaryOpExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.BlockStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.BreakStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.CaseStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Catch
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ClassBody
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ClassDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.CommaSeparatedList
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.CompilationUnit
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ConditionalExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ContinueStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.DefaultStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.DoStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.DotExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.EmptyDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.EmptyStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Extends
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ForInitializer
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ForInStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ForStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.FunctionDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.FunctionExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Ide
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.IdeExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.IdeWithTypeParam
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.IfStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Implements
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ImportDirective
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.InfixOpExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Initializer
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.IsExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.LabeledStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.LiteralExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.NamespaceDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.NamespacedIde
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.NewExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ObjectField
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ObjectLiteral
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.PackageDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Parameter
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Parameters
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ParenthesizedExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.PostfixOpExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.PredefinedTypeDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.PrefixOpExpr
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.PropertyDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.QualifiedIde
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ReturnStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.SemicolonTerminatedStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.SuperConstructorCallStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.SwitchStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.ThrowStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.TryStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.Type
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.TypeRelation
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.UseNamespaceDirective
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.VariableDeclaration
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.VectorLiteral
- visit(AstVisitor) - Method in class net.jangaroo.jooc.ast.WhileStatement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.mxml.ast.XmlAttribute
- visit(AstVisitor) - Method in class net.jangaroo.jooc.mxml.ast.XmlElement
- visit(AstVisitor) - Method in class net.jangaroo.jooc.mxml.ast.XmlTag
- visit(ModelVisitor) - Method in interface net.jangaroo.jooc.model.ActionScriptModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.AnnotationModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.AnnotationPropertyModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.ClassModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.CompilationUnitModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.FieldModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.MethodModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.NamespaceModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.ParamModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.PropertyModel
- visit(ModelVisitor) - Method in class net.jangaroo.jooc.model.ReturnModel
- visitAll(Iterable<? extends AstNode>) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitAnnotation(Annotation) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitAnnotation(Annotation) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitAnnotation(Annotation) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitAnnotation(Annotation) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitAnnotation(Annotation) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitAnnotation(Annotation) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitAnnotation(AnnotationModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitAnnotation(AnnotationModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitAnnotationParameter(AnnotationParameter) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitAnnotationParameter(AnnotationParameter) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitAnnotationParameter(AnnotationParameter) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitAnnotationParameter(AnnotationParameter) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitAnnotationParameter(AnnotationParameter) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitAnnotationProperty(AnnotationPropertyModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitAnnotationProperty(AnnotationPropertyModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitApplyExpr(ApplyExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitApplyExpr(ApplyExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitApplyExpr(ApplyExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitApplyExpr(ApplyExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitApplyExpr(ApplyExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitApplyExpr(ApplyExpr) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitApplyExpr(ApplyExpr) - Method in class net.jangaroo.jooc.TypeChecker
- visitApplyExprArguments(ApplyExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitArrayIndexExpr(ArrayIndexExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitArrayIndexExpr(ArrayIndexExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitArrayIndexExpr(ArrayIndexExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitArrayIndexExpr(ArrayIndexExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitArrayIndexExpr(ArrayIndexExpr) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitArrayLiteral(ArrayLiteral) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitArrayLiteral(ArrayLiteral) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitArrayLiteral(ArrayLiteral) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitArrayLiteral(ArrayLiteral) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitAsExpr(AsExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitAsExpr(AsExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitAsExpr(AsExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitAsExpr(AsExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitAssignmentOpExpr(AssignmentOpExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitAssignmentOpExpr(AssignmentOpExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitAssignmentOpExpr(AssignmentOpExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitAssignmentOpExpr(AssignmentOpExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitAssignmentOpExpr(AssignmentOpExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitAssignmentOpExpr(AssignmentOpExpr) - Method in class net.jangaroo.jooc.TypeChecker
- visitBinaryOpExpr(BinaryOpExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitBinaryOpExpr(BinaryOpExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitBinaryOpExpr(BinaryOpExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitBinaryOpExpr(BinaryOpExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitBlockStatement(BlockStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitBlockStatement(BlockStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitBlockStatement(BlockStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitBlockStatement(BlockStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitBlockStatement(BlockStatement) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitBlockStatementDirectives(BlockStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitBlockStatementDirectives(BlockStatement) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitBreakStatement(BreakStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitBreakStatement(BreakStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitBreakStatement(BreakStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitBreakStatement(BreakStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitCaseStatement(CaseStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitCaseStatement(CaseStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitCaseStatement(CaseStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitCaseStatement(CaseStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitCatch(Catch) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitCatch(Catch) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitCatch(Catch) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitCatch(Catch) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitClass(ClassModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitClass(ClassModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitClassBody(ClassBody) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitClassBody(ClassBody) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitClassBody(ClassBody) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitClassBody(ClassBody) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitClassBody(ClassBody) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitClassBodyDirectives(List<Directive>) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitClassBodyDirectives(List<Directive>) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitClassDeclaration(ClassDeclaration) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitClassDeclaration(ClassDeclaration) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitClassDeclaration(ClassDeclaration) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitClassDeclaration(ClassDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitClassDeclaration(ClassDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitClassDeclaration(ClassDeclaration) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitCommaSeparatedList(CommaSeparatedList<T>) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitCommaSeparatedList(CommaSeparatedList<T>) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitCommaSeparatedList(CommaSeparatedList<T>) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitCommaSeparatedList(CommaSeparatedList<T>) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitCompilationUnit(CompilationUnit) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitCompilationUnit(CompilationUnit) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitCompilationUnit(CompilationUnit) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitCompilationUnit(CompilationUnit) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitCompilationUnit(CompilationUnit) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitCompilationUnit(CompilationUnit) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitCompilationUnit(CompilationUnitModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitCompilationUnit(CompilationUnitModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitConditionalExpr(ConditionalExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitConditionalExpr(ConditionalExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitConditionalExpr(ConditionalExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitConditionalExpr(ConditionalExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitContinueStatement(ContinueStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitContinueStatement(ContinueStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitContinueStatement(ContinueStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitContinueStatement(ContinueStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitDefaultStatement(DefaultStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitDefaultStatement(DefaultStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitDefaultStatement(DefaultStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitDefaultStatement(DefaultStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitDoStatement(DoStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitDoStatement(DoStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitDoStatement(DoStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitDoStatement(DoStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitDotExpr(DotExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitDotExpr(DotExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitDotExpr(DotExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitDotExpr(DotExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitDotExpr(DotExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitDotExpr(DotExpr) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitEmptyDeclaration(EmptyDeclaration) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitEmptyDeclaration(EmptyDeclaration) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitEmptyDeclaration(EmptyDeclaration) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitEmptyDeclaration(EmptyDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitEmptyStatement(EmptyStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitEmptyStatement(EmptyStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitEmptyStatement(EmptyStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitEmptyStatement(EmptyStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitEmptyStatement(EmptyStatement) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitExtends(Extends) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitExtends(Extends) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitExtends(Extends) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitExtends(Extends) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitExtends(Extends) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitField(FieldModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitField(FieldModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitForInitializer(ForInitializer) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitForInitializer(ForInitializer) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitForInitializer(ForInitializer) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitForInitializer(ForInitializer) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitForInStatement(ForInStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitForInStatement(ForInStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitForInStatement(ForInStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitForInStatement(ForInStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitForInStatement(ForInStatement) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitForInStatement(ForInStatement) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitForStatement(ForStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitForStatement(ForStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitForStatement(ForStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitForStatement(ForStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitFunctionDeclaration(FunctionDeclaration) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitFunctionDeclaration(FunctionDeclaration) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitFunctionDeclaration(FunctionDeclaration) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitFunctionDeclaration(FunctionDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitFunctionDeclaration(FunctionDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitFunctionDeclaration(FunctionDeclaration) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitFunctionExpr(FunctionExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitFunctionExpr(FunctionExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitFunctionExpr(FunctionExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitFunctionExpr(FunctionExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitFunctionExpr(FunctionExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitFunctionExpr(FunctionExpr) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitIde(Ide) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitIde(Ide) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitIde(Ide) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitIde(Ide) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitIde(Ide) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitIde(Ide) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitIdeExpression(IdeExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitIdeExpression(IdeExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitIdeExpression(IdeExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitIdeExpression(IdeExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitIdeExpression(IdeExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitIdeWithTypeParam(IdeWithTypeParam) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitIdeWithTypeParam(IdeWithTypeParam) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitIdeWithTypeParam(IdeWithTypeParam) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitIdeWithTypeParam(IdeWithTypeParam) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitIdeWithTypeParam(IdeWithTypeParam) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitIdeWithTypeParam(IdeWithTypeParam) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitIfNotNull(AstNode) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitIfNotNull(AstNode, String) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitIfStatement(IfStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitIfStatement(IfStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitIfStatement(IfStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitIfStatement(IfStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitImplements(Implements) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitImplements(Implements) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitImplements(Implements) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitImplements(Implements) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitImportDirective(ImportDirective) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitImportDirective(ImportDirective) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitImportDirective(ImportDirective) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitImportDirective(ImportDirective) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitImportDirective(ImportDirective) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitImportDirective(ImportDirective) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitInfixOpExpr(InfixOpExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitInfixOpExpr(InfixOpExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitInfixOpExpr(InfixOpExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitInfixOpExpr(InfixOpExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitInitializer(Initializer) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitInitializer(Initializer) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitInitializer(Initializer) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitInitializer(Initializer) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitInitializer(Initializer) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitIsExpr(IsExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitIsExpr(IsExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitIsExpr(IsExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitIsExpr(IsExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitLabeledStatement(LabeledStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitLabeledStatement(LabeledStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitLabeledStatement(LabeledStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitLabeledStatement(LabeledStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitLiteralExpr(LiteralExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitLiteralExpr(LiteralExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitLiteralExpr(LiteralExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitLiteralExpr(LiteralExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitLiteralExpr(LiteralExpr) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitMethod(MethodModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitMethod(MethodModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitNamespace(NamespaceModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitNamespace(NamespaceModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitNamespaceDeclaration(NamespaceDeclaration) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitNamespaceDeclaration(NamespaceDeclaration) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitNamespaceDeclaration(NamespaceDeclaration) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitNamespaceDeclaration(NamespaceDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitNamespaceDeclaration(NamespaceDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitNamespacedIde(NamespacedIde) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitNamespacedIde(NamespacedIde) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitNamespacedIde(NamespacedIde) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitNamespacedIde(NamespacedIde) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitNamespacedIde(NamespacedIde) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitNewExpr(NewExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitNewExpr(NewExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitNewExpr(NewExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitNewExpr(NewExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitObjectField(ObjectField) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitObjectField(ObjectField) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitObjectField(ObjectField) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitObjectField(ObjectField) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitObjectFieldValue(ObjectField) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitObjectFieldValue(ObjectField) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitObjectLiteral(ObjectLiteral) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitObjectLiteral(ObjectLiteral) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitObjectLiteral(ObjectLiteral) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitObjectLiteral(ObjectLiteral) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitPackageDeclaration(PackageDeclaration) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitPackageDeclaration(PackageDeclaration) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitPackageDeclaration(PackageDeclaration) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitPackageDeclaration(PackageDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitPackageDeclaration(PackageDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitParam(ParamModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitParam(ParamModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitParameter(Parameter) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitParameter(Parameter) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitParameter(Parameter) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitParameter(Parameter) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitParameter(Parameter) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitParameter(Parameter) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitParameters(Parameters) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitParameters(Parameters) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitParameters(Parameters) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitParameters(Parameters) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitParameters(Parameters) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitParameters(Parameters) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitParenthesizedExpr(ParenthesizedExpr<T>) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitParenthesizedExpr(ParenthesizedExpr<T>) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitParenthesizedExpr(ParenthesizedExpr<T>) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitParenthesizedExpr(ParenthesizedExpr<T>) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitPostfixOpExpr(PostfixOpExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitPostfixOpExpr(PostfixOpExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitPostfixOpExpr(PostfixOpExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitPostfixOpExpr(PostfixOpExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitPredefinedTypeDeclaration(PredefinedTypeDeclaration) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitPredefinedTypeDeclaration(PredefinedTypeDeclaration) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitPredefinedTypeDeclaration(PredefinedTypeDeclaration) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitPredefinedTypeDeclaration(PredefinedTypeDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitPrefixOpExpr(PrefixOpExpr) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitPrefixOpExpr(PrefixOpExpr) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitPrefixOpExpr(PrefixOpExpr) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitPrefixOpExpr(PrefixOpExpr) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitPrefixOpExpr(PrefixOpExpr) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitProperty(PropertyModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitProperty(PropertyModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitQualifiedIde(QualifiedIde) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitQualifiedIde(QualifiedIde) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitQualifiedIde(QualifiedIde) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitQualifiedIde(QualifiedIde) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitQualifiedIde(QualifiedIde) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitQualifiedIde(QualifiedIde) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitReturn(ReturnModel) - Method in class net.jangaroo.jooc.backend.ActionScriptCodeGeneratingModelVisitor
- visitReturn(ReturnModel) - Method in interface net.jangaroo.jooc.model.ModelVisitor
- visitReturnStatement(ReturnStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitReturnStatement(ReturnStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitReturnStatement(ReturnStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitReturnStatement(ReturnStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitReturnStatement(ReturnStatement) - Method in class net.jangaroo.jooc.TypeChecker
- visitSemicolonTerminatedStatement(SemicolonTerminatedStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitSemicolonTerminatedStatement(SemicolonTerminatedStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitSemicolonTerminatedStatement(SemicolonTerminatedStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitSemicolonTerminatedStatement(SemicolonTerminatedStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitSuperConstructorCallStatement(SuperConstructorCallStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitSuperConstructorCallStatement(SuperConstructorCallStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitSuperConstructorCallStatement(SuperConstructorCallStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitSuperConstructorCallStatement(SuperConstructorCallStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitSuperConstructorCallStatement(SuperConstructorCallStatement) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitSuperConstructorCallStatement(SuperConstructorCallStatement) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitSuperConstructorCallStatement(SuperConstructorCallStatement) - Method in class net.jangaroo.jooc.TypeChecker
- visitSwitchStatement(SwitchStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitSwitchStatement(SwitchStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitSwitchStatement(SwitchStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitSwitchStatement(SwitchStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitThrowStatement(ThrowStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitThrowStatement(ThrowStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitThrowStatement(ThrowStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitThrowStatement(ThrowStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitTryStatement(TryStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitTryStatement(TryStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitTryStatement(TryStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitTryStatement(TryStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitType(Type) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitType(Type) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitType(Type) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitType(Type) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitType(Type) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitTypeRelation(TypeRelation) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitTypeRelation(TypeRelation) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitTypeRelation(TypeRelation) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitTypeRelation(TypeRelation) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitTypeRelation(TypeRelation) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitTypeRelation(TypeRelation) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitUseNamespaceDirective(UseNamespaceDirective) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitUseNamespaceDirective(UseNamespaceDirective) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitUseNamespaceDirective(UseNamespaceDirective) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitUseNamespaceDirective(UseNamespaceDirective) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitUseNamespaceDirective(UseNamespaceDirective) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitVariableDeclaration(VariableDeclaration) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitVariableDeclaration(VariableDeclaration) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitVariableDeclaration(VariableDeclaration) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitVariableDeclaration(VariableDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitVariableDeclaration(VariableDeclaration) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitVariableDeclaration(VariableDeclaration) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitVariableDeclaration(VariableDeclaration) - Method in class net.jangaroo.jooc.TypeChecker
- visitVectorLiteral(VectorLiteral) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitVectorLiteral(VectorLiteral) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitVectorLiteral(VectorLiteral) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitVectorLiteral(VectorLiteral) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- visitVectorLiteral(VectorLiteral) - Method in class net.jangaroo.jooc.backend.JsCodeGenerator
- visitVectorLiteral(VectorLiteral) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- visitWhileStatement(WhileStatement) - Method in interface net.jangaroo.jooc.ast.AstVisitor
- visitWhileStatement(WhileStatement) - Method in class net.jangaroo.jooc.ast.AstVisitorBase
- visitWhileStatement(WhileStatement) - Method in class net.jangaroo.jooc.ast.TransitiveAstVisitor
- visitWhileStatement(WhileStatement) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- VOID - Static variable in interface net.jangaroo.jooc.sym
W
- warning(String) - Method in class net.jangaroo.jooc.ant.AntCompileLog
- warning(String) - Static method in class net.jangaroo.jooc.JangarooParser
- warning(String) - Method in class net.jangaroo.jooc.StdOutCompileLog
- warning(String, File) - Static method in class net.jangaroo.jooc.JangarooParser
- warning(FilePosition, String) - Method in class net.jangaroo.jooc.AbstractCompileLog
- warning(FilePosition, String) - Static method in class net.jangaroo.jooc.JangarooParser
- WHILE - Static variable in interface net.jangaroo.jooc.sym
- WhileStatement - Class in net.jangaroo.jooc.ast
- WhileStatement(JooSymbol, ParenthesizedExpr, Statement) - Constructor for class net.jangaroo.jooc.ast.WhileStatement
- WITH - Static variable in interface net.jangaroo.jooc.sym
- withNewDeclarationScope(AstNode, Scope, NodeImplBase.Scoped) - Method in class net.jangaroo.jooc.ast.NodeImplBase
- withNewLabelScope(Statement, Scope, NodeImplBase.Scoped) - Method in class net.jangaroo.jooc.ast.NodeImplBase
- withoutWhitespace() - Method in class net.jangaroo.jooc.JooSymbol
- withStringValue(String) - Method in class net.jangaroo.jooc.ast.LiteralExpr
- withWhitespace(String) - Method in class net.jangaroo.jooc.JooSymbol
- write(char[], int, int) - Method in class net.jangaroo.jooc.JsWriter
- write(char[], int, int) - Method in class net.jangaroo.jooc.SubstitutingWriter
-
Write a portion of an array of characters, applying the substitution.
- write(char[], int, int) - Method in class net.jangaroo.jooc.util.PositionTrackingWriter
- write(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(String, int, int) - Method in class net.jangaroo.jooc.JsWriter
- 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
- writeDate(Calendar) - Method in class net.jangaroo.jooc.JsWriter
- writeDate(Date) - 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
- writeModifiers(IdeDeclaration) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- writeModifiers(IdeDeclaration) - Method in class net.jangaroo.jooc.backend.TypeScriptCodeGenerator
- writeNonTrivialWhitespace(List<JooSymbol>) - Method in class net.jangaroo.jooc.JsWriter
- writeObject(Object) - Method in class net.jangaroo.jooc.JsWriter
- writeOptSymbol(JooSymbol) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- writeOptSymbol(JooSymbol, String) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- writeOptSymbolWhitespace(JooSymbol) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- writeOutput(File, CompilationUnit, CompilationUnitSinkFactory, boolean) - Method in class net.jangaroo.jooc.Jooc
- writeOutput(CompilationUnit) - Method in interface net.jangaroo.jooc.backend.CompilationUnitSink
- 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
- writeSymbolReplacement(JooSymbol, String) - Method in class net.jangaroo.jooc.backend.CodeGeneratorBase
- 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
- writeTokenForSymbol(String, JooSymbol) - Method in class net.jangaroo.jooc.JsWriter
X
- XmlAttribute - Class in net.jangaroo.jooc.mxml.ast
- XmlAttribute(Ide, JooSymbol, JooSymbol) - Constructor for class net.jangaroo.jooc.mxml.ast.XmlAttribute
- XmlElement - Class in net.jangaroo.jooc.mxml.ast
- XmlElement(XmlTag, List, XmlTag) - Constructor for class net.jangaroo.jooc.mxml.ast.XmlElement
- XmlHeader - Class in net.jangaroo.jooc.mxml.ast
-
Helper class to verify the standard XML header
<?xml version="..."?>. - XmlHeader(JooSymbol, Ide, List<XmlAttribute>, JooSymbol) - Constructor for class net.jangaroo.jooc.mxml.ast.XmlHeader
- XmlTag - Class in net.jangaroo.jooc.mxml.ast
- XmlTag(JooSymbol, Ide, List<XmlAttribute>, JooSymbol) - Constructor for class net.jangaroo.jooc.mxml.ast.XmlTag
- XOR - Static variable in interface net.jangaroo.jooc.sym
- XOREQ - Static variable in interface net.jangaroo.jooc.sym
Y
- yybeginRegExpStart() - Method in class net.jangaroo.jooc.ScannerBase
- yypushback(int) - Method in class net.jangaroo.jooc.ScannerBase
- yytext() - Method in class net.jangaroo.jooc.ScannerBase
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[], boolean) - 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
- ZipFileInputSource(File, String[], boolean, boolean) - 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_gototable.
All Classes All Packages