public class SyntaxTrees extends Object
| Constructor and Description |
|---|
SyntaxTrees() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
determineUsedVariables(SyntaxTree.Location<?>... roots)
Traverse a syntax tree from one or more roots looking for variable
accesses (uses).
|
public static int[] determineUsedVariables(SyntaxTree.Location<?>... roots)
roots - Copyright © 2017. All rights reserved.