C# Class AssignmentOperationElement, pinac

Inheritance: Element
Afficher le fichier Open project: shranjan/pinac Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( Visitor, visitor ) : void
getLhs ( ) : Element,
getLhs ( ) : VariableElement,
getRhs ( ) : Element,
getStructLhs ( ) : StructAssignDeclaration,
setLhs ( Element, lhs ) : void
setLhs ( VariableElement, lhs ) : void
setRhs ( Element, rhs ) : void
setStructLhs ( StructAssignDeclaration, lhs ) : void

Private Methods

Méthode Description
main ( string args ) : void

Method Details

Accept() public méthode

public Accept ( Visitor, visitor ) : void
visitor Visitor,
Résultat void

getLhs() public méthode

public getLhs ( ) : Element,
Résultat Element,

getLhs() public méthode

public getLhs ( ) : VariableElement,
Résultat VariableElement,

getRhs() public méthode

public getRhs ( ) : Element,
Résultat Element,

getStructLhs() public méthode

public getStructLhs ( ) : StructAssignDeclaration,
Résultat StructAssignDeclaration,

setLhs() public méthode

public setLhs ( Element, lhs ) : void
lhs Element,
Résultat void

setLhs() public méthode

public setLhs ( VariableElement, lhs ) : void
lhs VariableElement,
Résultat void

setRhs() public méthode

public setRhs ( Element, rhs ) : void
rhs Element,
Résultat void

setStructLhs() public méthode

public setStructLhs ( StructAssignDeclaration, lhs ) : void
lhs StructAssignDeclaration,
Résultat void