Class JParameterizedMethodTypeDelegate
java.lang.Object
honeyroasted.jype.type.impl.delegate.JAbstractDelegateType<JParameterizedMethodType>
honeyroasted.jype.type.impl.delegate.JAbstractPossiblyUnmodifiableDelegateType<JParameterizedMethodType>
honeyroasted.jype.type.impl.delegate.JParameterizedMethodTypeDelegate
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,honeyroasted.collect.copy.Copyable<JType, JTypeCache<JType,,JType>> honeyroasted.collect.modify.PossiblyUnmodifiable,JGenericDeclaration,JMethodType,JParameterizedMethodType,JParameterizedType,JType
public class JParameterizedMethodTypeDelegate
extends JAbstractPossiblyUnmodifiableDelegateType<JParameterizedMethodType>
implements JParameterizedMethodType
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.type.JType
JType.Equality -
Constructor Summary
ConstructorsConstructorDescriptionJParameterizedMethodTypeDelegate(JTypeSystem system, Function<JTypeSystem, JParameterizedMethodType> factory) -
Method Summary
Modifier and TypeMethodDescriptionlocation()intvoidsetExceptionTypes(List<JType> exceptionTypes) voidsetLocation(JMethodLocation location) voidsetMethodReference(JMethodReference methodReference) voidsetModifiers(int modifiers) voidsetOuterClass(JClassReference outerClass) voidsetOuterType(JClassType outerType) voidsetParameters(List<JType> parameters) voidsetReturnType(JType returnType) voidsetTypeArguments(List<JArgumentType> typeArguments) 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.JMethodType
accept, access, genericDeclarationLocation, hasModifier, hasModifier, hasRelevantOuterType, hasTypeParameters, resolveVarTypeMethods inherited from interface honeyroasted.jype.type.JParameterizedMethodType
hasCyclicTypeVariables, hasTypeArgumentsMethods inherited from interface honeyroasted.jype.type.JParameterizedType
varTypeResolverMethods 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, knownDirectSupertypes, metadata, signature, structuralEquals, typeEquals, typeSystem, upwardsProjection, upwardsProjectionMethods inherited from interface honeyroasted.collect.modify.PossiblyUnmodifiable
isUnmodifiable, setUnmodifiableMethods inherited from interface honeyroasted.almonds.SimpleName
simpleName
-
Constructor Details
-
JParameterizedMethodTypeDelegate
public JParameterizedMethodTypeDelegate(JTypeSystem system, Function<JTypeSystem, JParameterizedMethodType> factory)
-
-
Method Details
-
location
- Specified by:
locationin interfaceJMethodType
-
setLocation
- Specified by:
setLocationin interfaceJMethodType
-
modifiers
public int modifiers()- Specified by:
modifiersin interfaceJMethodType
-
setModifiers
public void setModifiers(int modifiers) - Specified by:
setModifiersin interfaceJMethodType
-
outerClass
- Specified by:
outerClassin interfaceJMethodType
-
setOuterClass
- Specified by:
setOuterClassin interfaceJMethodType
-
methodReference
- Specified by:
methodReferencein interfaceJMethodType
-
outerType
- Specified by:
outerTypein interfaceJMethodType- Specified by:
outerTypein interfaceJParameterizedMethodType
-
returnType
- Specified by:
returnTypein interfaceJMethodType
-
setReturnType
- Specified by:
setReturnTypein interfaceJMethodType
-
exceptionTypes
- Specified by:
exceptionTypesin interfaceJMethodType
-
setExceptionTypes
- Specified by:
setExceptionTypesin interfaceJMethodType
-
typeParameters
- Specified by:
typeParametersin interfaceJGenericDeclaration- Specified by:
typeParametersin interfaceJMethodType
-
setTypeParameters
- Specified by:
setTypeParametersin interfaceJGenericDeclaration- Specified by:
setTypeParametersin interfaceJMethodType
-
parameters
- Specified by:
parametersin interfaceJMethodType
-
setParameters
- Specified by:
setParametersin interfaceJMethodType
-
typeArguments
- Specified by:
typeArgumentsin interfaceJMethodType- Specified by:
typeArgumentsin interfaceJParameterizedType
-
setTypeArguments
- Specified by:
setTypeArgumentsin interfaceJParameterizedType
-
setOuterType
- Specified by:
setOuterTypein interfaceJParameterizedMethodType
-
setMethodReference
- Specified by:
setMethodReferencein interfaceJParameterizedMethodType
-