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 SourceFileJcoder. envprotected SourceFileScanner. envWhere errors are reportedprotected SourceFileScanner. inInput 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.
-