C# 클래스 Gurpenator.Formula.IntLiteral

상속: Leaf
파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator

공개 프로퍼티들

프로퍼티 타입 설명
value IntToken

공개 메소드들

메소드 설명
IntLiteral ( IntToken value ) : System
ToString ( ) : string
checkIsBoolean ( CheckingContext context ) : void
checkIsInt ( CheckingContext context ) : void
checkIsPercent ( CheckingContext context ) : void
evalInt ( EvaluationContext context ) : int

메소드 상세

IntLiteral() 공개 메소드

public IntLiteral ( IntToken value ) : System
value IntToken
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

checkIsBoolean() 공개 메소드

public checkIsBoolean ( CheckingContext context ) : void
context CheckingContext
리턴 void

checkIsInt() 공개 메소드

public checkIsInt ( CheckingContext context ) : void
context CheckingContext
리턴 void

checkIsPercent() 공개 메소드

public checkIsPercent ( CheckingContext context ) : void
context CheckingContext
리턴 void

evalInt() 공개 메소드

public evalInt ( EvaluationContext context ) : int
context EvaluationContext
리턴 int

프로퍼티 상세

value 공개적으로 프로퍼티

public IntToken,Gurpenator value
리턴 IntToken