Uses of Class
org.openjdk.asmtools.jcoder.SourceFile
-
Packages that use SourceFile Package Description org.openjdk.asmtools.jcoder -
-
Uses of SourceFile in org.openjdk.asmtools.jcoder
Fields in org.openjdk.asmtools.jcoder declared as SourceFile Modifier and Type Field Description protected SourceFile
Jcoder. env
protected SourceFile
Scanner. env
Where errors are reportedprotected SourceFile
Scanner. in
Input streamConstructors in org.openjdk.asmtools.jcoder with parameters of type SourceFile Constructor Description Jcoder(SourceFile sf, java.util.HashMap<java.lang.String,java.lang.String> macros)
Create a parserScanner(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.
-