| Package | Description |
|---|---|
| net.jangaroo.jooc | |
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.input | |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static CompilationUnit |
JangarooParser.doParse(InputSource in,
CompileLog log,
SemicolonInsertionMode semicolonInsertionMode) |
static String |
JangarooParser.getInputSourceFileName(String qname,
InputSource is,
String extension) |
CompilationUnit |
JangarooParser.importSource(InputSource source) |
protected CompilationUnit |
JangarooParser.parse(InputSource in) |
void |
ScannerBase.setInputSource(InputSource in) |
void |
JangarooParser.setUp(InputSource sourcePathInputSource,
InputSource classPathInputSource) |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
CompilationUnit.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompilationUnit.setSource(InputSource source) |
| 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 |
InputSource.getChild(String path) |
InputSource |
PathInputSource.getChild(String path) |
InputSource |
FileInputSource.getParent() |
InputSource |
ZipEntryInputSource.getParent() |
InputSource |
InputSource.getParent() |
InputSource |
DirectoryInputSource.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<InputSource> |
ZipFileInputSource.list() |
List<InputSource> |
FileInputSource.list() |
List<InputSource> |
ZipEntryInputSource.list() |
List<? extends InputSource> |
InputSource.list() |
List<InputSource> |
PathInputSource.list() |
| Constructor and Description |
|---|
PathInputSource(String name,
List<InputSource> entries,
boolean inSourcePath) |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
IncludeEvaluator.createReader(String includeDirective,
InputSource source) |
Copyright © 2002–2016 CoreMedia AG. All rights reserved.