Class CompilerReflection.ElementsTypeInfo
java.lang.Object
org.inferred.freebuilder.processor.source.CompilerReflection.ElementsTypeInfo
- All Implemented Interfaces:
ScopeHandler.TypeInfo
- Enclosing class:
CompilerReflection
private static class CompilerReflection.ElementsTypeInfo
extends Object
implements ScopeHandler.TypeInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TypeElementprivate final Elementsprivate final QualifiedName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Stream<ScopeHandler.TypeInfo> create(TypeMirror mirror) name()
-
Field Details
-
elements
-
element
-
name
-
-
Constructor Details
-
ElementsTypeInfo
ElementsTypeInfo(Elements elements, TypeElement element)
-
-
Method Details
-
name
- Specified by:
namein interfaceScopeHandler.TypeInfo
-
visibility
- Specified by:
visibilityin interfaceScopeHandler.TypeInfo
-
supertypes
- Specified by:
supertypesin interfaceScopeHandler.TypeInfo
-
nestedTypes
- Specified by:
nestedTypesin interfaceScopeHandler.TypeInfo
-
create
-