collects all program variables occuring in the AST root
using this constructor is equivalent to ProggramVariableCollector(root, false) Parameters: root - the ProgramElement which is the root of the AST
ProgramVariableCollector
public ProgramVariableCollector(ProgramElement root, boolean wAnnotations)(Code)
collects all program variables occuring in the AST root Parameters: root - the ProgramElement which is the root of the AST Parameters: wAnnotations - a boolean flag, if set to true program variables inannotations will be collected, too