Package net.hydromatic.morel.ast
Class Core.Wrapper
java.lang.Object
net.hydromatic.morel.ast.Core.Wrapper
- All Implemented Interfaces:
Comparable<Core.Wrapper>
- Enclosing class:
Core
Wraps a value as a Comparable, and stores the global expression from which
the value was derived. That global expression will be used if the value is
converted by to Morel code.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
exp
-
o
-
-
Constructor Details
-
Wrapper
-
-
Method Details
-
isValidValue
-
compareTo
- Specified by:
compareToin interfaceComparable<Core.Wrapper>
-
toString
-
hashCode
public int hashCode() -
equals
-
unwrap
Returns the value.
-