Endeca Presentation and Logging APIs
Initializes a new instance of the AnalyticsLexer class

Namespace:  Endeca.Navigation.Analytics
Assembly:  Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.1.4.0 (6.1.4.3290)

Syntax

C#
public AnalyticsLexer(
	LexerSharedInputState state
)
Visual Basic (Declaration)
Public Sub New ( _
	state As LexerSharedInputState _
)
Visual C++
public:
AnalyticsLexer(
	LexerSharedInputState^ state
)

Parameters

state
Type: LexerSharedInputState

[Missing <param name="state"/> documentation for "M:Endeca.Navigation.Analytics.AnalyticsLexer.#ctor(antlr.LexerSharedInputState)"]

See Also