Interface WalkerContext
-
- All Known Implementing Classes:
ExprFactory
,LetFactory
,LocationFactory
,MemoryFactory
,NmlTreeWalker
,NmlTreeWalkerBase
,PrimitiveFactory
,StatementFactory
,TypeFactory
,WalkerFactoryBase
public interface WalkerContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ir
getIr()
ErrorReporter
getReporter()
SymbolTable
getSymbols()
java.util.Map<java.lang.String,Primitive>
getThisArgs()
-
-
-
Method Detail
-
getReporter
ErrorReporter getReporter()
-
getSymbols
SymbolTable getSymbols()
-
getIr
Ir getIr()
-
getThisArgs
java.util.Map<java.lang.String,Primitive> getThisArgs()
-
-