C# Class fCraft.SimpleParser.FuncData

Mostrar archivo Open project: GlennMR/800craft

Public Properties

Property Type Description
Func IExpressionElement
IsFunctionOrUnary bool
Precedence int
SpecialKind SpecialOperandKind

Property Details

Func public_oe property

public IExpressionElement Func
return IExpressionElement

IsFunctionOrUnary public_oe property

public bool IsFunctionOrUnary
return bool

Precedence public_oe property

public int Precedence
return int

SpecialKind public_oe property

public SpecialOperandKind SpecialKind
return SpecialOperandKind