C# Class AST.PostDecrement

expr--: must be a scalar
Inheritance: AST.IncDecExpr
Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
GetExpr ( ABT env ) : ABT.Expr
PostDecrement ( Expr expr ) : System

Method Details

GetExpr() public method

public GetExpr ( ABT env ) : ABT.Expr
env ABT
return ABT.Expr

PostDecrement() public method

public PostDecrement ( Expr expr ) : System
expr Expr
return System