|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.ast.oil.visitor.Transformer
orc.ast.oil.visitor.SiteResolver
public class SiteResolver
Resolve sites in an expression. Must be done before typechecking, compilation to DAG, or other analysis that uses site metadata.
Method Summary | |
---|---|
static Expression |
resolve(Expression expr,
Config config)
Call this to run the resolver on an expression. |
Expression |
visit(Site arg)
|
Type |
visit(Type type)
|
Methods inherited from class orc.ast.oil.visitor.Transformer |
---|
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Expression resolve(Expression expr, Config config) throws CompilationException
CompilationException
public Expression visit(Site arg)
visit
in interface Visitor<Expression>
visit
in class Transformer
public Type visit(Type type)
visit
in class Transformer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |