Package org.aspectj.weaver
Klasse NewConstructorTypeMunger
java.lang.Object
org.aspectj.weaver.ResolvedTypeMunger
org.aspectj.weaver.NewConstructorTypeMunger
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.aspectj.weaver.ResolvedTypeMunger
ResolvedTypeMunger.Kind -
Feldübersicht
Von Klasse geerbte Felder org.aspectj.weaver.ResolvedTypeMunger
AnnotationOnType, Constructor, declaredSignature, Field, FieldHost, InnerClass, kind, Method, MethodDelegate, MethodDelegate2, Parent, PerObjectInterface, PerTypeWithinInterface, PrivilegedAccess, signature, SUPER_DISPATCH_NAME, typeVariableAliases -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNewConstructorTypeMunger(ResolvedMember signature, ResolvedMember syntheticConstructor, ResolvedMember explicitConstructor, Set superMethodsCalled, List typeVariableAliases) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbooleanbooleanequivalentTo(Object other) getMatchingSyntheticMember(Member member, ResolvedType aspectType) inthashCode()parameterizedFor(ResolvedType target) see ResolvedTypeMunger.parameterizedFor(ResolvedType)static ResolvedTypeMungerreadConstructor(VersionedDataInputStream s, ISourceContext context) voidsetExplicitConstructor(ResolvedMember explicitConstructor) voidVon Klasse geerbte Methoden org.aspectj.weaver.ResolvedTypeMunger
changesPublicSignature, existsToSupportShadowMunging, getDeclaredSignature, getDeclaringType, getKind, getSignature, getSourceLocation, getSuperMethodsCalled, getTypeVariableAliases, hasTypeVariableAliases, isLateMunger, matches, needsAccessToTopmostImplementor, parameterizeWith, read, readInTypeAliases, readSourceLocation, readSuperMethodsCalled, setDeclaredSignature, setSourceLocation, setSuperMethodsCalled, setTypeVariableAliases, sharesTypeVariablesWithGenericType, toString, writeOutTypeAliases, writeSourceLocation, writeSuperMethodsCalled
-
Konstruktordetails
-
NewConstructorTypeMunger
public NewConstructorTypeMunger(ResolvedMember signature, ResolvedMember syntheticConstructor, ResolvedMember explicitConstructor, Set superMethodsCalled, List typeVariableAliases)
-
-
Methodendetails
-
equals
-
equivalentTo
-
hashCode
public int hashCode() -
write
- Angegeben von:
writein KlasseResolvedTypeMunger- Löst aus:
IOException
-
readConstructor
public static ResolvedTypeMunger readConstructor(VersionedDataInputStream s, ISourceContext context) throws IOException - Löst aus:
IOException
-
getExplicitConstructor
-
getSyntheticConstructor
-
setExplicitConstructor
-
getMatchingSyntheticMember
- Setzt außer Kraft:
getMatchingSyntheticMemberin KlasseResolvedTypeMunger
-
check
-
parameterizedFor
see ResolvedTypeMunger.parameterizedFor(ResolvedType)- Setzt außer Kraft:
parameterizedForin KlasseResolvedTypeMunger
-