public interface ParserData
| Modifier and Type | Method and Description |
|---|---|
int[] |
getAction() |
int[] |
getFinalStates() |
short[] |
getLalr() |
int[] |
getLeft() |
int |
getNsyms() |
int |
getNterms() |
int[] |
getRuleLength() |
int |
getRules() |
int |
getStatesCount() |
Symbol[] |
getSymbols() |
short[] |
getSymFrom() |
short[] |
getSymGoto() |
short[] |
getSymTo() |
Symbol[] getSymbols()
int getRules()
int getNsyms()
int getNterms()
int getStatesCount()
short[] getSymGoto()
short[] getSymFrom()
short[] getSymTo()
short[] getLalr()
int[] getAction()
int[] getRuleLength()
int[] getFinalStates()
int[] getLeft()
Copyright © 2014. All rights reserved.