Module org.microbean.lang
Package org.microbean.lang.visitor
package org.microbean.lang.visitor
-
ClassDescriptionA
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.A hub of sorts for visitors of various kinds designed to reproduce the innards of certain aspects of thejavac
compiler at runtime.