Package com.oracle.truffle.api.impl
Class AbstractAssumption
java.lang.Object
com.oracle.truffle.api.impl.AbstractAssumption
- All Implemented Interfaces:
Assumption
-
Field Details
-
name
-
isValid
protected boolean isValid
-
-
Constructor Details
-
AbstractAssumption
-
-
Method Details
-
getName
Description copied from interface:Assumption
A name for the assumption that is used for debug output.- Specified by:
getName
in interfaceAssumption
- Returns:
- the name of the assumption
-
toString
-