GH_LexerCombo
Public Class
Public Method
Public Method
Public Method
Public Property
Public Property
Contains both a source and a target lexer object.
Inheritance Hierarchy
System.Object
Grasshopper.Kernel.Data.GH_LexerCombo
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class GH_LexerCombo
The GH_LexerCombo type exposes the following members.
Constructors
Name
Description
Public Method
GH_LexerCombo.
Initializes a new instance of the GH_LexerCombo class
Public Method
GH_LexerCombo(GH_Lexer, GH_Lexer)
Initializes a new instance of the GH_LexerCombo class
Public Method
GH_LexerCombo(String, String)
Initializes a new instance of the GH_LexerCombo class
Properties
Name
Description
Public Property
Source
Gets or sets the lexer object that represents the source of a lexical operation.
Public Property
Target
Gets or sets the lexer object that represents the target of a lexical operation.