C# Class Gurpenator.CheckingContext

Mostrar archivo Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Methods

Method Description
CheckingContext ( GurpsProperty>.Dictionary nameToThing, GurpsProperty enclosingProperty ) : System
checkIsBoolean ( IdentifierToken token ) : void
checkIsInt ( IdentifierToken token ) : void
throwNotABooleanError ( Token token ) : void
throwNotAPercentError ( Token token ) : void
throwNotAnIntError ( Token token ) : void

Private Methods

Method Description
getProperty ( IdentifierToken token ) : GurpsProperty
isInt ( GurpsProperty property ) : bool

Method Details

CheckingContext() public method

public CheckingContext ( GurpsProperty>.Dictionary nameToThing, GurpsProperty enclosingProperty ) : System
nameToThing GurpsProperty>.Dictionary
enclosingProperty GurpsProperty
return System

checkIsBoolean() public method

public checkIsBoolean ( IdentifierToken token ) : void
token IdentifierToken
return void

checkIsInt() public method

public checkIsInt ( IdentifierToken token ) : void
token IdentifierToken
return void

throwNotABooleanError() public static method

public static throwNotABooleanError ( Token token ) : void
token Token
return void

throwNotAPercentError() public static method

public static throwNotAPercentError ( Token token ) : void
token Token
return void

throwNotAnIntError() public static method

public static throwNotAnIntError ( Token token ) : void
token Token
return void