step10
Class type.IntegerT
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
step10.type.T
step10.type.IntegerT
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess
- Direct Known Subclasses:
- type.IAdd, type.IAnd, type.IBegin, type.ICall, type.IDeref, type.IDiv, type.IIf, type.ILet, type.ILetrec, type.ILsh, type.IMinus, type.IMod, type.IMul, type.INeg, type.IOr, type.IRsh, type.ISub, type.IVar, type.IXor
- Enclosing class:
- type
public static class type.IntegerT
- extends type.T
base class for integer operations,
itself used to type an Integer 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.IntegerT
protected type.IntegerT(Integer i)
type.IntegerT
protected type.IntegerT()
type.IntegerT
protected type.IntegerT(List sub)
type.IntegerT
protected type.IntegerT(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