Uses of Interface
javax.lang.model.type.NoType
- 
Packages that use NoType Package Description javax.lang.model.type Interfaces used to model Java programming language types.javax.lang.model.util Utilities to assist in the processing of program elements and types.
- 
- 
Uses of NoType in javax.lang.model.typeMethods in javax.lang.model.type with parameters of type NoType Modifier and Type Method Description RTypeVisitor. visitNoType(NoType t, P p)Visits aNoTypeinstance.
- 
Uses of NoType in javax.lang.model.utilMethods in javax.lang.model.util that return NoType Modifier and Type Method Description NoTypeTypes. getNoType(TypeKind kind)Returns a pseudo-type used where no actual type is appropriate.Methods in javax.lang.model.util with parameters of type NoType Modifier and Type Method Description RSimpleTypeVisitor6. visitNoType(NoType t, P p)Visits aNoTypeinstance.RTypeKindVisitor6. visitNoType(NoType t, P p)Visits aNoTypeinstance.RTypeKindVisitor6. visitNoTypeAsModule(NoType t, P p)Visits aMODULEpseudo-type.RTypeKindVisitor9. visitNoTypeAsModule(NoType t, P p)Visits aMODULEpseudo-type.RTypeKindVisitor6. visitNoTypeAsNone(NoType t, P p)Visits aNONEpseudo-type.RTypeKindVisitor6. visitNoTypeAsPackage(NoType t, P p)Visits aPACKAGEpseudo-type.RTypeKindVisitor6. visitNoTypeAsVoid(NoType t, P p)Visits aVOIDpseudo-type.
 
-