Uses of Interface
org.aspectj.asm.IProgramElement
Packages that use IProgramElement
-
Uses of IProgramElement in org.aspectj.asm
Fields in org.aspectj.asm declared as IProgramElementMethods in org.aspectj.asm that return IProgramElementModifier and TypeMethodDescriptionIHierarchy.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.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)Methods in org.aspectj.asm that return types with arguments of type IProgramElementModifier and TypeMethodDescriptionIProgramElement.getChildren()IHierarchy.getFileMapEntrySet()AsmManager.getInlineAnnotations(String sourceFile, boolean showSubMember, boolean showMemberAndType)Constructs map each time it's called.Methods in org.aspectj.asm with parameters of type IProgramElementModifier and TypeMethodDescriptionvoidIProgramElement.addChild(IProgramElement child)voidIHierarchy.addToFileMap(String canonicalFilePath, IProgramElement compilationUnitProgramElement)IElementHandleProvider.createHandleIdentifier(IProgramElement ipe)static voidAsmManager.dumptree(Writer w, IProgramElement node, int indent)static voidAsmManager.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 voidHierarchyWalker.postProcess(IProgramElement node)protected voidHierarchyWalker.preProcess(IProgramElement node)HierarchyWalker.process(IProgramElement node)voidIRelationshipMap.put(IProgramElement source, IRelationship relationship)booleanIProgramElement.removeChild(IProgramElement child)voidIProgramElement.setParent(IProgramElement parent)voidIHierarchy.setRoot(IProgramElement root)Method parameters in org.aspectj.asm with type arguments of type IProgramElementModifier and TypeMethodDescriptionvoidIProgramElement.setChildren(List<IProgramElement> children)default voidIHierarchy.setFileMap(HashMap<String,IProgramElement> fileMap)voidIHierarchy.setFileMap(Map<String,IProgramElement> fileMap) -
Uses of IProgramElement in org.aspectj.asm.internal
Classes in org.aspectj.asm.internal that implement IProgramElementFields in org.aspectj.asm.internal declared as IProgramElementModifier and TypeFieldDescriptionprotected IProgramElementProgramElement.parentprotected IProgramElementAspectJElementHierarchy.rootFields in org.aspectj.asm.internal with type parameters of type IProgramElementMethods in org.aspectj.asm.internal that return IProgramElementModifier and TypeMethodDescriptionAspectJElementHierarchy.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.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)Methods in org.aspectj.asm.internal that return types with arguments of type IProgramElementModifier and TypeMethodDescriptionAspectJElementHierarchy.findMatchingPackages(String packagename)Look for any package nodes matching the specified package name.ProgramElement.getChildren()AspectJElementHierarchy.getFileMapEntrySet()Methods in org.aspectj.asm.internal with parameters of type IProgramElementModifier and TypeMethodDescriptionvoidProgramElement.addChild(int position, IProgramElement child)voidProgramElement.addChild(IProgramElement child)voidAspectJElementHierarchy.addToFileMap(String key, IProgramElement value)protected voidAspectJElementHierarchy.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.voidAspectJElementHierarchy.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 charHandleProviderDelimiter.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 '~'voidRelationshipMap.put(IProgramElement source, IRelationship relationship)booleanProgramElement.removeChild(IProgramElement child)voidProgramElement.setParent(IProgramElement parent)voidAspectJElementHierarchy.setRoot(IProgramElement root)Method parameters in org.aspectj.asm.internal with type arguments of type IProgramElementModifier and TypeMethodDescriptionvoidProgramElement.setChildren(List<IProgramElement> children)voidAspectJElementHierarchy.setFileMap(Map<String,IProgramElement> fileMap)Constructor parameters in org.aspectj.asm.internal with type arguments of type IProgramElementModifierConstructorDescriptionProgramElement(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) -
Uses of IProgramElement in org.aspectj.weaver.model
Methods in org.aspectj.weaver.model that return IProgramElementModifier and TypeMethodDescriptionstatic IProgramElementAsmRelationshipProvider.createFileStructureNode(AsmManager asm, String sourceFilePath)protected static IProgramElementAsmRelationshipProvider.getNode(AsmManager model, Shadow shadow)