Uses of Class
net.jangaroo.jooc.ast.NamespaceDeclaration
-
Packages that use NamespaceDeclaration Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend -
-
Uses of NamespaceDeclaration in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast with parameters of type NamespaceDeclaration Modifier and Type Method Description voidAstVisitor. visitNamespaceDeclaration(NamespaceDeclaration namespaceDeclaration)voidAstVisitorBase. visitNamespaceDeclaration(NamespaceDeclaration namespaceDeclaration)voidTransitiveAstVisitor. visitNamespaceDeclaration(NamespaceDeclaration namespaceDeclaration) -
Uses of NamespaceDeclaration in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type NamespaceDeclaration Modifier and Type Method Description voidCodeGeneratorBase. visitNamespaceDeclaration(NamespaceDeclaration namespaceDeclaration)voidJsCodeGenerator. visitNamespaceDeclaration(NamespaceDeclaration namespaceDeclaration)
-