C# Class LessThanElement, pinac

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

Méthodes publiques

Méthode Description
Accept ( Visitor, visitor ) : void
getLessThanLhs ( ) : Element,
getLessThanRhs ( ) : Element,
setLessThanLhs ( Element, lhs ) : void
setLessThanRhs ( Element, rhs ) : void

Method Details

Accept() public méthode

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

getLessThanLhs() public méthode

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

getLessThanRhs() public méthode

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

setLessThanLhs() public méthode

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

setLessThanRhs() public méthode

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