public class StateBase<R> extends Object
StateBase()
boolean
accepted()
<T> T
error(Object symbol)
R
result()
List<Object>
stack()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StateBase()
public boolean accepted()
public <T> T error(Object symbol) throws UnexpectedInputException
UnexpectedInputException
public R result()
public List<Object> stack()
Copyright © 2020. All rights reserved.