object JavaIFDSProblem
- Source
- JavaIFDSProblem.scala
- Alphabetic
- By Inheritance
- JavaIFDSProblem
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type V = DUVar[ValueInformation]
The type of the TAC domain.
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
- def asCall(call: Stmt[V]): Call[V]
Gets the call object for a statement that contains a call.
Gets the call object for a statement that contains a call.
- call
The call statement.
- returns
The call object for
call.
- 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()
- 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 isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRefTypeParam(callee: Method, index: Int): Boolean
Checks whether the callee's formal parameter is of a reference type.
- 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 remapParamAndVariableIndex(index: Int, isStaticMethod: Boolean): Int
Converts the index of a method's formal parameter to its tac index in the method's scope and vice versa.
Converts the index of a method's formal parameter to its tac index in the method's scope and vice versa.
- index
The index of a formal parameter in the parameter list or of a variable.
- isStaticMethod
States, whether the method is static.
- returns
A tac index if a parameter index was passed or a parameter index if a tac index was passed.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- 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