C# 클래스 Irony.Compiler.AstNodeArgs

파일 보기 프로젝트 열기: Zepheus/Fiesta_Utils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChildNodes AstNodeList
Context Irony.Compiler.CompilerContext
Span SourceSpan
Term BnfTerm

공개 메소드들

메소드 설명
AsToken ( int index ) : Token
AstNodeArgs ( BnfTerm term, Irony.Compiler.CompilerContext context, SourceSpan span, AstNodeList childNodes ) : System
GetContent ( int index ) : string

메소드 상세

AsToken() 공개 메소드

public AsToken ( int index ) : Token
index int
리턴 Token

AstNodeArgs() 공개 메소드

public AstNodeArgs ( BnfTerm term, Irony.Compiler.CompilerContext context, SourceSpan span, AstNodeList childNodes ) : System
term BnfTerm
context Irony.Compiler.CompilerContext
span SourceSpan
childNodes AstNodeList
리턴 System

GetContent() 공개 메소드

public GetContent ( int index ) : string
index int
리턴 string

프로퍼티 상세

ChildNodes 공개적으로 프로퍼티

public AstNodeList ChildNodes
리턴 AstNodeList

Context 공개적으로 프로퍼티

public CompilerContext,Irony.Compiler Context
리턴 Irony.Compiler.CompilerContext

Span 공개적으로 프로퍼티

public SourceSpan,Irony.Compiler Span
리턴 SourceSpan

Term 공개적으로 프로퍼티

public BnfTerm Term
리턴 BnfTerm