Class OperatorTerminal

java.lang.Object
com.knezevic.edaf.v3.repr.grammar.model.Terminal
com.knezevic.edaf.v3.repr.grammar.model.OperatorTerminal
All Implemented Interfaces:
GrammarSymbol

public final class OperatorTerminal extends Terminal
Terminal that references one executable operator definition.
  • Constructor Details

    • OperatorTerminal

      public OperatorTerminal(OperatorDefinition operator)
      Creates operator terminal.
  • Method Details