| Package | Description |
|---|---|
| beaver | |
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
Object |
Parser.parse(Scanner source)
Parses a source and returns a semantic value of the accepted nonterminal
|
Object |
Parser.parse(Scanner source,
short alt_goal_marker_id)
Parses a source and returns a semantic value of the accepted nonterminal.
|
protected void |
Parser.recoverFromError(Symbol token,
Parser.TokenStream in)
Implements parsing error recovery.
|
| Modifier and Type | Method and Description |
|---|---|
CompilationUnit |
JastAddJavaParser.parse(InputStream is,
String fileName) |
CompilationUnit |
JavaParser.parse(InputStream is,
String fileName) |
Copyright © 2021 Soot OSS. All rights reserved.