C# Class Axiom.Scripting.Compiler.ConcreteNode

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

Méthodes publiques

Свойство Type Description
Children List
File string
Line uint
Parent ConcreteNode
Token string
Type ConcreteNodeType

Property Details

Children public_oe property

public List Children
Résultat List

File public_oe property

public string File
Résultat string

Line public_oe property

public uint Line
Résultat uint

Parent public_oe property

public ConcreteNode,Axiom.Scripting.Compiler Parent
Résultat ConcreteNode

Token public_oe property

public string Token
Résultat string

Type public_oe property

public ConcreteNodeType Type
Résultat ConcreteNodeType