C# Class EqualityOperationElement, pinac

Inheritance: Element
ファイルを表示 Open project: shranjan/pinac Class Usage Examples

Public Methods

Method Description
Accept ( Visitor, visitor ) : void
getequalityLhs ( ) : Element,
getequalityRhs ( ) : Element,
setequalityLhs ( Element, lhs ) : void
setequalityRhs ( Element, rhs ) : void

Method Details

Accept() public method

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

getequalityLhs() public method

public getequalityLhs ( ) : Element,
return Element,

getequalityRhs() public method

public getequalityRhs ( ) : Element,
return Element,

setequalityLhs() public method

public setequalityLhs ( Element, lhs ) : void
lhs Element,
return void

setequalityRhs() public method

public setequalityRhs ( Element, rhs ) : void
rhs Element,
return void