C# Class AGS.Plugin.Lua.LuaCodeDom.LuaExpression.UnOp

Inheritance: LuaExpression
Show file Open project: duncanc/Lua-for-AGS

Public Properties

Property Type Description
OpType LuaUnaryOperatorType
Operand LuaExpression

Public Methods

Method Description
UnOp ( LuaUnaryOperatorType type, LuaExpression operand ) : System
WriteTo ( TextWriter output, int indent, bool asPrefix ) : void

Method Details

UnOp() public method

public UnOp ( LuaUnaryOperatorType type, LuaExpression operand ) : System
type LuaUnaryOperatorType
operand LuaExpression
return System

WriteTo() public method

public WriteTo ( TextWriter output, int indent, bool asPrefix ) : void
output System.IO.TextWriter
indent int
asPrefix bool
return void

Property Details

OpType public property

public LuaUnaryOperatorType OpType
return LuaUnaryOperatorType

Operand public property

public LuaExpression,AGS.Plugin.Lua.LuaCodeDom Operand
return LuaExpression