public class CanonicalOperandHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<ParseNode> |
operandList |
Constructor and Description |
---|
CanonicalOperandHelper(ParseNode originalNode,
mmj.transforms.GeneralizedStmt genStmt) |
Modifier and Type | Method and Description |
---|---|
void |
collectOperandList(AssocTree structure) |
ParseNode |
constructCanonical() |
void |
convertOperandsToCanonical(TransformationManager trManager,
mmj.transforms.WorksheetInfo info) |
public final java.util.List<ParseNode> operandList
public CanonicalOperandHelper(ParseNode originalNode, mmj.transforms.GeneralizedStmt genStmt)
public void collectOperandList(AssocTree structure)
public void convertOperandsToCanonical(TransformationManager trManager, mmj.transforms.WorksheetInfo info)
public ParseNode constructCanonical()