case class JavaStatement(method: Method, tacIndex: Int, isReturnNode: Boolean = false, stmts: Array[Stmt[JavaStatement.V]], cfg: CFG[Stmt[JavaStatement.V], TACStmts[JavaStatement.V]]) extends Product with Serializable
Class to model statements used with IDE analyses.
- tacIndex
the index of the statement in the TAC
- isReturnNode
whether the statement models the return node of a call
- Source
- JavaStatement.scala
- Alphabetic
- By Inheritance
- JavaStatement
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new JavaStatement(method: Method, tacIndex: Int, isReturnNode: Boolean = false, stmts: Array[Stmt[JavaStatement.V]], cfg: CFG[Stmt[JavaStatement.V], TACStmts[JavaStatement.V]])
- tacIndex
the index of the statement in the TAC
- isReturnNode
whether the statement models the return node of a call
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 basicBlock: BasicBlock
- val cfg: CFG[Stmt[JavaStatement.V], TACStmts[JavaStatement.V]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- JavaStatement → Equals → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- JavaStatement → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isReturnNode: Boolean
- val method: Method
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def stmt: Stmt[JavaStatement.V]
- val stmts: Array[Stmt[JavaStatement.V]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tacIndex: Int
- def toString(): String
- Definition Classes
- JavaStatement → AnyRef → Any
- 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
- Deprecated