C# 클래스 EsotericIDE.Sclipting.SingularNode

상속: Node
파일 보기 프로젝트 열기: Timwi/EsotericIDE

공개 프로퍼티들

프로퍼티 타입 설명
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