public class ASTAssignTreeWalker extends ARASTTreeWalker
| Constructor and Description |
|---|
ASTAssignTreeWalker(AssignParseFormatInfo in)
Constructor
|
ASTAssignTreeWalker(org.antlr.runtime.tree.CommonTree root,
AssignParseFormatInfo in)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AssignInfo |
createAssignInfo(org.antlr.runtime.tree.CommonTree tree)
Given the lexer tree, create the assigninfo representing the tree
|
void |
loadCharWithValue(ArithmeticOrRelationalOperand rightOperand,
Locale loc)
Process a term and convert any char values it contains into appropriate
enum, time or currency values since the term is referencing a enum or
time field respectively.
|
public ASTAssignTreeWalker(AssignParseFormatInfo in)
root - in - public ASTAssignTreeWalker(org.antlr.runtime.tree.CommonTree root,
AssignParseFormatInfo in)
root - in - public AssignInfo createAssignInfo(org.antlr.runtime.tree.CommonTree tree) throws ARException
tree - ARExceptionpublic void loadCharWithValue(ArithmeticOrRelationalOperand rightOperand, Locale loc) throws ARException
leftOperand - rightOperand - ARException? Copyright 2013 BMC Software, Inc.