Uses of Class
net.jangaroo.jooc.ast.ImportDirective
-
Packages that use ImportDirective Package Description net.jangaroo.jooc net.jangaroo.jooc.ast net.jangaroo.jooc.backend net.jangaroo.jooc.mxml -
-
Uses of ImportDirective in net.jangaroo.jooc
Methods in net.jangaroo.jooc with parameters of type ImportDirective Modifier and Type Method Description voidAbstractScope. addImport(ImportDirective importDirective)voidDeclarationScope. addImport(ImportDirective importDirective)voidScope. addImport(ImportDirective importDirective)IdeDeclarationJangarooParser. resolveImport(ImportDirective importDirective) -
Uses of ImportDirective in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast with parameters of type ImportDirective Modifier and Type Method Description voidAstVisitor. visitImportDirective(ImportDirective importDirective)voidAstVisitorBase. visitImportDirective(ImportDirective importDirective)voidTransitiveAstVisitor. visitImportDirective(ImportDirective importDirective) -
Uses of ImportDirective in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type ImportDirective Modifier and Type Method Description voidCodeGeneratorBase. visitImportDirective(ImportDirective importDirective)voidJsCodeGenerator. visitImportDirective(ImportDirective importDirective)voidTypeScriptCodeGenerator. visitImportDirective(ImportDirective importDirective) -
Uses of ImportDirective in net.jangaroo.jooc.mxml
Methods in net.jangaroo.jooc.mxml that return ImportDirective Modifier and Type Method Description ImportDirectiveMxmlParserHelper. parseImport(String text)ImportDirectiveMxmlParserHelper. parseImport(JooSymbol symbol)
-