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