C# 클래스 Ink.Parsed.UnaryExpression

상속: Expression
파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
innerExpression Expression
op string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenerateIntoContainer ( Runtime container ) : void
ToString ( ) : string
UnaryExpression ( Expression inner, string op ) : System.Collections.Generic
WithInner ( Expression inner, string op ) : Expression

메소드 상세

GenerateIntoContainer() 공개 메소드

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnaryExpression() 공개 메소드

public UnaryExpression ( Expression inner, string op ) : System.Collections.Generic
inner Expression
op string
리턴 System.Collections.Generic

WithInner() 공개 정적인 메소드

public static WithInner ( Expression inner, string op ) : Expression
inner Expression
op string
리턴 Expression

프로퍼티 상세

innerExpression 공개적으로 프로퍼티

public Expression,Ink.Parsed innerExpression
리턴 Expression

op 공개적으로 프로퍼티

public string op
리턴 string