Verwendungen von Schnittstelle
org.aspectj.asm.IProgramElement
Packages, die IProgramElement verwenden
-
Verwendungen von IProgramElement in org.aspectj.asm
Felder in org.aspectj.asm, die deklariert sind als IProgramElementMethoden in org.aspectj.asm, die IProgramElement zurückgebenModifizierer und TypMethodeBeschreibungIHierarchy.findCloserMatchForLineNumber
(IProgramElement node, int lineno) For a specified node, check if any of the children more accurately represent the specified line.IHierarchy.findElementForHandle
(String handle) IHierarchy.findElementForHandleOrCreate
(String handle, boolean create) IHierarchy.findElementForLabel
(IProgramElement parent, IProgramElement.Kind kind, String label) Returns the first matchIHierarchy.findElementForOffSet
(String sourceFilePath, int lineNumber, int offSet) IHierarchy.findElementForSignature
(IProgramElement parent, IProgramElement.Kind kind, String signature) Returns the first matchIHierarchy.findElementForSourceFile
(String sourceFile) IHierarchy.findElementForSourceLine
(String sourceFilePath, int lineNumber) Never returns nullIHierarchy.findElementForSourceLine
(ISourceLocation location) TODO: discriminate columnsIHierarchy.findElementForType
(String packageName, String typeName) IHierarchy.findInFileMap
(String key) IHierarchy.findNodeForSourceFile
(IProgramElement node, String sourcefilePath) Discover the node representing a particular source file.IHierarchy.getElement
(String handle) IProgramElement.getParent()
IHierarchy.getRoot()
HierarchyWalker.process
(IProgramElement node) IProgramElement.walk
(HierarchyWalker walker) Methoden in org.aspectj.asm, die Typen mit Argumenten vom Typ IProgramElement zurückgebenModifizierer und TypMethodeBeschreibungIProgramElement.getChildren()
IHierarchy.getFileMapEntrySet()
AsmManager.getInlineAnnotations
(String sourceFile, boolean showSubMember, boolean showMemberAndType) Constructs map each time it's called.Methoden in org.aspectj.asm mit Parametern vom Typ IProgramElementModifizierer und TypMethodeBeschreibungvoid
IProgramElement.addChild
(IProgramElement child) void
IHierarchy.addToFileMap
(String canonicalFilePath, IProgramElement compilationUnitProgramElement) IElementHandleProvider.createHandleIdentifier
(IProgramElement ipe) static void
AsmManager.dumptree
(Writer w, IProgramElement node, int indent) static void
AsmManager.dumptree
(IProgramElement node, int indent) IHierarchy.findCloserMatchForLineNumber
(IProgramElement node, int lineno) For a specified node, check if any of the children more accurately represent the specified line.IHierarchy.findElementForLabel
(IProgramElement parent, IProgramElement.Kind kind, String label) Returns the first matchIHierarchy.findElementForSignature
(IProgramElement parent, IProgramElement.Kind kind, String signature) Returns the first matchIHierarchy.findNodeForSourceFile
(IProgramElement node, String sourcefilePath) Discover the node representing a particular source file.IRelationshipMap.get
(IProgramElement sourceProgramElement) IRelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName) Return a relationship matching the kind and name for the given element.IRelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName, boolean runtimeTest, boolean createIfMissing) Return a relationship matching the kind and name for the given element.protected void
HierarchyWalker.postProcess
(IProgramElement node) protected void
HierarchyWalker.preProcess
(IProgramElement node) HierarchyWalker.process
(IProgramElement node) void
IRelationshipMap.put
(IProgramElement source, IRelationship relationship) boolean
IProgramElement.removeChild
(IProgramElement child) void
IProgramElement.setParent
(IProgramElement parent) void
IHierarchy.setRoot
(IProgramElement root) Methodenparameter in org.aspectj.asm mit Typargumenten vom Typ IProgramElementModifizierer und TypMethodeBeschreibungvoid
IProgramElement.setChildren
(List<IProgramElement> children) default void
IHierarchy.setFileMap
(HashMap<String, IProgramElement> fileMap) void
IHierarchy.setFileMap
(Map<String, IProgramElement> fileMap) -
Verwendungen von IProgramElement in org.aspectj.asm.internal
Klassen in org.aspectj.asm.internal, die IProgramElement implementierenFelder in org.aspectj.asm.internal, die deklariert sind als IProgramElementModifizierer und TypFeldBeschreibungprotected IProgramElement
ProgramElement.parent
protected IProgramElement
AspectJElementHierarchy.root
Felder in org.aspectj.asm.internal mit Typparametern vom Typ IProgramElementMethoden in org.aspectj.asm.internal, die IProgramElement zurückgebenModifizierer und TypMethodeBeschreibungAspectJElementHierarchy.findCloserMatchForLineNumber
(IProgramElement node, int lineno) For a specified node, check if any of the children more accurately represent the specified line.AspectJElementHierarchy.findElementForHandle
(String handle) AspectJElementHierarchy.findElementForHandleOrCreate
(String handle, boolean create) AspectJElementHierarchy.findElementForLabel
(IProgramElement parent, IProgramElement.Kind kind, String label) AspectJElementHierarchy.findElementForOffSet
(String sourceFilePath, int lineNumber, int offSet) AspectJElementHierarchy.findElementForSignature
(IProgramElement parent, IProgramElement.Kind kind, String signature) Returns the first matchAspectJElementHierarchy.findElementForSourceFile
(String sourceFile) AspectJElementHierarchy.findElementForSourceLine
(String sourceFilePath, int lineNumber) Never returns nullAspectJElementHierarchy.findElementForSourceLine
(ISourceLocation location) TODO: discriminate columnsAspectJElementHierarchy.findElementForType
(String packageName, String typeName) Find the entry in the model that represents a particular type.AspectJElementHierarchy.findInFileMap
(String key) AspectJElementHierarchy.findNodeForSourceFile
(IProgramElement node, String sourcefilePath) Discover the node representing a particular source file.AspectJElementHierarchy.getElement
(String handle) ProgramElement.getParent()
AspectJElementHierarchy.getRoot()
ProgramElement.walk
(HierarchyWalker walker) Methoden in org.aspectj.asm.internal, die Typen mit Argumenten vom Typ IProgramElement zurückgebenModifizierer und TypMethodeBeschreibungAspectJElementHierarchy.findMatchingPackages
(String packagename) Look for any package nodes matching the specified package name.ProgramElement.getChildren()
AspectJElementHierarchy.getFileMapEntrySet()
Methoden in org.aspectj.asm.internal mit Parametern vom Typ IProgramElementModifizierer und TypMethodeBeschreibungvoid
ProgramElement.addChild
(int position, IProgramElement child) void
ProgramElement.addChild
(IProgramElement child) void
AspectJElementHierarchy.addToFileMap
(String key, IProgramElement value) protected void
AspectJElementHierarchy.cache
(String handle, IProgramElement pe) JDTLikeHandleProvider.createHandleIdentifier
(IProgramElement ipe) AspectJElementHierarchy.findCloserMatchForLineNumber
(IProgramElement node, int lineno) For a specified node, check if any of the children more accurately represent the specified line.AspectJElementHierarchy.findElementForLabel
(IProgramElement parent, IProgramElement.Kind kind, String label) AspectJElementHierarchy.findElementForSignature
(IProgramElement parent, IProgramElement.Kind kind, String signature) Returns the first matchAspectJElementHierarchy.findNodeForSourceFile
(IProgramElement node, String sourcefilePath) Discover the node representing a particular source file.void
AspectJElementHierarchy.forget
(IProgramElement compilationUnitNode, IProgramElement typeNode) RelationshipMap.get
(IProgramElement source) RelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName) RelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName, boolean runtimeTest, boolean createIfMissing) static char
HandleProviderDelimiter.getDelimiter
(IProgramElement ipe) Returns the delimiter for the given IProgramElement for example if the IProgramElement is an aspect returns '*' and if the IProgramElement is a method returns '~'void
RelationshipMap.put
(IProgramElement source, IRelationship relationship) boolean
ProgramElement.removeChild
(IProgramElement child) void
ProgramElement.setParent
(IProgramElement parent) void
AspectJElementHierarchy.setRoot
(IProgramElement root) Methodenparameter in org.aspectj.asm.internal mit Typargumenten vom Typ IProgramElementModifizierer und TypMethodeBeschreibungvoid
ProgramElement.setChildren
(List<IProgramElement> children) void
AspectJElementHierarchy.setFileMap
(Map<String, IProgramElement> fileMap) Konstruktorparameter in org.aspectj.asm.internal mit Typargumenten vom Typ IProgramElementModifiziererKonstruktorBeschreibungProgramElement
(AsmManager asm, String name, IProgramElement.Kind kind, List<IProgramElement> children) Use to create program element nodes that do not correspond to source locationsProgramElement
(AsmManager asm, String name, IProgramElement.Kind kind, ISourceLocation sourceLocation, int modifiers, String comment, List<IProgramElement> children) -
Verwendungen von IProgramElement in org.aspectj.weaver.model
Methoden in org.aspectj.weaver.model, die IProgramElement zurückgebenModifizierer und TypMethodeBeschreibungstatic IProgramElement
AsmRelationshipProvider.createFileStructureNode
(AsmManager asm, String sourceFilePath) protected static IProgramElement
AsmRelationshipProvider.getNode
(AsmManager model, Shadow shadow)