List<JvmType.Variable> |
JvmType.Function.typeArguments() |
List<JvmType.Variable> |
JvmType.usedVariables()
This method returns the list of generic variables used in this type.
|
List<JvmType.Variable> |
JvmType.Null.usedVariables() |
List<JvmType.Variable> |
JvmType.Void.usedVariables() |
List<JvmType.Variable> |
JvmType.Bool.usedVariables() |
List<JvmType.Variable> |
JvmType.Byte.usedVariables() |
List<JvmType.Variable> |
JvmType.Char.usedVariables() |
List<JvmType.Variable> |
JvmType.Short.usedVariables() |
List<JvmType.Variable> |
JvmType.Int.usedVariables() |
List<JvmType.Variable> |
JvmType.Long.usedVariables() |
List<JvmType.Variable> |
JvmType.Float.usedVariables() |
List<JvmType.Variable> |
JvmType.Double.usedVariables() |
List<JvmType.Variable> |
JvmType.Array.usedVariables() |
List<JvmType.Variable> |
JvmType.Clazz.usedVariables() |
List<JvmType.Variable> |
JvmType.Wildcard.usedVariables() |
List<JvmType.Variable> |
JvmType.Variable.usedVariables() |
List<JvmType.Variable> |
JvmType.Intersection.usedVariables() |
List<JvmType.Variable> |
JvmType.Function.usedVariables() |