Package EDU.purdue.jtb.parser
Class BNFProduction_
java.lang.Object
EDU.purdue.jtb.parser.NormalProduction
EDU.purdue.jtb.parser.BNFProduction_
Describes BNF productions.
-
Field Summary
Fields inherited from class EDU.purdue.jtb.parser.NormalProduction
EOL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EDU.purdue.jtb.parser.NormalProduction
dump, dumpPrefix, getAccessMod, getColumn, getExpansion, getFirstToken, getLastToken, getLhs, getLine, getParameterListTokens, getReturnTypeTokens, getSimpleName, getThrowsList, setAccessMod, setColumn, setExpansion, setFirstToken, setLastToken, setLhs, setLine, setThrowsList
-
Constructor Details
-
BNFProduction_
public BNFProduction_()
-
-
Method Details
-
getDeclarationTokens
- Returns:
- the declaration_tokens
-
setJumpPatched
public final void setJumpPatched(boolean jp) - Parameters:
jp
- - the jumpPatched to set
-
isJumpPatched
public final boolean isJumpPatched()- Returns:
- the jumpPatched
-