Uses of Class
org.teavm.ast.UnwrapArrayExpr
-
Packages that use UnwrapArrayExpr Package Description org.teavm.ast org.teavm.backend.c.generate org.teavm.backend.javascript.rendering -
-
Uses of UnwrapArrayExpr in org.teavm.ast
Methods in org.teavm.ast that return UnwrapArrayExpr Modifier and Type Method Description protected UnwrapArrayExprUnwrapArrayExpr. clone(Map<Expr,Expr> cache)Methods in org.teavm.ast with parameters of type UnwrapArrayExpr Modifier and Type Method Description voidExprVisitor. visit(UnwrapArrayExpr expr)voidRecursiveVisitor. visit(UnwrapArrayExpr expr) -
Uses of UnwrapArrayExpr in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate with parameters of type UnwrapArrayExpr Modifier and Type Method Description voidCodeGenerationVisitor. visit(UnwrapArrayExpr expr) -
Uses of UnwrapArrayExpr in org.teavm.backend.javascript.rendering
Methods in org.teavm.backend.javascript.rendering with parameters of type UnwrapArrayExpr Modifier and Type Method Description voidStatementRenderer. visit(UnwrapArrayExpr expr)
-