C# Class Wren.Core.Bytecode.Compiler.GrammarRule

Show file Open project: robotii/Wren.NET

Public Properties

Property Type Description
Function string
Infix GrammarFn
Method SignatureFn
Precedence Precedence
Prefix GrammarFn

Public Methods

Method Description
GrammarRule ( GrammarFn prefix, GrammarFn infix, SignatureFn method, Precedence precedence, string function ) : System

Method Details

GrammarRule() public method

public GrammarRule ( GrammarFn prefix, GrammarFn infix, SignatureFn method, Precedence precedence, string function ) : System
prefix GrammarFn
infix GrammarFn
method SignatureFn
precedence Precedence
function string
return System

Property Details

Function public property

public string Function
return string

Infix public property

public GrammarFn Infix
return GrammarFn

Method public property

public SignatureFn Method
return SignatureFn

Precedence public property

public Precedence Precedence
return Precedence

Prefix public property

public GrammarFn Prefix
return GrammarFn