Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Accept ( ISequenceVisitor csharpVisitor ) : void | ||
GetContextVariables ( ) : IEnumerable |
||
WriteActionOutputs ( TemplateContext _ ) : void | ||
WriteCode ( ISequenceVisitor visitor, TemplateContext ctx ) : void | ||
WriteCode ( TemplateContext ctx, ActionNode node ) : void |
public Accept ( ISequenceVisitor csharpVisitor ) : void | ||
csharpVisitor | ISequenceVisitor | |
Результат | void |
public GetContextVariables ( ) : IEnumerable |
||
Результат | IEnumerable |
public WriteActionOutputs ( TemplateContext _ ) : void | ||
_ | TemplateContext | |
Результат | void |
public WriteCode ( ISequenceVisitor visitor, TemplateContext ctx ) : void | ||
visitor | ISequenceVisitor | |
ctx | TemplateContext | |
Результат | void |
public WriteCode ( TemplateContext ctx, ActionNode node ) : void | ||
ctx | TemplateContext | |
node | ActionNode | |
Результат | void |