C# Class Parrot.Nodes.Statement

Inheritance: Parrot.Nodes.AbstractNode
Afficher le fichier Open project: ParrotFx/Parrot Class Usage Examples

Private Properties

Свойство Type Description
AddAttribute void
AddAttributes void
GetIdentifierParts IEnumerable
IdentifierTypeFromCharacter void
Statement System.Collections.Generic
Statement System.Collections.Generic

Méthodes publiques

Méthode Description
Statement ( string name, StatementTail statementTail ) : System.Collections.Generic
ToString ( ) : string

Méthodes protégées

Méthode Description
ParseStatementTail ( StatementTail statementTail ) : void

Private Methods

Méthode 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 méthode

protected ParseStatementTail ( StatementTail statementTail ) : void
statementTail StatementTail
Résultat void

Statement() public méthode

public Statement ( string name, StatementTail statementTail ) : System.Collections.Generic
name string
statementTail StatementTail
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string