class Operands extends IssueDetails with CodeComprehension
- Source
- Operands.scala
- Alphabetic
- By Inheritance
- Operands
- CodeComprehension
- IssueDetails
- IssueRepresentations
- ReportableAnalysisResult
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val code: Code
- Definition Classes
- Operands → CodeComprehension
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def instruction: Instruction
- Definition Classes
- CodeComprehension
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localVariables: Locals[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def opcode: Int
- Definition Classes
- CodeComprehension
- val operands: List[_ <: AnyRef]
- val pc: PC
- Definition Classes
- Operands → CodeComprehension
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toAnsiColoredString: String
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
- Operands → IssueRepresentations
- def toConsoleString: String
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
- def toEclipseConsoleString: String
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
- Operands → IssueRepresentations
- def toIDL: JsValue
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
- Operands → IssueRepresentations
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toXHTML(basicInfoOnly: Boolean): Node
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
- Operands → IssueRepresentations
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated