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

Mostra 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_oe property

public string Function
return string

Infix public_oe property

public GrammarFn Infix
return GrammarFn

Method public_oe property

public SignatureFn Method
return SignatureFn

Precedence public_oe property

public Precedence Precedence
return Precedence

Prefix public_oe property

public GrammarFn Prefix
return GrammarFn