step10
Class type.BooleanT
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
step10.type.T
step10.type.BooleanT
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
- Direct Known Subclasses:
- type.BAnd, type.BAndIf, type.BBegin, type.BCall, type.BDeref, type.BEq, type.BIf, type.BLet, type.BLetrec, type.BNe, type.BNot, type.BOr, type.BOrIf, type.BVar, type.BXor, type.DEq, type.DGe, type.DGt, type.DLe, type.DLt, type.DNe, type.IEq, type.IGe, type.IGt, type.ILe, type.ILt, type.INe, type.SEq, type.SGe, type.SGt, type.SLe, type.SLt, type.SNe
- Enclosing class:
- type
public static class type.BooleanT
- extends type.T
base class for boolean operations,
itself used to type an Boolean leaf.
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
type.BooleanT
protected type.BooleanT(Boolean b)
type.BooleanT
protected type.BooleanT()
type.BooleanT
protected type.BooleanT(List sub)
type.BooleanT
protected type.BooleanT(Object type,
List sub)
asString
protected String asString()
- Description copied from class:
type.T
- describe type.
- Specified by:
asString in class type.T
toPrefix
public String toPrefix()
- Description copied from class:
type.T
- returns type-specific prefix.
- Specified by:
toPrefix in class type.T