Maven module :un.code : code-grammar-bnf :
Class : un.syntax.grammar.bnf.Rule
Extends/Implements : un.api.model.tree.DefaultNode
Subclasses : -

A Rule is a serie of rules or terminal nodes.
See BNF,ABNF,AntLR for more accurate definition.
author  Johann Sorel


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)