C# 클래스 Axiom.Scripting.Compiler.ConcreteNode

The ConcreteNode is the class that holds an un-conditioned sub-tree of parsed input
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children List
File string
Line uint
Parent ConcreteNode
Token string
Type ConcreteNodeType

프로퍼티 상세

Children 공개적으로 프로퍼티

public List Children
리턴 List

File 공개적으로 프로퍼티

public string File
리턴 string

Line 공개적으로 프로퍼티

public uint Line
리턴 uint

Parent 공개적으로 프로퍼티

public ConcreteNode,Axiom.Scripting.Compiler Parent
리턴 ConcreteNode

Token 공개적으로 프로퍼티

public string Token
리턴 string

Type 공개적으로 프로퍼티

public ConcreteNodeType Type
리턴 ConcreteNodeType