Uses of Interface
org.aspectj.bridge.ISourceLocation
-
-
Uses of ISourceLocation in org.aspectj.asm
Methods in org.aspectj.asm that return ISourceLocation Modifier and Type Method Description ISourceLocationIProgramElement. getSourceLocation()Methods in org.aspectj.asm with parameters of type ISourceLocation Modifier and Type Method Description StringIElementHandleProvider. createHandleIdentifier(ISourceLocation location)IProgramElementIHierarchy. findElementForSourceLine(ISourceLocation location)voidIProgramElement. setSourceLocation(ISourceLocation sourceLocation) -
Uses of ISourceLocation in org.aspectj.asm.internal
Fields in org.aspectj.asm.internal declared as ISourceLocation Modifier and Type Field Description protected ISourceLocationProgramElement. sourceLocationMethods in org.aspectj.asm.internal that return ISourceLocation Modifier and Type Method Description ISourceLocationProgramElement. getSourceLocation()Methods in org.aspectj.asm.internal with parameters of type ISourceLocation Modifier and Type Method Description StringJDTLikeHandleProvider. createHandleIdentifier(ISourceLocation location)IProgramElementAspectJElementHierarchy. findElementForSourceLine(ISourceLocation location)voidProgramElement. setSourceLocation(ISourceLocation sourceLocation)Constructors in org.aspectj.asm.internal with parameters of type ISourceLocation Constructor Description ProgramElement(AsmManager asm, String name, IProgramElement.Kind kind, ISourceLocation sourceLocation, int modifiers, String comment, List<IProgramElement> children) -
Uses of ISourceLocation in org.aspectj.bridge
Classes in org.aspectj.bridge that implement ISourceLocation Modifier and Type Class Description classSourceLocationFields in org.aspectj.bridge declared as ISourceLocation Modifier and Type Field Description static ISourceLocationISourceLocation. EMPTYstatic ISourceLocationSourceLocation. UNKNOWNMethods in org.aspectj.bridge that return ISourceLocation Modifier and Type Method Description ISourceLocationIMessage. getSourceLocation()ISourceLocationMessage. getSourceLocation()Methods in org.aspectj.bridge that return types with arguments of type ISourceLocation Modifier and Type Method Description List<ISourceLocation>IMessage. getExtraSourceLocations()List<ISourceLocation>Message. getExtraSourceLocations()Methods in org.aspectj.bridge with parameters of type ISourceLocation Modifier and Type Method Description static IMessageMessageUtil. error(String message, ISourceLocation location)static StringMessageUtil. renderSourceLocation(ISourceLocation loc)static IMessageMessageUtil. warn(String message, ISourceLocation location)Constructors in org.aspectj.bridge with parameters of type ISourceLocation Constructor Description Message(String message, String details, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable thrown, ISourceLocation[] extraSourceLocations)Message(String message, String details, IMessage.Kind kind, ISourceLocation sLoc, Throwable thrown, ISourceLocation[] otherLocs, boolean declared, int id, int sourcestart, int sourceend)Message(String message, IMessage.Kind kind, Throwable thrown, ISourceLocation sourceLocation)Message(String message, ISourceLocation location, boolean isError)Message(String message, ISourceLocation location, boolean isError, ISourceLocation[] extraSourceLocations) -
Uses of ISourceLocation in org.aspectj.weaver
Fields in org.aspectj.weaver declared as ISourceLocation Modifier and Type Field Description ISourceLocationAdvice. lastReportedMonitorExitJoinpointLocationMethods in org.aspectj.weaver with parameters of type ISourceLocation Modifier and Type Method Description voidICrossReferenceHandler. addCrossReference(ISourceLocation from, ISourceLocation to, String kind, boolean runtimeTest)ISourceLocationShadowMunger. getBinarySourceLocation(ISourceLocation sl)ResolvedTypeWorld. resolve(UnresolvedType ty, ISourceLocation isl)voidResolvedTypeMunger. setSourceLocation(ISourceLocation isl)voidWorld. showMessage(IMessage.Kind kind, String message, ISourceLocation loc1, ISourceLocation loc2)voidLint.Kind. signal(String[] infos, ISourceLocation location, ISourceLocation[] extraLocations)voidLint.Kind. signal(String info, ISourceLocation location)Constructors in org.aspectj.weaver with parameters of type ISourceLocation Constructor Description LintMessage(String message, String extraDetails, Lint.Kind kind2, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable object, ISourceLocation[] seeAlsoLocations, boolean declared, int id, int sourceStart, int sourceEnd)LintMessage(String message, IMessage.Kind messageKind, ISourceLocation location, ISourceLocation[] extraLocations, Lint.Kind lintKind) -
Uses of ISourceLocation in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return ISourceLocation Modifier and Type Method Description ISourceLocationBcelShadow. getSourceLocation()ISourceLocationLazyMethodGen. getSourceLocation()Methods in org.aspectj.weaver.bcel with parameters of type ISourceLocation Modifier and Type Method Description voidLazyClassGen. addField(FieldGen field, ISourceLocation sourceLocation)voidLazyClassGen. addInterface(ResolvedType newInterface, ISourceLocation sourceLocation)voidLazyClassGen. addMethodGen(LazyMethodGen gen, ISourceLocation sourceLocation)static StringUtility. beautifyLocation(ISourceLocation isl)voidBcelTypeMunger. error(org.aspectj.weaver.bcel.BcelClassWeaver weaver, String text, ISourceLocation primaryLoc, ISourceLocation[] extraLocs)voidLazyClassGen. errorOnAddedField(FieldGen field, ISourceLocation sourceLocation)voidLazyClassGen. warnOnAddedInterface(String name, ISourceLocation sourceLocation)voidLazyClassGen. warnOnAddedMethod(Method method, ISourceLocation sourceLocation)voidLazyClassGen. warnOnAddedStaticInitializer(Shadow shadow, ISourceLocation sourceLocation)voidLazyClassGen. warnOnModifiedSerialVersionUID(ISourceLocation sourceLocation, String reason) -
Uses of ISourceLocation in org.aspectj.weaver.model
Methods in org.aspectj.weaver.model with parameters of type ISourceLocation Modifier and Type Method Description static voidAsmRelationshipProvider. addDeclareAnnotationFieldRelationship(AsmManager model, ISourceLocation declareLocation, String affectedTypeName, ResolvedMember affectedFieldName, boolean isRemove)static voidAsmRelationshipProvider. addDeclareAnnotationMethodRelationship(ISourceLocation sourceLocation, String affectedTypeName, ResolvedMember affectedMethod, AsmManager model)static voidAsmRelationshipProvider. addDeclareAnnotationRelationship(AsmManager model, ISourceLocation declareAnnotationLocation, ISourceLocation annotatedLocation, boolean isRemove) -
Uses of ISourceLocation in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return ISourceLocation Modifier and Type Method Description ISourceLocationPatternNode. getSourceLocation()ISourceLocationTypePatternList. getSourceLocation()ISourceLocationSimpleScope. makeSourceLocation(IHasPosition location) -
Uses of ISourceLocation in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return ISourceLocation Modifier and Type Method Description ISourceLocationReflectionShadow. getSourceLocation()ISourceLocationStandardShadow. getSourceLocation()
-