C# Класс EsotericIDE.Sclipting.SingularNode

Наследование: Node
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ThisInstruction Instruction

Открытые методы

Метод Описание
Execute ( ScliptingEnv environment ) : IEnumerable

Приватные методы

Метод Описание
PostBuildCheck ( IPostBuildReporter rep ) : void
annihilate ( ScliptingEnv e ) : void
assemble ( ScliptingEnv e ) : void
beginningOrEnd ( bool end, bool countingBackwards, bool pop ) : Action
combine ( bool reverse ) : Action
combineOperation ( bool stringify ) : Action
generateRandomInteger ( System.Numerics.BigInteger min, System.Numerics.BigInteger max ) : System.Numerics.BigInteger
getMethod ( Instruction instr ) : Action
gnaw ( bool reversed ) : Action
insert ( bool replace ) : Action
randomListOrString ( System.Numerics.BigInteger length, object listOrString ) : object
recursiveStringOperation ( string>.Func func ) : Action
regexSplit ( bool pop ) : Action
repeat ( bool reversedArguments ) : Action
repeatIntoList ( bool reversedArguments ) : Action
reverseString ( string input ) : string
sortString ( StringComparer comparer ) : string>.Func
stringListOperation ( bool pop, Func stringOperation, Func listOperation ) : Action
stringListOperation ( bool pop, object>.Func stringOperation, Func listOperation ) : Action
sublist ( bool pop ) : Action

Описание методов

Execute() публичный Метод

public Execute ( ScliptingEnv environment ) : IEnumerable
environment ScliptingEnv
Результат IEnumerable

Описание свойств

ThisInstruction публичное свойство

public Instruction ThisInstruction
Результат Instruction