public class JifUtil
extends java.lang.Object
Jif
interface.Constructor and Description |
---|
JifUtil() |
Modifier and Type | Method and Description |
---|---|
static polyglot.ast.Expr |
effectiveExpr(polyglot.ast.Expr expr)
Returns the "effective expression" for expr.
|
static PathMap |
getPathMap(polyglot.ast.Node n) |
static JifExt |
jifExt(polyglot.ast.Node n) |
static polyglot.ast.Node |
updatePathMap(polyglot.ast.Node n,
PathMap X) |
public static PathMap getPathMap(polyglot.ast.Node n)
public static JifExt jifExt(polyglot.ast.Node n)
public static polyglot.ast.Node updatePathMap(polyglot.ast.Node n, PathMap X)
public static polyglot.ast.Expr effectiveExpr(polyglot.ast.Expr expr)