A C D E F G H I J L M N O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ALLOW - net.jangaroo.jooc.config.PublicApiViolationsMode
- AS_SUFFIX - Static variable in interface net.jangaroo.jooc.api.Jooc
- AS_SUFFIX_NO_DOT - Static variable in interface net.jangaroo.jooc.api.Jooc
C
- CompilationResult - Interface in net.jangaroo.jooc.api
-
The result of a Jooc compilation run.
- CompileLog - Interface in net.jangaroo.jooc.api
-
Callback interface for compiler errors and warnings.
- compress(Collection<File>, File) - Method in interface net.jangaroo.jooc.api.Compressor
-
Compress the given JavaScript source files and write the result to the given output file.
- compressFileList(File, File) - Method in interface net.jangaroo.jooc.api.Compressor
-
Same as
Compressor.compress(Collection, File), but the list of input file paths is read from a file, line by line. - Compressor - Interface in net.jangaroo.jooc.api
D
- DebugMode - Enum in net.jangaroo.jooc.config
- doPackage(File, File, File, File, String) - Method in interface net.jangaroo.jooc.api.Packager
- doPackage2(String, File, File, File, File, String) - Method in interface net.jangaroo.jooc.api.Packager2
E
- equals(Object) - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
- error(String) - Method in interface net.jangaroo.jooc.api.CompileLog
- error(FilePosition, String) - Method in interface net.jangaroo.jooc.api.CompileLog
- ERROR - net.jangaroo.jooc.config.PublicApiViolationsMode
- ERROR - net.jangaroo.jooc.config.SemicolonInsertionMode
F
- FilePosition - Interface in net.jangaroo.jooc.api
-
Position of a symbol (token) in a file, e.g.
G
- getApiOutputDirectory() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getCatalogOutputDirectory() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getColumn() - Method in interface net.jangaroo.jooc.api.FilePosition
- getDebugMode() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getDebugMode() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getDefaultMetaVariable() - Method in class net.jangaroo.jooc.config.NamespacesHandler
- getDependencyReportOutputFile() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getDependencyReportOutputFile() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getExtNamespace() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getExtNamespace() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getExtSassNamespace() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getExtSassNamespace() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getFileName() - Method in interface net.jangaroo.jooc.api.FilePosition
- getKeepGeneratedActionScriptDirectory() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getKeepGeneratedActionScriptDirectory() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getLine() - Method in interface net.jangaroo.jooc.api.FilePosition
- getLocalizedOutputDirectory() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getManifest() - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
-
A manifest XML file that contains a component package definition for the given namespace.
- getNamespaces() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getNpmPackageName() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getNpmPackageName() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getOutputFile() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getOutputFileMap() - Method in interface net.jangaroo.jooc.api.CompilationResult
-
Return a map from source (input) files to successfully generated output files.
- getOutputFileName() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getPublicApiViolationsMode() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getPublicApiViolationsMode() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getReportOutputDirectory() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getResultCode() - Method in interface net.jangaroo.jooc.api.CompilationResult
-
Return the result code of the last compilation run.
- getSemicolonInsertionMode() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getSemicolonInsertionMode() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getSemicolonInsertionMode() - Method in interface net.jangaroo.jooc.config.ParserOptions
- getTypeScriptTargetSourceFormatFeatures() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- getTypeScriptTargetSourceFormatFeatures() - Method in interface net.jangaroo.jooc.config.JoocOptions
- getUri() - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
-
The namespace URI to use for this component package definition.
H
- hasErrors() - Method in interface net.jangaroo.jooc.api.CompileLog
- hashCode() - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
I
- INPUT_FILE_SUFFIX - Static variable in interface net.jangaroo.jooc.api.Jooc
- isAllowDuplicateLocalVariables() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isEnableAssertions() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isEnableAssertions() - Method in interface net.jangaroo.jooc.config.JoocOptions
- isExcludeClassByDefault() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isExcludeClassByDefault() - Method in interface net.jangaroo.jooc.config.JoocOptions
-
If true, the compiler will add an [ExcludeClass] annotation to any API stub whose source class contains neither an [PublicApi] nor an [ExcludeClass] annotation.
- isFindUnusedDependencies() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isFindUnusedDependencies() - Method in interface net.jangaroo.jooc.config.JoocOptions
- isGenerateApi() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isGenerateApi() - Method in interface net.jangaroo.jooc.config.JoocOptions
- isGenerateSourceMaps() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isGenerateSourceMaps() - Method in interface net.jangaroo.jooc.config.JoocOptions
- isHelp() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isMergeOutput() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isMigrateToTypeScript() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isMigrateToTypeScript() - Method in interface net.jangaroo.jooc.config.JoocOptions
- isSuppressCommentedActionScriptCode() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isSuppressCommentedActionScriptCode() - Method in interface net.jangaroo.jooc.config.JoocOptions
- isUseEcmaParameterInitializerSemantics() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isUseEcmaParameterInitializerSemantics() - Method in interface net.jangaroo.jooc.config.JoocOptions
- isVerbose() - Method in class net.jangaroo.jooc.config.JoocConfiguration
- isVerbose() - Method in interface net.jangaroo.jooc.config.ParserOptions
- isVersion() - Method in class net.jangaroo.jooc.config.JoocConfiguration
J
- Jooc - Interface in net.jangaroo.jooc.api
-
Interface for Jangaroo AS3 to JS compiler, used by universal Jangaroo IDEA Plugin.
- JoocConfiguration - Class in net.jangaroo.jooc.config
-
Jangaroo compiler configuration
- JoocConfiguration() - Constructor for class net.jangaroo.jooc.config.JoocConfiguration
- JoocOptions - Interface in net.jangaroo.jooc.config
L
M
- MXML_SUFFIX - Static variable in interface net.jangaroo.jooc.api.Jooc
- MXML_SUFFIX_NO_DOT - Static variable in interface net.jangaroo.jooc.api.Jooc
N
- NamespaceConfiguration - Class in net.jangaroo.jooc.config
-
A definition of a custom MXML component namespace.
- NamespaceConfiguration() - Constructor for class net.jangaroo.jooc.config.NamespaceConfiguration
- NamespaceConfiguration(String, File) - Constructor for class net.jangaroo.jooc.config.NamespaceConfiguration
- NamespacesHandler - Class in net.jangaroo.jooc.config
-
An OptionHandler for mxmlc-compatible -namespace argument format.
- NamespacesHandler(CmdLineParser, OptionDef, Setter<? super List<NamespaceConfiguration>>) - Constructor for class net.jangaroo.jooc.config.NamespacesHandler
- net.jangaroo.jooc.api - package net.jangaroo.jooc.api
- net.jangaroo.jooc.config - package net.jangaroo.jooc.config
- NONE - net.jangaroo.jooc.config.DebugMode
O
- OUTPUT_FILE_SUFFIX - Static variable in interface net.jangaroo.jooc.api.Jooc
P
- Packager - Interface in net.jangaroo.jooc.api
- Packager2 - Interface in net.jangaroo.jooc.api
- parseArguments(Parameters) - Method in class net.jangaroo.jooc.config.NamespacesHandler
- ParserOptions - Interface in net.jangaroo.jooc.config
- PROPERTIES_SUFFIX - Static variable in interface net.jangaroo.jooc.api.Jooc
- PROPERTIES_SUFFIX_NO_DOT - Static variable in interface net.jangaroo.jooc.api.Jooc
- PublicApiViolationsMode - Enum in net.jangaroo.jooc.config
Q
- QUIRKS - net.jangaroo.jooc.config.SemicolonInsertionMode
R
- replace - Variable in class net.jangaroo.jooc.config.SearchAndReplace
- RESULT_CODE_COMPILATION_FAILED - Static variable in interface net.jangaroo.jooc.api.CompilationResult
- RESULT_CODE_ILLEGAL_OPTION_VALUE - Static variable in interface net.jangaroo.jooc.api.CompilationResult
- RESULT_CODE_INTERNAL_COMPILER_ERROR - Static variable in interface net.jangaroo.jooc.api.CompilationResult
- RESULT_CODE_MISSING_OPTION_ARGUMENT - Static variable in interface net.jangaroo.jooc.api.CompilationResult
- RESULT_CODE_OK - Static variable in interface net.jangaroo.jooc.api.CompilationResult
- RESULT_CODE_UNRECOGNIZED_OPTION - Static variable in interface net.jangaroo.jooc.api.CompilationResult
- run() - Method in interface net.jangaroo.jooc.api.Jooc
S
- SCSS_SUFFIX - Static variable in interface net.jangaroo.jooc.api.Jooc
- SCSS_SUFFIX_NO_DOT - Static variable in interface net.jangaroo.jooc.api.Jooc
- search - Variable in class net.jangaroo.jooc.config.SearchAndReplace
- SearchAndReplace - Class in net.jangaroo.jooc.config
- SearchAndReplace(Pattern, String) - Constructor for class net.jangaroo.jooc.config.SearchAndReplace
- SemicolonInsertionMode - Enum in net.jangaroo.jooc.config
- setAllowDuplicateLocalVariables(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setApiOutputDirectory(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setCatalogOutputDirectory(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setConfig(JoocConfiguration) - Method in interface net.jangaroo.jooc.api.Jooc
- setDebugMode(DebugMode) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setDependencyReportOutputFile(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setEnableAssertions(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setExcludeClassByDefault(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setExtNamespace(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setExtSassNamespace(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setFindUnusedDependencies(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setGenerateSourceMaps(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setHelp(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setKeepGeneratedActionScriptDirectory(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setLocalizedOutputDirectory(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setLog(CompileLog) - Method in interface net.jangaroo.jooc.api.Jooc
- setManifest(File) - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
- setMergeOutput(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setMigrateToTypeScript(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setNamespaces(List<NamespaceConfiguration>) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setNpmPackageName(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setOutputFileName(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setPublicApiViolationsMode(PublicApiViolationsMode) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setReportOutputDirectory(File) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setSemicolonInsertionMode(SemicolonInsertionMode) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setSuppressCommentedActionScriptCode(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setTypeScriptTargetSourceFormatFeatures(long) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setUri(String) - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
- setUseEcmaParameterInitializerSemantics(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setVerbose(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- setVersion(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
- SIMPLIFIED_AS_EXPRESSIONS - Static variable in interface net.jangaroo.jooc.config.TypeScriptTargetSourceFormatFeature
-
Simplify
(as(foo, Foo)).barto(foo as Foo).bar, i.e. - SIMPLIFIED_THIS_USAGE_BEFORE_SUPER_CONSTRUCTOR_CALL - Static variable in interface net.jangaroo.jooc.config.TypeScriptTargetSourceFormatFeature
-
Simplified syntax for Ext classes using
thisbeforesuper()constructor call. - SOURCE - net.jangaroo.jooc.config.DebugMode
- STATIC_BLOCKS - Static variable in interface net.jangaroo.jooc.config.TypeScriptTargetSourceFormatFeature
-
Generate static blocks.
T
- TypeScriptTargetSourceFormatFeature - Interface in net.jangaroo.jooc.config
V
- valueOf(String) - Static method in enum net.jangaroo.jooc.config.DebugMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jangaroo.jooc.config.PublicApiViolationsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jangaroo.jooc.config.SemicolonInsertionMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.jangaroo.jooc.config.DebugMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.jangaroo.jooc.config.PublicApiViolationsMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.jangaroo.jooc.config.SemicolonInsertionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WARN - net.jangaroo.jooc.config.PublicApiViolationsMode
- WARN - net.jangaroo.jooc.config.SemicolonInsertionMode
- warning(String) - Method in interface net.jangaroo.jooc.api.CompileLog
- warning(FilePosition, String) - Method in interface net.jangaroo.jooc.api.CompileLog
All Classes All Packages