| Package | Description |
|---|---|
| net.jangaroo.jooc | |
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.input | |
| net.jangaroo.jooc.mxml.ast | |
| net.jangaroo.jooc.util |
| Modifier and Type | Field and Description |
|---|---|
protected InputSource |
ScannerBase.inputSource |
| Modifier and Type | Method and Description |
|---|---|
protected InputSource |
JangarooParser.findSource(String qname) |
InputSource |
ScannerBase.getInputSource() |
InputSource |
JangarooParser.getInputSource(CompilationUnit compilationUnit) |
| Modifier and Type | Method and Description |
|---|---|
String |
DependencyWarningsManager.convertInputSourceToDependency(InputSource inputSource) |
Reader |
JangarooParser.createPropertiesClassReader(InputSource in) |
CompilationUnit |
JangarooParser.doParse(InputSource in,
CompileLog log,
SemicolonInsertionMode semicolonInsertionMode) |
static String |
JangarooParser.getInputSourceFileName(String qname,
InputSource is,
String extension) |
CompilationUnit |
JangarooParser.importSource(InputSource source) |
void |
DependencyWarningsManager.loadInputSource(InputSource inputSource) |
void |
ScannerBase.setInputSource(InputSource in) |
void |
JangarooParser.setUp(InputSource sourcePathInputSource,
InputSource classPathInputSource) |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
CompilationUnit.getInputSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryInputSource |
class |
FileInputSource |
class |
PathInputSource |
class |
ZipEntryInputSource |
class |
ZipFileInputSource |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
ZipFileInputSource.getChild(String path) |
InputSource |
ZipEntryInputSource.getChild(String path) |
InputSource |
PathInputSource.getChild(String path) |
InputSource |
InputSource.getChild(String path) |
InputSource |
ZipEntryInputSource.getParent() |
InputSource |
InputSource.getParent() |
InputSource |
FileInputSource.getParent() |
InputSource |
DirectoryInputSource.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<InputSource> |
ZipFileInputSource.getChildren(String path) |
List<InputSource> |
ZipEntryInputSource.getChildren(String path) |
List<InputSource> |
PathInputSource.getChildren(String path) |
List<InputSource> |
InputSource.getChildren(String path) |
List<InputSource> |
FileInputSource.getChildren(String path) |
List<InputSource> |
ZipFileInputSource.list() |
List<InputSource> |
ZipEntryInputSource.list() |
List<InputSource> |
PathInputSource.list() |
List<? extends InputSource> |
InputSource.list() |
List<InputSource> |
FileInputSource.list() |
| Constructor and Description |
|---|
PathInputSource(String name,
List<InputSource> entries,
boolean inSourcePath) |
PathInputSource(String name,
List<InputSource> entries,
boolean inSourcePath,
boolean inCompilePath) |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
MxmlCompilationUnit.getInputSource() |
| Constructor and Description |
|---|
MxmlCompilationUnit(InputSource source,
XmlHeader optXmlHeader,
XmlElement rootNode,
MxmlParserHelper mxmlParserHelper) |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
IncludeEvaluator.createReader(String includeDirective,
InputSource source) |
Copyright © 2002–2021 CoreMedia AG. All rights reserved.