C# Class Spring.Expressions.Parser.antlr.CharScanner.ReflectionBasedTokenCreator

Inheritance: TokenCreator
Show file Open project: spring-projects/spring-net

Public Methods

Method Description
Create ( ) : IToken

Constructs a Token instance.

ReflectionBasedTokenCreator ( CharScanner owner, string tokenTypeName ) : System

Protected Methods

Method Description
ReflectionBasedTokenCreator ( ) : System

Private Methods

Method Description
SetTokenType ( string tokenTypeName ) : void

Returns the fully qualified name of the Token type that this class creates.

Method Details

Create() public method

Constructs a Token instance.
public Create ( ) : IToken
return IToken

ReflectionBasedTokenCreator() protected method

protected ReflectionBasedTokenCreator ( ) : System
return System

ReflectionBasedTokenCreator() public method

public ReflectionBasedTokenCreator ( CharScanner owner, string tokenTypeName ) : System
owner CharScanner
tokenTypeName string
return System