Skip navigation links
A C D E F G H I J M N O P R S V W 

A

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
 

E

equals(Object) - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
 
error(FilePosition, String) - Method in interface net.jangaroo.jooc.api.CompileLog
 
error(String) - Method in interface net.jangaroo.jooc.api.CompileLog
 

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
 
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
 
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
 
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.
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
 
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
 

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
 

O

OUTPUT_FILE_SUFFIX - Static variable in interface net.jangaroo.jooc.api.Jooc
 

P

Packager - 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
 

R

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

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
 
setEnableAssertions(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setExcludeClassByDefault(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
 
setNamespaces(List<NamespaceConfiguration>) - 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
 
setUri(String) - Method in class net.jangaroo.jooc.config.NamespaceConfiguration
 
setVerbose(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setVersion(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 

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

warning(FilePosition, String) - Method in interface net.jangaroo.jooc.api.CompileLog
 
warning(String) - Method in interface net.jangaroo.jooc.api.CompileLog
 
A C D E F G H I J M N O P R S V W 
Skip navigation links

Copyright © 2002–2020 CoreMedia AG. All rights reserved.