Module org.microbean.lang
Package org.microbean.lang.visitor
package org.microbean.lang.visitor
- 
ClassesClassDescriptionASimpleTypeVisitor14that, given aTypeMirrorand anElement, attempts to find a supertype of thatTypeMirrorwhose defining element is equal to (normally is identical to) the suppliedElement.ASimpleTypeVisitor14that produces aTypeClosurefor 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 thejavaccompiler at runtime.