Package org.javacc.parser
Class BNFProduction
- java.lang.Object
-
- org.javacc.parser.NormalProduction
-
- org.javacc.parser.BNFProduction
-
public class BNFProduction extends NormalProduction
Describes BNF productions.
-
-
Field Summary
-
Fields inherited from class org.javacc.parser.NormalProduction
eol
-
-
Constructor Summary
Constructors Constructor Description BNFProduction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Token>
getDeclarationTokens()
boolean
isJumpPatched()
void
setJumpPatched(boolean jumpPatched)
-
Methods inherited from class org.javacc.parser.NormalProduction
dump, dumpPrefix, getAccessMod, getColumn, getExpansion, getFirstToken, getLastToken, getLhs, getLine, getParameterListTokens, getReturnTypeTokens, getSimpleName, getThrowsList, setAccessMod, setColumn, setExpansion, setFirstToken, setLastToken, setLhs, setLine, setThrowsList
-
-
-
-
Method Detail
-
getDeclarationTokens
public java.util.List<Token> getDeclarationTokens()
- Returns:
- the declaration_tokens
-
setJumpPatched
public void setJumpPatched(boolean jumpPatched)
- Parameters:
jumpPatched
- the jumpPatched to set
-
isJumpPatched
public boolean isJumpPatched()
- Returns:
- the jumpPatched
-
-