Uses of Interface
net.jangaroo.jooc.input.InputSource
-
Packages that use InputSource Package Description net.jangaroo.jooc net.jangaroo.jooc.ast net.jangaroo.jooc.input net.jangaroo.jooc.mxml.ast net.jangaroo.jooc.util -
-
Uses of InputSource in net.jangaroo.jooc
Fields in net.jangaroo.jooc declared as InputSource Modifier and Type Field Description protected InputSourceScannerBase. inputSourceMethods in net.jangaroo.jooc that return InputSource Modifier and Type Method Description protected InputSourceJangarooParser. findSource(String qname)InputSourceJangarooParser. getInputSource(CompilationUnit compilationUnit)InputSourceScannerBase. getInputSource()Methods in net.jangaroo.jooc with parameters of type InputSource Modifier and Type Method Description ReaderJangarooParser. createPropertiesClassReader(InputSource in)CompilationUnitJangarooParser. doParse(InputSource in, net.jangaroo.jooc.api.CompileLog log, net.jangaroo.jooc.config.SemicolonInsertionMode semicolonInsertionMode)static StringJangarooParser. getInputSourceFileName(String qname, InputSource is, String extension)CompilationUnitJangarooParser. importSource(InputSource source)voidDependencyWarningsManager. loadInputSource(InputSource inputSource)voidScannerBase. setInputSource(InputSource in)voidJangarooParser. setUp(InputSource sourcePathInputSource, InputSource classPathInputSource) -
Uses of InputSource in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast that return InputSource Modifier and Type Method Description InputSourceCompilationUnit. getInputSource() -
Uses of InputSource in net.jangaroo.jooc.input
Classes in net.jangaroo.jooc.input that implement InputSource Modifier and Type Class Description classDirectoryInputSourceclassFileInputSourceclassPathInputSourceclassZipEntryInputSourceclassZipFileInputSourceMethods in net.jangaroo.jooc.input that return InputSource Modifier and Type Method Description InputSourceInputSource. getChild(String path)InputSourcePathInputSource. getChild(String path)InputSourceZipEntryInputSource. getChild(String path)InputSourceZipFileInputSource. getChild(String path)InputSourceDirectoryInputSource. getParent()InputSourceFileInputSource. getParent()InputSourceInputSource. getParent()InputSourceZipEntryInputSource. getParent()Methods in net.jangaroo.jooc.input that return types with arguments of type InputSource Modifier and Type Method Description List<InputSource>FileInputSource. getChildren(String path)List<InputSource>InputSource. getChildren(String path)List<InputSource>PathInputSource. getChildren(String path)List<InputSource>ZipEntryInputSource. getChildren(String path)List<InputSource>ZipFileInputSource. getChildren(String path)List<InputSource>FileInputSource. list()List<? extends InputSource>InputSource. list()List<InputSource>PathInputSource. list()List<InputSource>ZipEntryInputSource. list()List<InputSource>ZipFileInputSource. list()Constructor parameters in net.jangaroo.jooc.input with type arguments of type InputSource Constructor Description PathInputSource(String name, List<InputSource> entries, boolean inSourcePath)PathInputSource(String name, List<InputSource> entries, boolean inSourcePath, boolean inCompilePath) -
Uses of InputSource in net.jangaroo.jooc.mxml.ast
Methods in net.jangaroo.jooc.mxml.ast that return InputSource Modifier and Type Method Description InputSourceMxmlCompilationUnit. getInputSource()Constructors in net.jangaroo.jooc.mxml.ast with parameters of type InputSource Constructor Description MxmlCompilationUnit(InputSource source, XmlHeader optXmlHeader, XmlElement rootNode, MxmlParserHelper mxmlParserHelper) -
Uses of InputSource in net.jangaroo.jooc.util
Methods in net.jangaroo.jooc.util with parameters of type InputSource Modifier and Type Method Description static ReaderIncludeEvaluator. createReader(String includeDirective, InputSource source)
-