Uses of Class
org.openjdk.asmtools.jdis.notations.Type
Packages that use Type
-
Uses of Type in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as TypeMethods in org.openjdk.asmtools.jdis that return Type -
Uses of Type in org.openjdk.asmtools.jdis.notations
Subclasses of Type in org.openjdk.asmtools.jdis.notationsModifier and TypeClassDescriptionstatic classRepresents an array type signature.static classRepresents a class signature.static classRepresents a class type signature.static classRepresents a method type signature.static classRepresents a type signature with a simple name.static classRepresents a FormalTypeParameter.static classRepresents a wildcard type argument.Fields in org.openjdk.asmtools.jdis.notations declared as TypeModifier and TypeFieldDescriptionfinal TypeType.WildcardType.boundTypefinal TypeType.TypeParamType.classBoundfinal TypeType.ArrayType.elemTypefinal TypeType.MethodType.returnTypefinal TypeType.ClassSigType.superclassTypeprivate TypeSignature.typeFields in org.openjdk.asmtools.jdis.notations with type parameters of type TypeModifier and TypeFieldDescriptionType.TypeParamType.interfaceBoundsType.MethodType.paramTypesType.ClassSigType.superinterfaceTypesType.MethodType.throwsTypesType.ClassType.typeArgsMethods in org.openjdk.asmtools.jdis.notations that return TypeModifier and TypeMethodDescriptionSignature.getType(ConstantPool pool) private Typeprivate TypeSignature.parseClassTypeSignature()private TypeSignature.parseClassTypeSignatureRest()private TypeSignature.parseTypeSignature()private TypeSignature.parseTypeVariableSignature()Methods in org.openjdk.asmtools.jdis.notations that return types with arguments of type TypeMethod parameters in org.openjdk.asmtools.jdis.notations with type arguments of type TypeModifier and TypeMethodDescriptionprotected static voidprotected static voidType.appendIfNotEmpty(StringBuilder sb, String prefix, List<? extends Type> types, String suffix) Constructors in org.openjdk.asmtools.jdis.notations with parameters of type TypeModifierConstructorDescriptionClassSigType(List<Type.TypeParamType> typeParamTypes, Type superclassType, List<Type> superinterfaceTypes) MethodType(List<? extends Type.TypeParamType> typeParamTypes, List<? extends Type> paramTypes, Type returnType, List<? extends Type> throwsTypes) MethodType(List<? extends Type> paramTypes, Type resultType) TypeParamType(String name, Type classBound, List<Type> interfaceBounds) WildcardType(Type.WildcardType.Kind kind, Type boundType) Constructor parameters in org.openjdk.asmtools.jdis.notations with type arguments of type TypeModifierConstructorDescriptionClassType(Type.ClassType outerType, String name, List<Type> typeArgs) MethodType(List<? extends Type> paramTypes, Type resultType) TypeParamType(String name, Type classBound, List<Type> interfaceBounds)