Class JArrayTypeDelegate
java.lang.Object
honeyroasted.jype.type.impl.delegate.JAbstractDelegateType<JArrayType>
honeyroasted.jype.type.impl.delegate.JAbstractPossiblyUnmodifiableDelegateType<JArrayType>
honeyroasted.jype.type.impl.delegate.JArrayTypeDelegate
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,honeyroasted.collect.copy.Copyable<JType, JTypeCache<JType,,JType>> honeyroasted.collect.modify.PossiblyUnmodifiable,JArgumentType,JArrayType,JInstantiableType,JType
public class JArrayTypeDelegate
extends JAbstractPossiblyUnmodifiableDelegateType<JArrayType>
implements JArrayType
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.type.JType
JType.Equality -
Constructor Summary
ConstructorsConstructorDescriptionJArrayTypeDelegate(JTypeSystem system, Function<JTypeSystem, JArrayType> factory) -
Method Summary
Methods inherited from class honeyroasted.jype.type.impl.delegate.JAbstractPossiblyUnmodifiableDelegateType
equals, hashCode, isUnmodifiable, setUnmodifiable, toStringMethods inherited from class honeyroasted.jype.type.impl.delegate.JAbstractDelegateType
accept, copy, delegate, equals, hashCode, metadata, simpleName, typeSystemMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface honeyroasted.jype.type.JArrayType
accept, deepComponent, hasCyclicTypeVariables, knownDirectSupertypesMethods inherited from interface honeyroasted.jype.type.JType
accept, accept, copy, copy, declarationSignature, descriptor, downwardsProjection, downwardsProjection, equals, equals, hasCyclicTypeVariables, hashCode, isAssignableFrom, isAssignableTo, isCompatibleFrom, isCompatibleTo, isContextType, isNullType, isProperType, isResultType, metadata, signature, structuralEquals, typeEquals, typeSystem, upwardsProjection, upwardsProjection, varTypeResolverMethods inherited from interface honeyroasted.collect.modify.PossiblyUnmodifiable
isUnmodifiable, setUnmodifiableMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Constructor Details
-
JArrayTypeDelegate
-
-
Method Details
-
component
- Specified by:
componentin interfaceJArrayType
-
setComponent
- Specified by:
setComponentin interfaceJArrayType
-
depth
public int depth()- Specified by:
depthin interfaceJArrayType
-