C# Class IfStatementElement, pinac

Inheritance: Element
Mostra file Open project: shranjan/pinac Class Usage Examples

Public Methods

Method Description
Accept ( Visitor, visitor ) : void
ChkforParallel ( ) : void
IfStatementElement ( ) : System
getLhs ( ) : Element,
getRhs ( ) : Element,
setLhs ( Element, elem ) : void
setRhs ( Element, elem ) : void

Method Details

Accept() public method

public Accept ( Visitor, visitor ) : void
visitor Visitor,
return void

ChkforParallel() public method

public ChkforParallel ( ) : void
return void

IfStatementElement() public method

public IfStatementElement ( ) : System
return System

getLhs() public method

public getLhs ( ) : Element,
return Element,

getRhs() public method

public getRhs ( ) : Element,
return Element,

setLhs() public method

public setLhs ( Element, elem ) : void
elem Element,
return void

setRhs() public method

public setRhs ( Element, elem ) : void
elem Element,
return void