Uses of Class
org.teavm.model.GenericTypeParameter
-
Packages that use GenericTypeParameter Package Description org.teavm.model -
-
Uses of GenericTypeParameter in org.teavm.model
Methods in org.teavm.model that return GenericTypeParameter Modifier and Type Method Description GenericTypeParameter[]ClassHolder. getGenericParameters()GenericTypeParameter[]ClassReader. getGenericParameters()GenericTypeParameter[]MethodHolder. getTypeParameters()GenericTypeParameter[]MethodReader. getTypeParameters()Methods in org.teavm.model with parameters of type GenericTypeParameter Modifier and Type Method Description voidClassHolder. setGenericParameters(GenericTypeParameter[] genericParameters)voidMethodHolder. setTypeParameters(GenericTypeParameter[] typeParameters)
-