Class ParseBase

java.lang.Object
org.openjdk.asmtools.jasm.ParseBase
Direct Known Subclasses:
Parser, ParserAnnotation, ParserCP, ParserInstr, Scanner

public class ParseBase extends Object
  • Field Details

    • debugFlag

      protected boolean debugFlag
    • scanner

      protected Scanner scanner
    • parser

      protected Parser parser
    • env

      protected Environment env
  • Constructor Details

    • ParseBase

      public ParseBase()
  • Method Details

    • init

      public void init(Scanner scnr, Parser prsr, Environment envr)
    • enableDebug

      public void enableDebug(boolean debState)
    • debugStr

      protected void debugStr(String str)
    • debugScan

      protected void debugScan(String str)