czt.zxml.ast
Class Name_Parsed
java.lang.Object
|
+--zeta.util.Term
|
+--czt.zxml.ast.Name
|
+--czt.zxml.ast.Name_Parsed
- All Implemented Interfaces:
- Annotated, java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable
- public class Name_Parsed
- extends Name
- 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
Name_Parsed
public Name_Parsed(DecoratedWord name)
Name_Parsed
public Name_Parsed(java.lang.String name,
java.util.List strokes)
throws UnknownStroke
getAnnotation
public zeta.util.Annotation getAnnotation()
- Specified by:
getAnnotation in interface Annotated