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