C# Class Ink.InkParser.InfixOperator

Afficher le fichier Open project: inkle/ink

Méthodes publiques

Свойство Type Description
precedence int
requireWhitespace bool
type string

Méthodes publiques

Méthode Description
InfixOperator ( string type, int precedence, bool requireWhitespace ) : System
ToString ( ) : string

Method Details

InfixOperator() public méthode

public InfixOperator ( string type, int precedence, bool requireWhitespace ) : System
type string
precedence int
requireWhitespace bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

precedence public_oe property

public int precedence
Résultat int

requireWhitespace public_oe property

public bool requireWhitespace
Résultat bool

type public_oe property

public string type
Résultat string