C# Class Ink.InkParser.InfixOperator

ファイルを表示 Open project: inkle/ink

Public Properties

Property Type Description
precedence int
requireWhitespace bool
type string

Public Methods

Method Description
InfixOperator ( string type, int precedence, bool requireWhitespace ) : System
ToString ( ) : string

Method Details

InfixOperator() public method

public InfixOperator ( string type, int precedence, bool requireWhitespace ) : System
type string
precedence int
requireWhitespace bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

precedence public_oe property

public int precedence
return int

requireWhitespace public_oe property

public bool requireWhitespace
return bool

type public_oe property

public string type
return string