| 
 | ||||||||
| 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 | baseNumeric value base 0 = decimal, 1 = hexa | 
|  char | carCurrent character | 
|  java.io.PushbackReader | isSource input. | 
|  int | lineCurrent line number | 
|  java.lang.String | nameFile name | 
|  int | nberrorsNumber of errors. | 
|  int | nbwarningNumber of warnings | 
|  int | oneDelayed symbol | 
|  java.lang.String | prefixCurrent prefix | 
|  java.net.URL | sourceURLSource URL. | 
|  int | symbCurrent symbol | 
|  int | typeCurrent numeric type value 0 = integer, 1 = float | 
|  java.lang.String | valueCurrent 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 | |||||||