public abstract class DecafAnalysis extends StaticAnalysis
Constructor and Description |
---|
DecafAnalysis() |
Modifier and Type | Method and Description |
---|---|
static Symbol |
lookupSymbol(ASTNode node,
String name)
Retrieves symbol information for a given symbol name.
|
addError, addError, getErrors, getErrorString, resetErrors
defaultInVisit, defaultPostVisit, defaultPreVisit, inVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, postVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit, preVisit
public static Symbol lookupSymbol(ASTNode node, String name)
node
- ASTNode
to searchname
- Decaf symbol nameCopyright © 2019. All rights reserved.