C# Class ABT.LShift

Datei anzeigen Open project: phisiart/C-Compiler

Public Methods

Method Description
LShift ( Expr left, Expr right ) : System
OperateLong ( CGenState state ) : void
OperateULong ( CGenState state ) : void

Method Details

LShift() public method

public LShift ( Expr left, Expr right ) : System
left Expr
right Expr
return System

OperateLong() public method

public OperateLong ( CGenState state ) : void
state CodeGeneration.CGenState
return void

OperateULong() public method

public OperateULong ( CGenState state ) : void
state CodeGeneration.CGenState
return void