public class BNFProduction extends NormalProduction
eol| Constructor and Description |
|---|
BNFProduction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Token> |
getDeclarationTokens() |
boolean |
isJumpPatched() |
void |
setJumpPatched(boolean jumpPatched) |
dump, dumpPrefix, getAccessMod, getColumn, getExpansion, getFirstToken, getLastToken, getLhs, getLine, getParameterListTokens, getReturnTypeTokens, getSimpleName, getThrowsList, setAccessMod, setColumn, setExpansion, setFirstToken, setLastToken, setLhs, setLine, setThrowsListpublic java.util.List<Token> getDeclarationTokens()
public void setJumpPatched(boolean jumpPatched)
jumpPatched - the jumpPatched to setpublic boolean isJumpPatched()