An optional attribute value of the Token. Tokens which are not used as syntactic sugar will often contain meaningful values that will be used later on by the compiler or interpreter. This attribute value is often different from the image. Any subclass of Token that actually wants to return a non-null value can override this method as appropriate.

Namespace: Lucene.Net.QueryParsers
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual Object GetValue()
Visual Basic
Public Overridable Function GetValue As Object
Visual C++
public:
virtual Object^ GetValue()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.QueryParsers.Token.GetValue"]

See Also