Class CompilerReflection
- java.lang.Object
-
- org.inferred.freebuilder.processor.source.CompilerReflection
-
- All Implemented Interfaces:
ScopeHandler.Reflection
class CompilerReflection extends java.lang.Object implements ScopeHandler.Reflection
Encapsulates the parts ofElementsused byScopeHandler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classCompilerReflection.ElementsTypeInfo
-
Field Summary
Fields Modifier and Type Field Description private javax.lang.model.util.Elementselements
-
Constructor Summary
Constructors Constructor Description CompilerReflection(javax.lang.model.util.Elements elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ScopeHandler.TypeInfo>find(java.lang.String name)
-
-
-
Method Detail
-
find
public java.util.Optional<ScopeHandler.TypeInfo> find(java.lang.String name)
- Specified by:
findin interfaceScopeHandler.Reflection
-
-