public class Parser.Simulator extends Object
Note: Without a special "error" rule present in a grammar, which a parser will try to shift at the beginning of an error recovery, simulation continues without removing anything from the original states stack. This often will lead to cases when no parsing ahead will recover the parser from a syntax error.
Constructor and Description |
---|
Simulator() |
public boolean parse(Parser.TokenStream in) throws IOException
IOException
Copyright © 2021 Soot OSS. All rights reserved.