Nemerle Documentation

LexerString Members

LexerString overview

Public Instance Constructors

LexerString Constructor

Public Instance Properties

Location  
Position  

Public Instance Methods

Dispose  
Equals (inherited from Object)  
GetHashCode (inherited from Object)  
GetToken  
GetType (inherited from Object)  
ToString (inherited from Object)  

Protected Instance Fields

col (inherited from LexerBase)  
id_buffer (inherited from LexerBase)  
isPendingChar (inherited from LexerBase)  
line (inherited from LexerBase)  
pendingChar (inherited from LexerBase)  
putback (inherited from LexerBase)  
putbackVal (inherited from LexerBase)  

Protected Instance Methods

clear_id_buffer (inherited from LexerBase)  
comment_beginning  
do_get_token (inherited from LexerBase)  
do_read  
eat_whitespace  
escape_value (inherited from LexerBase)  
Finalize (inherited from Object)  
get_char (inherited from LexerBase)  
get_char_from_hex (inherited from LexerBase)  
get_id (inherited from LexerBase)  
get_monkey_string (inherited from LexerBase)  
get_number (inherited from LexerBase)  
get_op (inherited from LexerBase)  
get_string (inherited from LexerBase)  
ignore_comments (inherited from LexerBase)  
MemberwiseClone (inherited from Object)  
peek (inherited from LexerBase)  
read (inherited from LexerBase)  

See Also

LexerString Class | Nemerle.Compiler Namespace