Class RuleComponentSymbol

java.lang.Object
de.monticore.grammar.grammar._symboltable.RuleComponentSymbolTOP
de.monticore.grammar.grammar._symboltable.RuleComponentSymbol
All Implemented Interfaces:
ICommonGrammarSymbol, de.monticore.symboltable.ISymbol
Direct Known Subclasses:
RuleComponentSymbolSurrogate

public class RuleComponentSymbol extends RuleComponentSymbolTOP
  • Constructor Details

    • RuleComponentSymbol

      public RuleComponentSymbol(String name)
  • Method Details

    • getReferencedProd

      public Optional<ProdSymbolSurrogate> getReferencedProd()
      Returns:
      A reference to the defining production of this component, e.g., the defining prod for the nonterminal ... = s:A is the production A = ....