Verwendungen von Schnittstelle
org.aspectj.bridge.ISourceLocation
Packages, die ISourceLocation verwenden
Package
Beschreibung
-
Verwendungen von ISourceLocation in org.aspectj.asm
Methoden in org.aspectj.asm, die ISourceLocation zurückgebenMethoden in org.aspectj.asm mit Parametern vom Typ ISourceLocationModifizierer und TypMethodeBeschreibungIElementHandleProvider.createHandleIdentifier(ISourceLocation location) IHierarchy.findElementForSourceLine(ISourceLocation location) TODO: discriminate columnsvoidIProgramElement.setSourceLocation(ISourceLocation sourceLocation) -
Verwendungen von ISourceLocation in org.aspectj.asm.internal
Felder in org.aspectj.asm.internal, die deklariert sind als ISourceLocationMethoden in org.aspectj.asm.internal, die ISourceLocation zurückgebenMethoden in org.aspectj.asm.internal mit Parametern vom Typ ISourceLocationModifizierer und TypMethodeBeschreibungJDTLikeHandleProvider.createHandleIdentifier(ISourceLocation location) AspectJElementHierarchy.findElementForSourceLine(ISourceLocation location) TODO: discriminate columnsvoidProgramElement.setSourceLocation(ISourceLocation sourceLocation) Konstruktoren in org.aspectj.asm.internal mit Parametern vom Typ ISourceLocationModifiziererKonstruktorBeschreibungProgramElement(AsmManager asm, String name, IProgramElement.Kind kind, ISourceLocation sourceLocation, int modifiers, String comment, List<IProgramElement> children) -
Verwendungen von ISourceLocation in org.aspectj.bridge
Klassen in org.aspectj.bridge, die ISourceLocation implementierenFelder in org.aspectj.bridge, die deklariert sind als ISourceLocationModifizierer und TypFeldBeschreibungstatic final ISourceLocationISourceLocation.EMPTYnon-null but empty constant source locationstatic final ISourceLocationSourceLocation.UNKNOWNused when SourceLocation is not availableMethoden in org.aspectj.bridge, die ISourceLocation zurückgebenModifizierer und TypMethodeBeschreibungIMessage.getSourceLocation()final ISourceLocationMessage.getSourceLocation()Methoden in org.aspectj.bridge, die Typen mit Argumenten vom Typ ISourceLocation zurückgebenModifizierer und TypMethodeBeschreibungIMessage.getExtraSourceLocations()Return a List ofISourceLocationinstances that indicate additional source locations relevent to this message as specified by the message creator.Message.getExtraSourceLocations()Methoden in org.aspectj.bridge mit Parametern vom Typ ISourceLocationModifizierer und TypMethodeBeschreibungstatic IMessageMessageUtil.error(String message, ISourceLocation location) static StringMessageUtil.renderSourceLocation(ISourceLocation loc) Render ISourceLocation to String, ignoring empty elements (null or ISourceLocation.NO_FILE or ISourceLocation.NO_COLUMN (though implementations may return 0 from getColumn() when passed NO_COLUMN as input)).static IMessageMessageUtil.warn(String message, ISourceLocation location) Konstruktoren in org.aspectj.bridge mit Parametern vom Typ ISourceLocationModifiziererKonstruktorBeschreibungMessage(String message, String details, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable thrown, ISourceLocation[] extraSourceLocations) Create a message, handling null values for message and kind if thrown is not null.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) Create a message, handling null values for message and kind if thrown is not null.Message(String message, ISourceLocation location, boolean isError) Create a (compiler) error or warning messageMessage(String message, ISourceLocation location, boolean isError, ISourceLocation[] extraSourceLocations) -
Verwendungen von ISourceLocation in org.aspectj.weaver
Felder in org.aspectj.weaver, die deklariert sind als ISourceLocationModifizierer und TypFeldBeschreibungMethoden in org.aspectj.weaver, die ISourceLocation zurückgebenModifizierer und TypMethodeBeschreibungShadowMunger.getBinarySourceLocation(ISourceLocation sl) Returns the binarySourceLocation for the given sourcelocation.AbstractReferenceTypeDelegate.getSourceLocation()ConcreteTypeMunger.getSourceLocation()IHasSourceLocation.getSourceLocation()JoinPointSignature.getSourceLocation()ReferenceType.getSourceLocation()ResolvedMember.getSourceLocation()ResolvedMemberImpl.getSourceLocation()ResolvedType.getSourceLocation()ResolvedTypeMunger.getSourceLocation()abstract ISourceLocationShadow.getSourceLocation()ShadowMunger.getSourceLocation()BindingScope.makeSourceLocation(IHasPosition location) ISourceContext.makeSourceLocation(int line, int offset) ISourceContext.makeSourceLocation(IHasPosition position) SourceContextImpl.makeSourceLocation(int line, int offset) SourceContextImpl.makeSourceLocation(IHasPosition position) protected static ISourceLocationResolvedTypeMunger.readSourceLocation(VersionedDataInputStream s) Methoden in org.aspectj.weaver mit Parametern vom Typ ISourceLocationModifizierer und TypMethodeBeschreibungvoidICrossReferenceHandler.addCrossReference(ISourceLocation from, ISourceLocation to, String kind, boolean runtimeTest) ShadowMunger.getBinarySourceLocation(ISourceLocation sl) Returns the binarySourceLocation for the given sourcelocation.World.resolve(UnresolvedType ty, ISourceLocation isl) Attempt to resolve a type - the source location gives you some context in which resolution is taking place.voidResolvedTypeMunger.setSourceLocation(ISourceLocation isl) voidWorld.showMessage(IMessage.Kind kind, String message, ISourceLocation loc1, ISourceLocation loc2) convenenience method for creating and issuing messages via the message handler - if you supply two locations you will get two messages.voidLint.Kind.signal(String[] infos, ISourceLocation location, ISourceLocation[] extraLocations) voidLint.Kind.signal(String info, ISourceLocation location) Konstruktoren in org.aspectj.weaver mit Parametern vom Typ ISourceLocationModifiziererKonstruktorBeschreibungLintMessage(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) -
Verwendungen von ISourceLocation in org.aspectj.weaver.bcel
Methoden in org.aspectj.weaver.bcel, die ISourceLocation zurückgebenModifizierer und TypMethodeBeschreibungBcelShadow.getSourceLocation()LazyMethodGen.getSourceLocation()Methoden in org.aspectj.weaver.bcel mit Parametern vom Typ ISourceLocationModifizierer und TypMethodeBeschreibungvoidLazyClassGen.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) -
Verwendungen von ISourceLocation in org.aspectj.weaver.model
Methoden in org.aspectj.weaver.model mit Parametern vom Typ ISourceLocationModifizierer und TypMethodeBeschreibungstatic voidAsmRelationshipProvider.addDeclareAnnotationFieldRelationship(AsmManager model, ISourceLocation declareLocation, String affectedTypeName, ResolvedMember affectedFieldName, boolean isRemove) Add a relationship for a matching declare ATfield.static voidAsmRelationshipProvider.addDeclareAnnotationMethodRelationship(ISourceLocation sourceLocation, String affectedTypeName, ResolvedMember affectedMethod, AsmManager model) Add a relationship for a matching declare annotation method or declare annotation constructor.static voidAsmRelationshipProvider.addDeclareAnnotationRelationship(AsmManager model, ISourceLocation declareAnnotationLocation, ISourceLocation annotatedLocation, boolean isRemove) Adds a declare annotation relationship, sometimes entities don't have source locs (methods/fields) so use other variants of this method if that is the case as they will look the entities up in the structure model. -
Verwendungen von ISourceLocation in org.aspectj.weaver.patterns
Methoden in org.aspectj.weaver.patterns, die ISourceLocation zurückgebenModifizierer und TypMethodeBeschreibungPatternNode.getSourceLocation()TypePatternList.getSourceLocation()SimpleScope.makeSourceLocation(IHasPosition location) -
Verwendungen von ISourceLocation in org.aspectj.weaver.reflect
Methoden in org.aspectj.weaver.reflect, die ISourceLocation zurückgebenModifizierer und TypMethodeBeschreibungReflectionShadow.getSourceLocation()StandardShadow.getSourceLocation()