Class JVarTypeImpl
java.lang.Object
honeyroasted.collect.modify.AbstractPossiblyUnmodifiable
honeyroasted.jype.type.impl.JAbstractPossiblyUnmodifiableType
honeyroasted.jype.type.impl.JVarTypeImpl
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,honeyroasted.collect.copy.Copyable<JType, JTypeCache<JType,,JType>> honeyroasted.collect.modify.PossiblyUnmodifiable,JArgumentType,JType,JVarType
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.type.JType
JType.Equality -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends JType>
Tcopy(JTypeCache<JType, JType> cache) booleanintlocation()protected voidprotected voidvoidsetLocation(JTypeParameterLocation location) voidsetUpperBounds(Set<JType> upperBounds) Methods inherited from class honeyroasted.jype.type.impl.JAbstractPossiblyUnmodifiableType
equals, hashCode, metadata, simpleName, toString, typeSystemMethods inherited from class honeyroasted.collect.modify.AbstractPossiblyUnmodifiable
checkUnmodifiable, isUnmodifiable, setUnmodifiableMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface honeyroasted.jype.type.JType
accept, accept, copy, declarationSignature, descriptor, downwardsProjection, downwardsProjection, equals, hasCyclicTypeVariables, isAssignableFrom, isAssignableTo, isCompatibleFrom, isCompatibleTo, isContextType, isNullType, isProperType, isResultType, metadata, signature, structuralEquals, typeEquals, typeSystem, upwardsProjection, upwardsProjection, varTypeResolverMethods inherited from interface honeyroasted.jype.type.JVarType
accept, createMetaVar, hasCyclicTypeVariables, hasDefaultBounds, knownDirectSupertypes, name, upperBoundMethods inherited from interface honeyroasted.collect.modify.PossiblyUnmodifiable
isUnmodifiable, setUnmodifiableMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Constructor Details
-
JVarTypeImpl
-
-
Method Details
-
copy
-
makeUnmodifiable
protected void makeUnmodifiable()- Overrides:
makeUnmodifiablein classhoneyroasted.collect.modify.AbstractPossiblyUnmodifiable
-
makeModifiable
protected void makeModifiable()- Overrides:
makeModifiablein classhoneyroasted.collect.modify.AbstractPossiblyUnmodifiable
-
location
-
setLocation
- Specified by:
setLocationin interfaceJVarType
-
upperBounds
- Specified by:
upperBoundsin interfaceJVarType
-
setUpperBounds
- Specified by:
setUpperBoundsin interfaceJVarType
-
equals
-
hashCode
-