Unit 'ebnf.tree' Package
[Overview][Types][Classes][Index] [#fcl-ebnf]

TEBNFElementType

Declaration

Source position: ebnf.tree.pp line 32

type TEBNFElementType = (

  etGrammar,

  etRule,

  etExpression,

  etTerm,

  etFactorIdentifier,

  etFactorStringLiteral,

  etFactorOptional,

  etFactorRepetition,

  etFactorGroup,

  etFactorSpecialSequence

);


Documentation generated on: 2025-07-25