| 
		
            
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectantlr.BaseAST
antlr.CommonAST
org.makumba.providers.datadefinition.mdd.MDDAST
public class MDDAST
Custom AST type that stores useful information for MDD parsing and analysis, such as token line and column and makumba type
| Field Summary | |
|---|---|
protected  FieldType | 
makumbaType
 | 
protected  boolean | 
wasIncluded
 | 
| Fields inherited from class antlr.BaseAST | 
|---|
down, right | 
| Constructor Summary | |
|---|---|
MDDAST()
 | 
|
| Method Summary | |
|---|---|
 int | 
getColumn()
 | 
 int | 
getLine()
 | 
 void | 
initialize(antlr.collections.AST t)
 | 
 void | 
initialize(antlr.Token tok)
 | 
 void | 
setCol(int col)
 | 
 void | 
setLine(int line)
 | 
| Methods inherited from class antlr.CommonAST | 
|---|
getText, getType, initialize, setText, setType | 
| Methods inherited from class antlr.BaseAST | 
|---|
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected FieldType makumbaType
protected boolean wasIncluded
| Constructor Detail | 
|---|
public MDDAST()
| Method Detail | 
|---|
public void initialize(antlr.Token tok)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void initialize(antlr.collections.AST t)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic int getColumn()
getColumn in interface antlr.collections.ASTgetColumn in class antlr.BaseASTpublic int getLine()
getLine in interface antlr.collections.ASTgetLine in class antlr.BaseASTpublic void setLine(int line)
public void setCol(int col)
  | 
		
            
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||