Class JFieldReferenceImpl
java.lang.Object
honeyroasted.collect.modify.AbstractPossiblyUnmodifiable
honeyroasted.jype.type.impl.JAbstractPossiblyUnmodifiableType
honeyroasted.jype.type.impl.JFieldReferenceImpl
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,honeyroasted.collect.copy.Copyable<JType, JTypeCache<JType,,JType>> honeyroasted.collect.modify.PossiblyUnmodifiable,JFieldReference,JType
public class JFieldReferenceImpl
extends JAbstractPossiblyUnmodifiableType
implements JFieldReference
-
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()intvoidsetLocation(JFieldLocation location) voidsetModifiers(int modifiers) voidsetOuterClass(JClassReference outerClass) voidtype()Methods inherited from class honeyroasted.jype.type.impl.JAbstractPossiblyUnmodifiableType
equals, hashCode, metadata, simpleName, toString, typeSystemMethods inherited from class honeyroasted.collect.modify.AbstractPossiblyUnmodifiable
checkUnmodifiable, isUnmodifiable, makeModifiable, makeUnmodifiable, setUnmodifiableMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface honeyroasted.jype.type.JFieldReference
accept, access, hasCyclicTypeVariables, hasModifier, hasModifier, knownDirectSupertypesMethods 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.collect.modify.PossiblyUnmodifiable
isUnmodifiable, setUnmodifiableMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Constructor Details
-
JFieldReferenceImpl
-
-
Method Details
-
copy
-
location
- Specified by:
locationin interfaceJFieldReference
-
setLocation
- Specified by:
setLocationin interfaceJFieldReference
-
outerClass
- Specified by:
outerClassin interfaceJFieldReference
-
setOuterClass
- Specified by:
setOuterClassin interfaceJFieldReference
-
type
- Specified by:
typein interfaceJFieldReference
-
setType
- Specified by:
setTypein interfaceJFieldReference
-
modifiers
public int modifiers()- Specified by:
modifiersin interfaceJFieldReference
-
setModifiers
public void setModifiers(int modifiers) - Specified by:
setModifiersin interfaceJFieldReference
-
equals
-
hashCode
-