C# Class Tup.Cobar4Net.Route.Function.PartitionFunction

Inheritance: Tup.Cobar4Net.Parser.Ast.Expression.Primary.Function.FunctionExpression
显示文件 Open project: tupunco/Tup.Cobar4Net

Protected Properties

Property Type Description
Count int[]
Length int[]
PartitionUtil Tup.Cobar4Net.Route.Util.PartitionUtil

Public Methods

Method Description
Init ( ) : void

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object
PartitionFunction ( string functionName, IList arguments ) : System
PartitionIndex ( long hash ) : int

Private Methods

Method Description
ToIntArray ( string @string ) : int[]

Method Details

EvaluationInternal() protected abstract method

protected abstract EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

Init() public method

public Init ( ) : void
return void

PartitionFunction() protected method

protected PartitionFunction ( string functionName, IList arguments ) : System
functionName string
arguments IList
return System

PartitionIndex() protected method

protected PartitionIndex ( long hash ) : int
hash long
return int

Property Details

Count protected_oe property

protected int[] Count
return int[]

Length protected_oe property

protected int[] Length
return int[]

PartitionUtil protected_oe property

protected PartitionUtil,Tup.Cobar4Net.Route.Util PartitionUtil
return Tup.Cobar4Net.Route.Util.PartitionUtil