|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.Analysis.Tree.DerivationChecker
A DerivationChecker
checks that all subtrees in
a Tree.Code
have proper derivations.
Method Summary | |
static void |
check(HCode hcode)
Check the given HCode for Derivation
errors. |
static HCodeFactory |
codeFactory(HCodeFactory hcf)
Create an HCodeFactory that will check the
derivations of every "converted" HCode . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static HCodeFactory codeFactory(HCodeFactory hcf)
HCodeFactory
that will check the
derivations of every "converted" HCode
.
public static void check(HCode hcode)
HCode
for Derivation
errors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |