Class JWildTypeLowerImpl
java.lang.Object
honeyroasted.collect.modify.AbstractPossiblyUnmodifiable
honeyroasted.jype.type.impl.JAbstractPossiblyUnmodifiableType
honeyroasted.jype.type.impl.JWildTypeLowerImpl
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,honeyroasted.collect.copy.Copyable<JType, JTypeCache<JType,,JType>> honeyroasted.collect.modify.PossiblyUnmodifiable,JArgumentType,JType,JWildType,JWildType.Lower
public class JWildTypeLowerImpl
extends JAbstractPossiblyUnmodifiableType
implements JWildType.Lower
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.type.JType
JType.EqualityNested classes/interfaces inherited from interface honeyroasted.jype.type.JWildType
JWildType.Lower, JWildType.Upper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends JType>
Tcopy(JTypeCache<JType, JType> cache) booleanintintidentity()protected voidprotected voidvoidsetIdentity(int identity) voidsetLowerBounds(Set<JType> lowerBound) 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.JWildType
accept, knownDirectSupertypes, lowerBound, upperBoundMethods inherited from interface honeyroasted.jype.type.JWildType.Lower
hasCyclicTypeVariablesMethods inherited from interface honeyroasted.collect.modify.PossiblyUnmodifiable
isUnmodifiable, setUnmodifiableMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Constructor Details
-
JWildTypeLowerImpl
-
-
Method Details
-
copy
-
makeModifiable
protected void makeModifiable()- Overrides:
makeModifiablein classhoneyroasted.collect.modify.AbstractPossiblyUnmodifiable
-
makeUnmodifiable
protected void makeUnmodifiable()- Overrides:
makeUnmodifiablein classhoneyroasted.collect.modify.AbstractPossiblyUnmodifiable
-
identity
-
setIdentity
public void setIdentity(int identity) - Specified by:
setIdentityin interfaceJWildType
-
upperBounds
- Specified by:
upperBoundsin interfaceJWildType
-
setUpperBounds
- Specified by:
setUpperBoundsin interfaceJWildType
-
lowerBounds
- Specified by:
lowerBoundsin interfaceJWildType
-
setLowerBounds
- Specified by:
setLowerBoundsin interfaceJWildType
-
equals
-
hashCode
-