| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jltools.parse.VarDeclarator
Encapsulates some of the data in a variable declaration. Used only by the parser.
| Field Summary | |
 int | 
dims
 | 
 Expr | 
init
 | 
 java.lang.String | 
name
 | 
 Position | 
pos
 | 
| Constructor Summary | |
VarDeclarator(Position pos,
              java.lang.String name)
 | 
|
| Method Summary | |
 Position | 
position()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public Position pos
public java.lang.String name
public int dims
public Expr init
| Constructor Detail | 
public VarDeclarator(Position pos,
                     java.lang.String name)
| Method Detail | 
public Position position()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||