C# Class fCraft.SimpleParser.FuncData

Show file Open project: GlennMR/800craft

Public Properties

Property Type Description
Func IExpressionElement
IsFunctionOrUnary bool
Precedence int
SpecialKind SpecialOperandKind

Property Details

Func public property

public IExpressionElement Func
return IExpressionElement

IsFunctionOrUnary public property

public bool IsFunctionOrUnary
return bool

Precedence public property

public int Precedence
return int

SpecialKind public property

public SpecialOperandKind SpecialKind
return SpecialOperandKind