Package org.openjdk.asmtools.jasm
Class ParseBase
java.lang.Object
org.openjdk.asmtools.jasm.ParseBase
- Direct Known Subclasses:
Parser
,ParserAnnotation
,ParserCP
,ParserInstr
,Scanner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
void
enableDebug
(boolean debState) void
init
(Scanner scnr, Parser prsr, Environment envr)
-
Field Details
-
debugFlag
protected boolean debugFlag -
scanner
-
parser
-
env
-
-
Constructor Details
-
ParseBase
public ParseBase()
-
-
Method Details
-
init
-
enableDebug
public void enableDebug(boolean debState) -
debugStr
-
debugScan
-