Package org.aspectj.weaver.patterns
Klasse DeclareParents
java.lang.Object
org.aspectj.weaver.patterns.PatternNode
org.aspectj.weaver.patterns.Declare
org.aspectj.weaver.patterns.DeclareParents
- Alle implementierten Schnittstellen:
IHasPosition,IHasSourceLocation
- Bekannte direkte Unterklassen:
DeclareParentsMixin
- Autor:
- Thomas Kiviaho, Andy Clement, PARC
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected TypePatternprotected booleanprotected TypePatternListVon Klasse geerbte Felder org.aspectj.weaver.patterns.Declare
ANNOTATION, DOMINATES, ERROR_OR_WARNING, PARENTS, PARENTSMIXIN, SOFT, TYPE_ERROR_OR_WARNINGVon Klasse geerbte Felder org.aspectj.weaver.patterns.PatternNode
end, sourceContext, start -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungDeclareParents(TypePattern child, List<TypePattern> parents, boolean isExtends) protectedDeclareParents(TypePattern child, TypePatternList parents, boolean isExtends) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaccept(PatternNodeVisitor visitor, Object data) booleanfindMatchingNewParents(ResolvedType onType, boolean reportErrors) getChild()Declares have methods in the .class file against which info can be stored (for example, the annotation in the case of declare annotation).inthashCode()booleanIndicates if this declare should be treated like advice.booleanbooleanisMixin()booleanmatch(ResolvedType typeX) parameterizeWith(Map<String, UnresolvedType> typeVariableBindingMap, World w) Returns a version of this declare element in which all references to type variables are replaced with their bindings given in the map.booleanbooleanstatic Declareread(VersionedDataInputStream s, ISourceContext context) voidReturns this declare mutatedtoString()voidVon Klasse geerbte Methoden org.aspectj.weaver.patterns.Declare
getDeclaringType, setDeclaringTypeVon Klasse geerbte Methoden org.aspectj.weaver.patterns.PatternNode
copyLocationFrom, getEnd, getFileName, getSourceContext, getSourceLocation, getStart, readLocation, setLocation, traverse, writeLocation
-
Felddetails
-
child
-
parents
-
isExtends
protected boolean isExtends
-
-
Konstruktordetails
-
DeclareParents
-
DeclareParents
-
-
Methodendetails
-
match
-
accept
- Angegeben von:
acceptin KlassePatternNode
-
parameterizeWith
Beschreibung aus Klasse kopiert:DeclareReturns a version of this declare element in which all references to type variables are replaced with their bindings given in the map.- Angegeben von:
parameterizeWithin KlasseDeclare
-
toString
-
equals
-
hashCode
public int hashCode() -
write
- Angegeben von:
writein KlassePatternNode- Löst aus:
IOException
-
read
- Löst aus:
IOException
-
parentsIncludeInterface
-
parentsIncludeClass
-
resolve
Beschreibung aus Klasse kopiert:DeclareReturns this declare mutated -
getParents
-
getChild
-
isExtends
public boolean isExtends() -
isAdviceLike
public boolean isAdviceLike()Beschreibung aus Klasse kopiert:DeclareIndicates if this declare should be treated like advice. If true, the declare will have no effect in an abstract aspect. It will be inherited by any concrete aspects and will have an effect for each concrete aspect it is ultimately inherited by.- Angegeben von:
isAdviceLikein KlasseDeclare
-
findMatchingNewParents
-
getNameSuffix
Beschreibung aus Klasse kopiert:DeclareDeclares have methods in the .class file against which info can be stored (for example, the annotation in the case of declare annotation). The name is of the form ajc$declare_XXX_NNN where XXX can optionally be set in this 'getNameSuffix()' method - depending on whether, at weave time, we want to easily differentiate between the declare methods.- Angegeben von:
getNameSuffixin KlasseDeclare
-
isMixin
public boolean isMixin()
-