Package nlScript.core

Interface RepresentsSymbol

All Known Implementing Classes:
Join, NonTerminal, Optional, Or, Plus, Repeat, Rule, Sequence, Star, Symbol, Terminal, Terminal.CharacterClass, Terminal.Digit, Terminal.EndOfInput, Terminal.Epsilon, Terminal.Letter, Terminal.Literal, Terminal.Whitespace

public interface RepresentsSymbol
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getRepresentedSymbol

      Symbol getRepresentedSymbol()