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

Inheritance: LuaExpression
Afficher le fichier Open project: duncanc/Lua-for-AGS

Méthodes publiques

Свойство Type Description
OpType LuaUnaryOperatorType
Operand LuaExpression

Méthodes publiques

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

Method Details

UnOp() public méthode

public UnOp ( LuaUnaryOperatorType type, LuaExpression operand ) : System
type LuaUnaryOperatorType
operand LuaExpression
Résultat System

WriteTo() public méthode

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

Property Details

OpType public_oe property

public LuaUnaryOperatorType OpType
Résultat LuaUnaryOperatorType

Operand public_oe property

public LuaExpression,AGS.Plugin.Lua.LuaCodeDom Operand
Résultat LuaExpression