public class AssocTree
extends java.lang.Object
Constructor and Description |
---|
AssocTree() |
AssocTree(AssocTree[] subTrees) |
AssocTree(int from,
AssocTree left,
AssocTree right) |
Modifier and Type | Method and Description |
---|---|
static AssocTree |
createAssocTree(ParseNode curNode,
mmj.transforms.GeneralizedStmt assocProp,
mmj.transforms.WorksheetInfo info)
This function calculates associative structure.
|
AssocTree |
duplicate() |
java.lang.String |
toString() |
public final int size
public final AssocTree[] subTrees
public AssocTree()
public AssocTree(AssocTree[] subTrees)
public AssocTree duplicate()
public java.lang.String toString()
toString
in class java.lang.Object
public static AssocTree createAssocTree(ParseNode curNode, mmj.transforms.GeneralizedStmt assocProp, mmj.transforms.WorksheetInfo info)
curNode
- the input nodeassocProp
- the property of associative nodeinfo
- the work sheet info