Class JClassReferenceDelegate
java.lang.Object
honeyroasted.jype.type.impl.delegate.JAbstractDelegateType<JClassReference>
honeyroasted.jype.type.impl.delegate.JAbstractPossiblyUnmodifiableDelegateType<JClassReference>
honeyroasted.jype.type.impl.delegate.JClassReferenceDelegate
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,honeyroasted.collect.copy.Copyable<JType, JTypeCache<JType,,JType>> honeyroasted.collect.modify.PossiblyUnmodifiable,JArgumentType,JClassReference,JClassType,JGenericDeclaration,JInstantiableType,JType
public class JClassReferenceDelegate
extends JAbstractPossiblyUnmodifiableDelegateType<JClassReference>
implements JClassReference
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.type.JType
JType.Equality -
Constructor Summary
ConstructorsConstructorDescriptionJClassReferenceDelegate(JTypeSystem system, Function<JTypeSystem, JClassReference> factory) -
Method Summary
Modifier and TypeMethodDescriptiondirectSupertype(JClassType supertypeInstance) booleanhasSupertype(JClassReference supertype) intparameterized(JArgumentType... typeArguments) parameterized(List<JArgumentType> typeArguments) relativeSupertype(JClassType superType) voidsetDeclaredFields(List<JFieldReference> fields) voidsetDeclaredMethods(List<JMethodReference> methods) voidsetInterfaces(List<JClassType> interfaces) voidsetModifiers(int modifiers) voidsetNamespace(JClassNamespace namespace) voidsetNestMembers(List<JClassReference> nestMembers) voidsetOuterClass(JClassReference outerClass) voidsetOuterMethod(JMethodReference outerMethod) voidsetSuperClass(JClassType superClass) voidsetTypeParameters(List<JVarType> typeParameters) 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.JClassReference
hasCyclicTypeVariables, hasTypeArguments, knownDirectSupertypes, outerType, typeArgumentsMethods inherited from interface honeyroasted.jype.type.JClassType
accept, access, accessFrom, buildHierarchyPath, genericDeclarationLocation, hasAnyTypeArguments, hasModifier, hasModifier, hasOuterType, hasRelevantOuterType, hasTypeParameters, hierarchyPathTo, resolveVarTypeMethods 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
-
JClassReferenceDelegate
-
-
Method Details
-
parameterized
- Specified by:
parameterizedin interfaceJClassReference
-
parameterized
- Specified by:
parameterizedin interfaceJClassReference
-
parameterizedWithTypeVars
- Specified by:
parameterizedWithTypeVarsin interfaceJClassReference
-
parameterizedWithMetaVars
- Specified by:
parameterizedWithMetaVarsin interfaceJClassReference
-
namespace
- Specified by:
namespacein interfaceJClassType
-
setNamespace
- Specified by:
setNamespacein interfaceJClassType
-
modifiers
public int modifiers()- Specified by:
modifiersin interfaceJClassType
-
setModifiers
public void setModifiers(int modifiers) - Specified by:
setModifiersin interfaceJClassType
-
outerClass
- Specified by:
outerClassin interfaceJClassType
-
setOuterClass
- Specified by:
setOuterClassin interfaceJClassType
-
outerMethod
- Specified by:
outerMethodin interfaceJClassType
-
setOuterMethod
- Specified by:
setOuterMethodin interfaceJClassType
-
nestMembers
- Specified by:
nestMembersin interfaceJClassType
-
setNestMembers
- Specified by:
setNestMembersin interfaceJClassType
-
declaredMethods
- Specified by:
declaredMethodsin interfaceJClassType
-
setDeclaredMethods
- Specified by:
setDeclaredMethodsin interfaceJClassType
-
declaredFields
- Specified by:
declaredFieldsin interfaceJClassType
-
setDeclaredFields
- Specified by:
setDeclaredFieldsin interfaceJClassType
-
directSupertype
- Specified by:
directSupertypein interfaceJClassType
-
relativeSupertype
- Specified by:
relativeSupertypein interfaceJClassType
-
superClass
- Specified by:
superClassin interfaceJClassType
-
setSuperClass
- Specified by:
setSuperClassin interfaceJClassType
-
interfaces
- Specified by:
interfacesin interfaceJClassType
-
setInterfaces
- Specified by:
setInterfacesin interfaceJClassType
-
typeParameters
- Specified by:
typeParametersin interfaceJClassType- Specified by:
typeParametersin interfaceJGenericDeclaration
-
setTypeParameters
- Specified by:
setTypeParametersin interfaceJClassType- Specified by:
setTypeParametersin interfaceJGenericDeclaration
-
hasSupertype
- Specified by:
hasSupertypein interfaceJClassType
-
classReference
- Specified by:
classReferencein interfaceJClassType
-