Package EDU.purdue.jtb.parser
Class BNFProduction_
- java.lang.Object
-
- EDU.purdue.jtb.parser.NormalProduction
-
- EDU.purdue.jtb.parser.BNFProduction_
-
public class BNFProduction_ extends NormalProduction
Describes BNF productions.
-
-
Field Summary
-
Fields inherited from class EDU.purdue.jtb.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 jp)
-
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
-
-
-
-
Method Detail
-
getDeclarationTokens
public final java.util.List<Token> 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
-
-