class RunOption extends AnyRef
Options for running the TIP system.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RunOption
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RunOption()
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
-
var
andersen: Boolean
If set, perform Andersen-style pointer analysis.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
var
cfa: Boolean
If set, perform control-flow analysis.
-
var
cfg: Boolean
If set, construct the (intraprocedural) control-flow graph after parsing.
-
def
check(): Boolean
Checks that a source file or directory has been provided.
Checks that a source file or directory has been provided.
- returns
true if success
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
var
concolic: Boolean
If set, perform concolic execution of the program.
- var dfAnalysis: Map[analysis.FlowSensitiveAnalysis.Analysis.Value, analysis.FlowSensitiveAnalysis.AnalysisOption.Value]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
var
icfg: Boolean
If set, construct the interprocedural control-flow graph after parsing.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var normalizer: Normalizer
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
var
out: File
Output directory.
Output directory. (Default: "./out")
-
var
run: Boolean
If set, execute the program.
-
var
source: File
Source file, or directory containing .tip files.
-
var
steensgaard: Boolean
If set, perform Steensgaard-style pointer analysis.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
var
types: Boolean
If set, perform type analysis.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated