public class NonTerminal extends Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
Constructor and Description |
---|
NonTerminal() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
dump(int indent,
Set alreadyDumped) |
List<Token> |
getArgumentTokens() |
List<Token> |
getLhsTokens() |
String |
getName() |
List<Token> |
getParametrizedTypeTokens() |
NormalProduction |
getProd() |
void |
setArgumentTokens(List<Token> parametrized_type__tokens) |
void |
setLhsTokens(List<Token> lhsTokens) |
void |
setName(String name) |
void |
setParametrizedTypeTokens(List<Token> argument_tokens) |
NormalProduction |
setProd(NormalProduction prod) |
dumpPrefix, getProductionName, hashCode, reInit, toString
public StringBuffer dump(int indent, Set alreadyDumped)
public void setLhsTokens(List<Token> lhsTokens)
lhsTokens
- the lhsTokens to setpublic void setName(String name)
name
- the name to setpublic String getName()
public void setParametrizedTypeTokens(List<Token> argument_tokens)
argument_tokens
- the argument_tokens to setpublic List<Token> getParametrizedTypeTokens()
public void setArgumentTokens(List<Token> parametrized_type__tokens)
argument_tokens
- the argument_tokens to setpublic NormalProduction setProd(NormalProduction prod)
prod
- the prod to setpublic NormalProduction getProd()
Copyright © 1996–2020 javacc.org. All rights reserved.