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 protected
AbstractAssumption(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
A name for the assumption that is used for debug output.java.lang.String
toString()
-
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:Assumption
A name for the assumption that is used for debug output.- Specified by:
getName
in interfaceAssumption
- Returns:
- the name of the assumption
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-