C# Class IronRuby.Compiler.HeredocTokenizer

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

Méthodes publiques

Méthode Description
HeredocTokenizer ( StringType properties, string label, int resumePosition, char resumeLine, int resumeLineLength, int firstLine, int firstLineIndex ) : System
ToString ( ) : string

Private Methods

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

Method Details

HeredocTokenizer() public méthode

public HeredocTokenizer ( StringType properties, string label, int resumePosition, char resumeLine, int resumeLineLength, int firstLine, int firstLineIndex ) : System
properties StringType
label string
resumePosition int
resumeLine char
resumeLineLength int
firstLine int
firstLineIndex int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string