C# Class Parrot.Nodes.Statement

Inheritance: Parrot.Nodes.AbstractNode
ファイルを表示 Open project: ParrotFx/Parrot Class Usage Examples

Private Properties

Property Type Description
AddAttribute void
AddAttributes void
GetIdentifierParts IEnumerable
IdentifierTypeFromCharacter void
Statement System.Collections.Generic
Statement System.Collections.Generic

Public Methods

Method Description
Statement ( string name, StatementTail statementTail ) : System.Collections.Generic
ToString ( ) : string

Protected Methods

Method Description
ParseStatementTail ( StatementTail statementTail ) : void

Private Methods

Method Description
AddAttribute ( Attribute node ) : void
AddAttributes ( Parrot.Nodes.AttributeList attributes ) : void
GetIdentifierParts ( string source ) : IEnumerable
IdentifierTypeFromCharacter ( char character, IdentifierType &currentType ) : void
Statement ( ) : System.Collections.Generic
Statement ( string name ) : System.Collections.Generic

Method Details

ParseStatementTail() protected method

protected ParseStatementTail ( StatementTail statementTail ) : void
statementTail StatementTail
return void

Statement() public method

public Statement ( string name, StatementTail statementTail ) : System.Collections.Generic
name string
statementTail StatementTail
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string