Méthode | Description | |
---|---|---|
Visit ( IAddressableExpression addressableExpression ) : void | ||
Visit ( IBoundExpression boundExpression ) : void | ||
Visit ( ILocalDeclarationStatement localDeclarationStatement ) : void |
Collect locals declared in the body.
|
|
Visit ( ITargetExpression targetExpression ) : void |
Collect locals in TargetExpression
|
public Visit ( IAddressableExpression addressableExpression ) : void | ||
addressableExpression | IAddressableExpression | |
Résultat | void |
public Visit ( IBoundExpression boundExpression ) : void | ||
boundExpression | IBoundExpression | |
Résultat | void |
public Visit ( ILocalDeclarationStatement localDeclarationStatement ) : void | ||
localDeclarationStatement | ILocalDeclarationStatement | |
Résultat | void |
public Visit ( ITargetExpression targetExpression ) : void | ||
targetExpression | ITargetExpression | |
Résultat | void |