|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.compiler.parser.CompilationContext
Compilation context, holds current lexical element and file information.
Field Summary | |
int |
base
Numeric value base 0 = decimal, 1 = hexa |
char |
car
Current character |
java.io.PushbackReader |
is
Source input. |
int |
line
Current line number |
java.lang.String |
name
File name |
int |
nberrors
Number of errors. |
int |
nbwarning
Number of warnings |
int |
one
Delayed symbol |
java.lang.String |
prefix
Current prefix |
java.net.URL |
sourceURL
Source URL. |
int |
symb
Current symbol |
int |
type
Current numeric type value 0 = integer, 1 = float |
java.lang.String |
value
Current text type value |
Constructor Summary | |
CompilationContext()
Creates a compilation context |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.io.PushbackReader is
public int symb
public int one
public int line
public int nberrors
public int nbwarning
public java.lang.String name
public java.net.URL sourceURL
public char car
public java.lang.String value
public int type
public int base
public java.lang.String prefix
Constructor Detail |
public CompilationContext()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |