czt.zxml.ast
Class Sect_Parsed
java.lang.Object
|
+--zeta.util.Term
|
+--czt.zxml.ast.Sect
|
+--czt.zxml.ast.Sect_Parsed
- All Implemented Interfaces:
- Annotated, java.lang.Cloneable, zeta.format.Formattable, java.io.Serializable
- public class Sect_Parsed
- extends Sect
- implements Annotated
- See Also:
- Serialized Form
| Fields inherited from class zeta.util.Term |
interned, internTab |
|
Constructor Summary |
Sect_Parsed(java.lang.String word,
java.util.List parents,
java.util.List paras)
|
| 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 |
word
public java.lang.String word
parents
public TermList parents
paras
public TermList paras
ann
public zeta.util.Annotation ann
Sect_Parsed
public Sect_Parsed(java.lang.String word,
java.util.List parents,
java.util.List paras)
getAnnotation
public zeta.util.Annotation getAnnotation()
- Specified by:
getAnnotation in interface Annotated