C# Class IronRuby.Compiler.StringContentTokenizer

Inheritance: StringTokenizer
Afficher le fichier Open project: ExpertsInside/IronSP Class Usage Examples

Méthodes publiques

Méthode Description
StringContentTokenizer ( StringType properties, char terminator ) : System
StringContentTokenizer ( StringType properties, char terminator, char openingParenthesis ) : System
ToString ( ) : string

Private Methods

Méthode Description
Tokenize ( IronRuby.Compiler.Tokenizer tokenizer ) : Tokens

Method Details

StringContentTokenizer() public méthode

public StringContentTokenizer ( StringType properties, char terminator ) : System
properties StringType
terminator char
Résultat System

StringContentTokenizer() public méthode

public StringContentTokenizer ( StringType properties, char terminator, char openingParenthesis ) : System
properties StringType
terminator char
openingParenthesis char
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string