Uses of Class
javassist.bytecode.stackmap.TypeData.TypeVar
-
Packages that use TypeData.TypeVar Package Description javassist.bytecode.stackmap -
-
Uses of TypeData.TypeVar in javassist.bytecode.stackmap
Methods in javassist.bytecode.stackmap that return TypeData.TypeVar Modifier and Type Method Description protected TypeData.TypeVar
TypeData.ArrayElement. toTypeVar(int dim)
protected TypeData.TypeVar
TypeData.ArrayType. toTypeVar(int dim)
protected TypeData.TypeVar
TypeData. toTypeVar(int dim)
Returns this if it is a TypeVar or a TypeVar that this type depends on.protected TypeData.TypeVar
TypeData.TypeVar. toTypeVar(int dim)
protected TypeData.TypeVar
TypeData.UninitTypeVar. toTypeVar(int dim)
-