C# Class Spring.Expressions.Parser.antlr.ASTFactory.FactoryEntry

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

Public Properties

Property Type Description
Creator ASTNodeCreator
NodeTypeObject System.Type

Public Methods

Method Description
FactoryEntry ( ASTNodeCreator creator ) : System
FactoryEntry ( Type typeObj ) : System
FactoryEntry ( Type typeObj, ASTNodeCreator creator ) : System

Method Details

FactoryEntry() public method

public FactoryEntry ( ASTNodeCreator creator ) : System
creator ASTNodeCreator
return System

FactoryEntry() public method

public FactoryEntry ( Type typeObj ) : System
typeObj System.Type
return System

FactoryEntry() public method

public FactoryEntry ( Type typeObj, ASTNodeCreator creator ) : System
typeObj System.Type
creator ASTNodeCreator
return System

Property Details

Creator public property

public ASTNodeCreator,Spring.Expressions.Parser.antlr Creator
return ASTNodeCreator

NodeTypeObject public property

public Type,System NodeTypeObject
return System.Type