Interface TypeUsage
-
- All Known Implementing Classes:
TypeUsage_Builder.Partial,TypeUsage_Builder.Rebuildable,TypeUsage_Builder.Value
interface TypeUsage
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTypeUsage.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intend()java.util.Optional<QualifiedName>scope()intstart()QualifiedNametype()
-
-
-
Method Detail
-
start
int start()
-
end
int end()
-
type
QualifiedName type()
-
scope
java.util.Optional<QualifiedName> scope()
-
-