C# 클래스 Parrot.Nodes.Statement

상속: Parrot.Nodes.AbstractNode
파일 보기 프로젝트 열기: ParrotFx/Parrot 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddAttribute void
AddAttributes void
GetIdentifierParts IEnumerable
IdentifierTypeFromCharacter void
Statement System.Collections.Generic
Statement System.Collections.Generic

공개 메소드들

메소드 설명
Statement ( string name, StatementTail statementTail ) : System.Collections.Generic
ToString ( ) : string

보호된 메소드들

메소드 설명
ParseStatementTail ( StatementTail statementTail ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ParseStatementTail() 보호된 메소드

protected ParseStatementTail ( StatementTail statementTail ) : void
statementTail StatementTail
리턴 void

Statement() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string