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