Uses of Class
org.teavm.ast.InvocationType
-
Packages that use InvocationType Package Description org.teavm.ast -
-
Uses of InvocationType in org.teavm.ast
Methods in org.teavm.ast that return InvocationType Modifier and Type Method Description InvocationTypeInvocationExpr. getType()static InvocationTypeInvocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationType[]InvocationType. 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 InvocationType Modifier and Type Method Description voidInvocationExpr. setType(InvocationType type)
-