Maven module :un.code : code-grammar-bnf :
Class :
un.syntax.grammar.bnf.Rule
Extends/Implements :
un.api.model.tree.DefaultNode
Subclasses : -
Variables : -
Functions :
Rule,
Rule,
Rule,
getName,
setName,
thisToChars,
isChoice,
setChoice
public void
Rule ()
public void
Rule (Node child)
public void
Rule (Collection children)
public Chars
getName ()
public void
setName (Chars name)
public Chars
thisToChars ()
public boolean
isChoice ()
public void
setChoice (boolean choice)
See BNF,ABNF,AntLR for more accurate definition.
author Johann Sorel