edu.ksu.cis.projects.bogor.ast.checker
Class Checker.CheckValueResult
java.lang.Object
edu.ksu.cis.projects.bogor.ast.checker.Checker.CheckValueResult
- Enclosing class:
- Checker
public static class Checker.CheckValueResult
- extends Object
Checks a value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
boxedValue
public final Object boxedValue
- An Object instance is used as a valuation of "null". An enum value is
represented as its qualified name.
null
if an error has
occurred.
naturalType
public final Type naturalType
- Non-null.
Checker.CheckValueResult
public Checker.CheckValueResult(Object boxedVal,
Type naturalType)