Click or drag to resize

Tokenizer Class

[Missing <summary> documentation for "T:Demo3D.Core.Factory.Expression.Tokenizer"]

Inheritance Hierarchy
SystemObject
  Demo3D.Core.Factory.ExpressionTokenizer

Namespace:  Demo3D.Core.Factory.Expression
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class Tokenizer

The Tokenizer type exposes the following members.

Constructors
  NameDescription
Public methodTokenizer
Constructor.
Top
Properties
  NameDescription
Public propertyIdentifier
The identifier string.
Public propertyNumber
The numeric value.
Public propertyToken
The current token.
Top
Methods
  NameDescription
Public methodNextCharacter
Reads the next character from the input stream and stores it as the current character.
Public methodNextToken
Reads the next token from the input stream and stores it as the current token.
Top
See Also