C# Class smc.StripperContext

Exibir arquivo Open project: unclebob/smcjava

Public Methods

Method Description
FSMError ( String s, object o ) : void
InCommentIn ( ) : void
InCommentOut ( ) : void
Main ( ) : void
OutsideIn ( ) : void
OutsideOut ( ) : void
PutChar ( ) : void
PutSlash ( ) : void
SecondSlashIn ( ) : void
SecondSlashOut ( ) : void
StarAfterSlashIn ( ) : void
StarAfterSlashOut ( ) : void
StartingSlashIn ( ) : void
StartingSlashOut ( ) : void
StartingStarIn ( ) : void
StartingStarOut ( ) : void

Method Details

FSMError() public method

public FSMError ( String s, object o ) : void
s String
o object
return void

InCommentIn() public method

public InCommentIn ( ) : void
return void

InCommentOut() public method

public InCommentOut ( ) : void
return void

Main() public static method

public static Main ( ) : void
return void

OutsideIn() public method

public OutsideIn ( ) : void
return void

OutsideOut() public method

public OutsideOut ( ) : void
return void

PutChar() public method

public PutChar ( ) : void
return void

PutSlash() public method

public PutSlash ( ) : void
return void

SecondSlashIn() public method

public SecondSlashIn ( ) : void
return void

SecondSlashOut() public method

public SecondSlashOut ( ) : void
return void

StarAfterSlashIn() public method

public StarAfterSlashIn ( ) : void
return void

StarAfterSlashOut() public method

public StarAfterSlashOut ( ) : void
return void

StartingSlashIn() public method

public StartingSlashIn ( ) : void
return void

StartingSlashOut() public method

public StartingSlashOut ( ) : void
return void

StartingStarIn() public method

public StartingStarIn ( ) : void
return void

StartingStarOut() public method

public StartingStarOut ( ) : void
return void