Package com.oracle.truffle.api.impl
Class AbstractAssumption
- java.lang.Object
-
- com.oracle.truffle.api.impl.AbstractAssumption
-
- All Implemented Interfaces:
Assumption
public abstract class AbstractAssumption extends java.lang.Object implements Assumption
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAssumption(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()A name for the assumption that is used for debug output.java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.oracle.truffle.api.Assumption
check, invalidate, isValid
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:AssumptionA name for the assumption that is used for debug output.- Specified by:
getNamein interfaceAssumption- Returns:
- the name of the assumption
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-