C# Class ABT.UnaryArithOp

Inheritance: Expr
Datei anzeigen Open project: phisiart/C-Compiler

Public Methods

Method Description
CGenAddress ( CGenState state ) : void

Protected Methods

Method Description
UnaryArithOp ( Expr expr ) : System

Method Details

CGenAddress() public final method

public final CGenAddress ( CGenState state ) : void
state CodeGeneration.CGenState
return void

UnaryArithOp() protected method

protected UnaryArithOp ( Expr expr ) : System
expr Expr
return System