C# Class TESVSnip.Domain.Scripts.ScriptCompiler.Operator

显示文件 Open project: figment/tesvsnip

Public Properties

Property Type Description
end string
opcode byte[]
precedence int

Public Methods

Method Description
Operator ( string end, int precedence, bool rtl, string opcode ) : System

Method Details

Operator() public method

public Operator ( string end, int precedence, bool rtl, string opcode ) : System
end string
precedence int
rtl bool
opcode string
return System

Property Details

end public_oe property

public string end
return string

opcode public_oe property

public byte[] opcode
return byte[]

precedence public_oe property

public int precedence
return int