Uses of Class
org.teavm.ast.ArrayType
-
Packages that use ArrayType Package Description org.teavm.ast -
-
Uses of ArrayType in org.teavm.ast
Methods in org.teavm.ast that return ArrayType Modifier and Type Method Description ArrayTypeUnwrapArrayExpr. getElementType()ArrayTypeSubscriptExpr. getType()static ArrayTypeArrayType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArrayType[]ArrayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.ast with parameters of type ArrayType Modifier and Type Method Description voidSubscriptExpr. setType(ArrayType type)static ExprExpr. subscript(Expr array, Expr index, ArrayType type)Constructors in org.teavm.ast with parameters of type ArrayType Constructor Description UnwrapArrayExpr(ArrayType elementType)
-