Class

org.opalj.issues

InstructionLocation

Related Doc: package issues

Permalink

class InstructionLocation extends MethodLocation with PCLineComprehension

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstructionLocation
  2. PCLineComprehension
  3. CodeComprehension
  4. MethodLocation
  5. MethodComprehension
  6. ClassLocation
  7. ClassComprehension
  8. PackageLocation
  9. ProjectLocation
  10. IssueLocation
  11. Comparable
  12. IssueRepresentations
  13. ReportableAnalysisResult
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InstructionLocation(description: Option[String], theProject: SomeProject, method: Method, pc: PC, details: Seq[IssueDetails] = List.empty)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to any2stringadd[InstructionLocation] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (InstructionLocation, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to ArrowAssoc[InstructionLocation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val classFile: ClassFile

    Permalink
    Definition Classes
    ClassLocationClassComprehension
  8. def classFileFQN: String

    Permalink
    Definition Classes
    ClassComprehension
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def code: Code

    Permalink
    Definition Classes
    InstructionLocationCodeComprehension
  11. def compareTo(other: IssueLocation): Int

    Permalink
    Definition Classes
    ProjectLocationIssueLocation → Comparable
  12. val description: Option[String]

    Permalink

    The description of the issue with respect to the given location.

    The description of the issue with respect to the given location.

    Definition Classes
    ProjectLocationIssueLocation
  13. def descriptionAsXHTML: List[Node]

    Permalink
    Definition Classes
    PackageLocation
  14. val details: Seq[IssueDetails]

    Permalink
    Definition Classes
    ProjectLocation
  15. def detailsAsIDL: JsValue

    Permalink
    Definition Classes
    PackageLocation
  16. def detailsAsXHTML(basicInfoOnly: Boolean): List[Node]

    Permalink
    Definition Classes
    PackageLocation
  17. def ensuring(cond: (InstructionLocation) ⇒ Boolean, msg: ⇒ Any): InstructionLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to Ensuring[InstructionLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (InstructionLocation) ⇒ Boolean): InstructionLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to Ensuring[InstructionLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): InstructionLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to Ensuring[InstructionLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): InstructionLocation

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to Ensuring[InstructionLocation] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. val firstLineOfMethod: Option[String]

    Permalink
    Definition Classes
    MethodLocation
  25. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to StringFormat[InstructionLocation] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def instruction: Instruction

    Permalink
    Definition Classes
    CodeComprehension
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def line: Option[Int]

    Permalink
    Definition Classes
    PCLineComprehension
  31. final def line(pc: PC): Option[Int]

    Permalink
    Definition Classes
    PCLineComprehension
  32. def lineNode: Node

    Permalink
    Definition Classes
    PCLineComprehension
  33. def locationAsIDL: JsObject

    Permalink
  34. def locationAsInlineXHTML(basicInfoOnly: Boolean): List[Node]

    Permalink
  35. val method: Method

    Permalink
    Definition Classes
    MethodLocationMethodComprehension
  36. def methodJVMSignature: String

    Permalink
    Definition Classes
    MethodComprehension
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def opcode: Int

    Permalink
    Definition Classes
    CodeComprehension
  41. val pc: PC

    Permalink
    Definition Classes
    InstructionLocationCodeComprehension
  42. final def pcLineToString: String

    Permalink
    Definition Classes
    PCLineComprehension
  43. def pcNode: Node

    Permalink
    Definition Classes
    PCLineComprehension
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. val thePackage: String

    Permalink
    Definition Classes
    PackageLocation
  46. val theProject: SomeProject

    Permalink
    Definition Classes
    ProjectLocation
  47. def toAnsiColoredString: String

    Permalink

    Representation of this issue well suited for console output if the console supports ANSI color escapes.

    Representation of this issue well suited for console output if the console supports ANSI color escapes.

    If you are generating output related to (a line in) a class file, use a format as used by other compilers, e.g., CLANG and GCC:

    FILENAME:[LINE:[COLUMN:]] TYPE: MESSAGE
    
    where FILENAME denotes the name of the file, LINE is the line number if available, COLUMN is the column – which is usually not available when you analyze class files and TYPE identifies the type of the message (e.g., "note", "warning", "error", "fatal error").

    Line and column information is optional.

    If the real filename is not available use the fully qualified name of the class in binary notation (i.e., using "/" to separate the package qualifiers) with the suffice ".class" appended.

    Note that the space after the location information is required.

    Example

    demo/Buggy.class:100: warning: protected field in final class
    

    Definition Classes
    InstructionLocationClassLocationProjectLocationIssueRepresentations
  48. def toConsoleString: String

    Permalink

    A basic representation of this issue well suited for console output.

    A basic representation of this issue well suited for console output.

    Definition Classes
    IssueRepresentations → ReportableAnalysisResult
  49. def toEclipseConsoleString: String

    Permalink

    A representation of this issue well suited for output to the Eclipse IDE console.

    A representation of this issue well suited for output to the Eclipse IDE console.

    Definition Classes
    InstructionLocationProjectLocationIssueRepresentations
  50. final def toIDL: JsValue

    Permalink

    A representation of this issue using the Issues Description Language (which is a JSON dialect.)

    A representation of this issue using the Issues Description Language (which is a JSON dialect.)

    Definition Classes
    PackageLocationIssueRepresentations
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. final def toXHTML(basicInfoOnly: Boolean): Node

    Permalink

    An (x)HTML5 representation of the issue, well suited for browser output.

    An (x)HTML5 representation of the issue, well suited for browser output.

    Definition Classes
    PackageLocationIssueRepresentations
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def [B](y: B): (InstructionLocation, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from InstructionLocation to ArrowAssoc[InstructionLocation] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PCLineComprehension

Inherited from CodeComprehension

Inherited from MethodLocation

Inherited from MethodComprehension

Inherited from ClassLocation

Inherited from ClassComprehension

Inherited from PackageLocation

Inherited from ProjectLocation

Inherited from IssueLocation

Inherited from Comparable[IssueLocation]

Inherited from IssueRepresentations

Inherited from ReportableAnalysisResult

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from InstructionLocation to any2stringadd[InstructionLocation]

Inherited by implicit conversion StringFormat from InstructionLocation to StringFormat[InstructionLocation]

Inherited by implicit conversion Ensuring from InstructionLocation to Ensuring[InstructionLocation]

Inherited by implicit conversion ArrowAssoc from InstructionLocation to ArrowAssoc[InstructionLocation]

Ungrouped