Class LJSTree
Represents the result of parsing of LJS content into Laconic Java Script Document Object Model
Inheritance
System.Object
LJSTree
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.CodeAnalysis.Laconfig
Assembly: Azos.dll
Syntax
public sealed class LJSTree
Properties
Data
Attaches arbitrary data, such as the one used by the generator
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Root
Tree root
Declaration
public LJSSectionNode Root { get; }
Property Value
Type | Description |
---|---|
LJSSectionNode |
TranspiledContent
Returns The tree transpiled by the transpiler
Declaration
public string TranspiledContent { get; set; }
Property Value
Type | Description |
---|---|
System.String |