Interface ScopeHandler.TypeInfo
-
- All Known Implementing Classes:
CompilerReflection.ElementsTypeInfo,RuntimeReflection.RuntimeTypeInfo
- Enclosing class:
- ScopeHandler
static interface ScopeHandler.TypeInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QualifiedNamename()java.util.stream.Stream<ScopeHandler.TypeInfo>nestedTypes()java.util.stream.Stream<ScopeHandler.TypeInfo>supertypes()ScopeHandler.Visibilityvisibility()
-
-
-
Method Detail
-
name
QualifiedName name()
-
visibility
ScopeHandler.Visibility visibility()
-
supertypes
java.util.stream.Stream<ScopeHandler.TypeInfo> supertypes()
-
nestedTypes
java.util.stream.Stream<ScopeHandler.TypeInfo> nestedTypes()
-
-