Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
AdditionOperationElement
C# Class AdditionOperationElement, pinac
Inheritance:
Element
显示文件
Open project: shranjan/pinac
Class Usage Examples
Public Methods
Method
Description
Accept
(
Visitor,
visitor
) :
void
getLhs
( ) :
Element,
getRhs
( ) :
Element,
setLhs
(
Element,
lhs
) :
void
setRhs
(
Element,
rhs
) :
void
Method Details
Accept()
public
method
public
Accept
(
Visitor,
visitor
) :
void
visitor
Visitor,
return
void
getLhs()
public
method
public
getLhs
( ) :
Element,
return
Element,
getRhs()
public
method
public
getRhs
( ) :
Element,
return
Element,
setLhs()
public
method
public
setLhs
(
Element,
lhs
) :
void
lhs
Element,
return
void
setRhs()
public
method
public
setRhs
(
Element,
rhs
) :
void
rhs
Element,
return
void