A C D E F G H I J 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.

D

DebugMode - Enum in net.jangaroo.jooc.config
 

E

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
 
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
 
getFileName() - Method in interface net.jangaroo.jooc.api.FilePosition
 
getLine() - Method in interface net.jangaroo.jooc.api.FilePosition
 
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
 
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
 

H

hasErrors() - Method in interface net.jangaroo.jooc.api.CompileLog
 

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
 
isGenerateApi() - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
isGenerateApi() - 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
 

N

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

ParserOptions - Interface 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
 
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
 
setHelp(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setLog(CompileLog) - Method in interface net.jangaroo.jooc.api.Jooc
 
setMergeOutput(boolean) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setOutputFileName(String) - Method in class net.jangaroo.jooc.config.JoocConfiguration
 
setSemicolonInsertionMode(SemicolonInsertionMode) - 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
 

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.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.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 N O P R S V W

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