Uses of Class
org.openjdk.asmtools.jcoder.SourceFile
Packages that use SourceFile
-
Uses of SourceFile in org.openjdk.asmtools.jcoder
Fields in org.openjdk.asmtools.jcoder declared as SourceFileModifier and TypeFieldDescriptionprotected SourceFileJcoder.envprotected SourceFileScanner.envWhere errors are reportedprotected SourceFileScanner.inInput streamConstructors in org.openjdk.asmtools.jcoder with parameters of type SourceFileModifierConstructorDescription(package private)Jcoder(SourceFile sf, HashMap<String, String> macros) Create a parserprotectedScanner(SourceFile sf) for use in jcfront.protectedScanner(SourceFile sf, HashMap<String, String> macros) Create a scanner to scan an input stream.