Uses of Class
org.revapi.java.model.TypeElement
-
Packages that use TypeElement Package Description org.revapi.java.compilation org.revapi.java.model -
-
Uses of TypeElement in org.revapi.java.compilation
Fields in org.revapi.java.compilation declared as TypeElement Modifier and Type Field Description TypeElementInheritedUseSite. inheritorMethods in org.revapi.java.compilation that return types with arguments of type TypeElement Modifier and Type Method Description Map<TypeElement,TypeElement>ProbingEnvironment. getTypeMap() -
Uses of TypeElement in org.revapi.java.model
Subclasses of TypeElement in org.revapi.java.model Modifier and Type Class Description classMissingClassElementMethods in org.revapi.java.model that return TypeElement Modifier and Type Method Description TypeElementTypeElement. clone()Methods in org.revapi.java.model that return types with arguments of type TypeElement Modifier and Type Method Description Map<org.revapi.java.spi.UseSite.Type,Map<TypeElement,Set<org.revapi.java.spi.JavaModelElement>>>TypeElement. getUsedTypes()This provides the types used by this type.Method parameters in org.revapi.java.model with type arguments of type TypeElement Modifier and Type Method Description voidTypeElement. setRawUsedTypes(Map<org.revapi.java.spi.UseSite.Type,Map<TypeElement,Set<UseSitePath>>> usedTypes)
-