Version

Scanner Class Members

The following tables list the members exposed by Scanner.

Public Constructors
 NameDescription
Public ConstructorScanner ConstructorInitializes a new instance of the Scanner class.  
Protected Fields
 NameDescription
Protected Field_acceptedA boolean value indicating whether the scanner has been accepted.  
Protected Field_activeA boolean value indicating whether the scanner is active.  
Protected Field_chThe output character.  
Protected Field_positionCurrent position within the word.  
Public Properties
 NameDescription
Public PropertyAcceptedGets a boolean value indicating whether the scanner has been accepted.  
Public PropertyActiveGets a boolean value indicating whether the scanner is active.  
Public PropertyCharGets the output character.  
Public Methods
 NameDescription
Public MethodProcessProcesses a character.  
Public MethodResetResets the scanner.  
See Also