Class TypeUsage_Builder.Value
- java.lang.Object
-
- org.inferred.freebuilder.processor.source.TypeUsage_Builder.Rebuildable
-
- org.inferred.freebuilder.processor.source.TypeUsage_Builder.Value
-
- All Implemented Interfaces:
TypeUsage
- Enclosing class:
- TypeUsage_Builder
private static final class TypeUsage_Builder.Value extends TypeUsage_Builder.Rebuildable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.inferred.freebuilder.processor.source.TypeUsage
TypeUsage.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private intendprivate QualifiedNamescopeprivate intstartprivate QualifiedNametype
-
Constructor Summary
Constructors Modifier Constructor Description privateValue(TypeUsage_Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intend()booleanequals(java.lang.Object obj)inthashCode()java.util.Optional<QualifiedName>scope()intstart()TypeUsage.BuildertoBuilder()java.lang.StringtoString()QualifiedNametype()
-
-
-
Field Detail
-
start
private final int start
-
end
private final int end
-
type
private final QualifiedName type
-
scope
private final QualifiedName scope
-
-
Constructor Detail
-
Value
private Value(TypeUsage_Builder builder)
-
-
Method Detail
-
start
public int start()
-
end
public int end()
-
type
public QualifiedName type()
-
scope
public java.util.Optional<QualifiedName> scope()
-
toBuilder
public TypeUsage.Builder toBuilder()
- Specified by:
toBuilderin classTypeUsage_Builder.Rebuildable
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-