|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectantlr.BaseAST
antlr.CommonAST
dspl.frontend.DSPLAST
public class DSPLAST
| Field Summary | |
|---|---|
private int |
column
|
private int |
lineNumber
|
private static long |
serialVersionUID
|
| Fields inherited from class antlr.BaseAST |
|---|
down, right |
| Constructor Summary | |
|---|---|
DSPLAST()
|
|
| Method Summary | |
|---|---|
int |
getColumn()
|
int |
getLine()
|
void |
initialize(antlr.collections.AST t)
|
void |
initialize(antlr.Token t)
|
| 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 |
|---|
private static final long serialVersionUID
private int lineNumber
private int column
| Constructor Detail |
|---|
public DSPLAST()
| Method Detail |
|---|
public void initialize(antlr.collections.AST t)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic void initialize(antlr.Token t)
initialize in interface antlr.collections.ASTinitialize in class antlr.CommonASTpublic int getLine()
getLine in interface antlr.collections.ASTgetLine in class antlr.BaseASTpublic int getColumn()
getColumn in interface antlr.collections.ASTgetColumn in class antlr.BaseAST
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||