czt.zxml.ast
Class RefName_Parsed
java.lang.Object
|
+--zeta.util.Term
|
+--czt.zxml.ast.RefName
|
+--czt.zxml.ast.RefName_Parsed
- All Implemented Interfaces:
- Annotated, java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable
- public class RefName_Parsed
- extends RefName
- implements Annotated
- See Also:
- Serialized Form
| Fields inherited from class zeta.util.Term |
interned, internTab |
| Methods inherited from class zeta.util.Term |
, clone, equals, getSubtermFields, getTagField, intern, internArray, toFormat, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
name
public DecoratedWord name
ann
public zeta.util.Annotation ann
RefName_Parsed
public RefName_Parsed(DecoratedWord name)
RefName_Parsed
public RefName_Parsed(java.lang.String word,
java.util.List strokes)
throws UnknownStroke
getAnnotation
public zeta.util.Annotation getAnnotation()
- Specified by:
getAnnotation in interface Annotated