Filters the tokens to remove whitespace etc. Not for normal use.

Namespace:  SingularSys.Jep.ConfigurableParser
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public IExtendedEnumerator<Token> Filter(
	List<Token> input
)
Visual Basic (Declaration)
Public Function Filter ( _
	input As List(Of Token) _
) As IExtendedEnumerator(Of Token)
Visual C++
public:
IExtendedEnumerator<Token^>^ Filter(
	List<Token^>^ input
)

Parameters

input
Type: System.Collections.Generic..::.List<(Of <(Token>)>)

Return Value

an iterator with the filtered tokens

Exceptions

See Also