C# Class Sarcasm.GrammarAst.BnfiExpression

Inheritance: IBnfiExpression
Mostrar archivo Open project: davidnemeti/Sarcasm Class Usage Examples

Protected Properties

Property Type Description
bnfExpression BnfExpression

Private Properties

Property Type Description
GetBnfTermsList IEnumerable
IBnfiExpression BnfExpression
IBnfiTerm BnfTerm
Op_Pipe BnfExpression
Op_Plus BnfExpression

Protected Methods

Method Description
BnfiExpression ( ) : System
BnfiExpression ( BnfExpression bnfExpression ) : System
BnfiExpression ( BnfTerm bnfTerm ) : System

Private Methods

Method Description
GetBnfTermsList ( ) : IEnumerable
IBnfiExpression ( ) : BnfExpression
IBnfiTerm ( ) : BnfTerm
Op_Pipe ( BnfTerm term1, BnfTerm term2 ) : BnfExpression
Op_Plus ( BnfTerm term1, BnfTerm term2 ) : BnfExpression

Method Details

BnfiExpression() protected method

protected BnfiExpression ( ) : System
return System

BnfiExpression() protected method

protected BnfiExpression ( BnfExpression bnfExpression ) : System
bnfExpression BnfExpression
return System

BnfiExpression() protected method

protected BnfiExpression ( BnfTerm bnfTerm ) : System
bnfTerm BnfTerm
return System

Property Details

bnfExpression protected_oe property

protected BnfExpression bnfExpression
return BnfExpression