C# Class smc.StripFSM

Inheritance: StripperContext
Exibir arquivo Open project: unclebob/smcjava Class Usage Examples

Public Methods

Method Description
EOL ( ) : void
GetCurrentState ( ) : State
GetCurrentStateName ( ) : string
GetItsOutsideState ( ) : State
GetItsSecondSlashState ( ) : State
GetItsStarAfterSlashState ( ) : State
GetItsStartingSlashState ( ) : State
GetItsStartingStarState ( ) : State
GetVersion ( ) : string
Other ( ) : void
SetState ( State value ) : void
Slash ( ) : void
Star ( ) : void
StripFSM ( )

Method Details

EOL() public method

public EOL ( ) : void
return void

GetCurrentState() public method

public GetCurrentState ( ) : State
return State

GetCurrentStateName() public method

public GetCurrentStateName ( ) : string
return string

GetItsOutsideState() public method

public GetItsOutsideState ( ) : State
return State

GetItsSecondSlashState() public method

public GetItsSecondSlashState ( ) : State
return State

GetItsStarAfterSlashState() public method

public GetItsStarAfterSlashState ( ) : State
return State

GetItsStartingSlashState() public method

public GetItsStartingSlashState ( ) : State
return State

GetItsStartingStarState() public method

public GetItsStartingStarState ( ) : State
return State

GetVersion() public method

public GetVersion ( ) : string
return string

Other() public method

public Other ( ) : void
return void

SetState() public method

public SetState ( State value ) : void
value State
return void

Slash() public method

public Slash ( ) : void
return void

Star() public method

public Star ( ) : void
return void

StripFSM() public method

public StripFSM ( )