(.js)
laraImport("kadabra.KadabraAst");
(.lara)
import kadabra.KadabraAst;
Classes:
KadabraAst
Utility methods related with the searching join points and AST properties.
getBinaryOperators()
getConstantInitializations(@param, $startingPoint)
Searches constant values. Currently, three types of constants are returned:
- Class fields which are final and initialized when declared;
- Assignments to final fields;
- Local variables which are final and initialized when declared;
getHierarchy()
Creates an object representing the class hierarchy of the current program.
getUnaryOperators()