StaticAST_An instance of the basic interface that the AST nodes must support.
StaticDEFAULT_If defined, sets the default weaver command.
StaticdeserializeConverts a serialized join point back to an object.
The serialized join point.
The deserialized join point.
StaticfindStaticfindFinds the name of the joinpoint class, given the js wrapper class itself
The joinpoint class to find the name of
The name of the joinpoint class
StaticgetThe type of the join point
The name of the default attribute for the given join point type, or undefined if there is no default attribute
StaticgetStaticgetStaticgetStaticgetThe Java instance of the current WeaverEngine
StatichasStaticisStaticrunLaunches several weaving sessions in parallel.
An array where each element is an array with the arguments to pass to the weaver, as if it was launched from the command-line
Number of threads to use
The command we should use to call the weaver (e.g., /usr/local/bin/clava)
A list with the results of each of the executions. The executing script must use weaver.Script to set the output (i.e. Script.setOutput())
StaticserializeConverts a given join point to a string.
The join point to serialize.
A string representation of the join point.
StatictoStaticwrite
Contains utility methods related to the weaver.