Uses of Class
org.teavm.ast.PrimitiveCastExpr
-
Packages that use PrimitiveCastExpr Package Description org.teavm.ast org.teavm.backend.c.generate org.teavm.backend.javascript.rendering -
-
Uses of PrimitiveCastExpr in org.teavm.ast
Methods in org.teavm.ast with parameters of type PrimitiveCastExpr Modifier and Type Method Description voidExprVisitor. visit(PrimitiveCastExpr expr)voidRecursiveVisitor. visit(PrimitiveCastExpr expr) -
Uses of PrimitiveCastExpr in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate with parameters of type PrimitiveCastExpr Modifier and Type Method Description voidCodeGenerationVisitor. visit(PrimitiveCastExpr expr) -
Uses of PrimitiveCastExpr in org.teavm.backend.javascript.rendering
Methods in org.teavm.backend.javascript.rendering with parameters of type PrimitiveCastExpr Modifier and Type Method Description voidStatementRenderer. visit(PrimitiveCastExpr expr)
-