C# Class Axiom.Scripting.Compiler.ConcreteNode

The ConcreteNode is the class that holds an un-conditioned sub-tree of parsed input
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
Children List
File string
Line uint
Parent ConcreteNode
Token string
Type ConcreteNodeType

Property Details

Children public_oe property

public List Children
return List

File public_oe property

public string File
return string

Line public_oe property

public uint Line
return uint

Parent public_oe property

public ConcreteNode,Axiom.Scripting.Compiler Parent
return ConcreteNode

Token public_oe property

public string Token
return string

Type public_oe property

public ConcreteNodeType Type
return ConcreteNodeType