Uses of Interface
javax.lang.model.type.ReferenceType
| Package | Description |
|---|---|
| javax.lang.model.type |
Interfaces used to model Java programming language types.
|
-
Uses of ReferenceType in javax.lang.model.type
Subinterfaces of ReferenceType in javax.lang.model.type Modifier and Type Interface Description interfaceArrayTypeRepresents an array type.interfaceDeclaredTypeRepresents a declared type, either a class type or an interface type.interfaceErrorTypeRepresents a class or interface type that cannot be properly modeled.interfaceNullTypeRepresents the null type.interfaceTypeVariableRepresents a type variable.