public interface ParserState<T>
-
Method Summary
Modifier and TypeMethodDescriptionexecute(T parser, Object yyVal, ProductionState[] yyVals, int yyTop, int count, int yyvalue)
-
Method Details
-
execute
-
execute(T parser,
Object yyVal,
ProductionState[] yyVals,
int yyTop,
int count,
int yyvalue)