Grasshopper API
GH_LexerCombo Class |
Contains both a source and a target lexer object.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
The GH_LexerCombo type exposes the following members.
| Name | Description | |
|---|---|---|
| GH_LexerCombo | Initializes a new instance of the GH_LexerCombo class | |
| GH_LexerCombo(String, String) | Initializes a new instance of the GH_LexerCombo class | |
| GH_LexerCombo(GH_Lexer, GH_Lexer) | Initializes a new instance of the GH_LexerCombo class |
| Name | Description | |
|---|---|---|
| Source |
Gets or sets the lexer object that represents the source of a lexical operation.
| |
| Target |
Gets or sets the lexer object that represents the target of a lexical operation.
|