C# Class Scriban.Runtime.ScriptNode

Base class for the abstract syntax tree of a scriban program.
Afficher le fichier Open project: lunet-io/scriban Class Usage Examples

Méthodes publiques

Свойство Type Description
Span Scriban.Parsing.SourceSpan

Méthodes publiques

Méthode Description
Evaluate ( TemplateContext context ) : void

Evaluates this instance with the specified context.

Method Details

Evaluate() public abstract méthode

Evaluates this instance with the specified context.
public abstract Evaluate ( TemplateContext context ) : void
context TemplateContext The template context.
Résultat void

Property Details

Span public_oe property

The source span of this node.
public SourceSpan,Scriban.Parsing Span
Résultat Scriban.Parsing.SourceSpan