czt.zxml.ast
Class RefExpr
java.lang.Object
|
+--zeta.util.Term
|
+--czt.zxml.ast.Expr
|
+--czt.zxml.ast.RefExpr
- All Implemented Interfaces:
- java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable
- Direct Known Subclasses:
- RefExpr_Parsed, RefExpr_Unparsed
- public abstract class RefExpr
- extends Expr
- See Also:
- Serialized Form
| Fields inherited from class zeta.util.Term |
interned, internTab |
|
Method Summary |
java.lang.String |
getInst()
|
zeta.format.Format |
toFormat(zeta.format.FormatInfo info)
|
| Methods inherited from class zeta.util.Term |
, clone, equals, getSubtermFields, getTagField, intern, internArray, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
Inst
private int Inst
Inst_Square
public static final int Inst_Square
Inst_Mixfix
public static final int Inst_Mixfix
Inst_Default
public static final int Inst_Default
Inst_default
public static final int Inst_default
Inst_min
protected static final int Inst_min
Inst_max
protected static final int Inst_max
Inst_names
public static final java.lang.String[] Inst_names
RefExpr
public RefExpr(int Inst)
RefExpr
public RefExpr(java.lang.String Inst)
RefExpr
public RefExpr()
getInst
public java.lang.String getInst()
toFormat
public zeta.format.Format toFormat(zeta.format.FormatInfo info)
- Overrides:
toFormat in class zeta.util.Term