Uses of Package
org.microbean.lang.visitor
Packages that use org.microbean.lang.visitor
-
Classes in org.microbean.lang.visitor used by org.microbean.lang.visitorClassDescriptionA
SimpleTypeVisitor14
that, given aTypeMirror
and anElement
, attempts to find a supertype of thatTypeMirror
whose defining element is equal to (normally is identical to) the suppliedElement
.ASimpleTypeVisitor14
that produces aTypeClosure
for a class or interface type, emulatingjavac
'sclosure(Type)
operation.