|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CBlockContext | |
---|---|
at.dms.kjc |
Uses of CBlockContext in at.dms.kjc |
---|
Subclasses of CBlockContext in at.dms.kjc | |
---|---|
class |
CTryFinallyContext
This class represents a local context during checkBody It follows the control flow and maintain informations about variable (initialised, used, allocated), exceptions (thrown, catched) It also verify that context is still reachable There is a set of utilities method to access fields, methods and class with the name by clamping the parsing tree |
Methods in at.dms.kjc that return CBlockContext | |
---|---|
CBlockContext |
CContext.getBlockContext()
Returns the nearest block context (Where yuo can define some local vars) |
CBlockContext |
CCompilationUnitContext.getBlockContext()
|
CBlockContext |
CBlockContext.getBlockContext()
|
Methods in at.dms.kjc with parameters of type CBlockContext | |
---|---|
protected void |
CBlockContext.deepCloneInto(CBlockContext other)
Clones all fields of this into |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |