Package | Description |
---|---|
org.openjdk.asmtools.jcoder |
Modifier and Type | Field and Description |
---|---|
protected SourceFile |
Jcoder.env |
protected SourceFile |
Scanner.env
Where errors are reported
|
protected SourceFile |
Scanner.in
Input stream
|
Constructor and Description |
---|
Jcoder(SourceFile sf,
java.util.HashMap<java.lang.String,java.lang.String> macros)
Create a parser
|
Scanner(SourceFile sf)
for use in jcfront.
|
Scanner(SourceFile sf,
java.util.HashMap<java.lang.String,java.lang.String> macros)
Create a scanner to scan an input stream.
|