Static
AST_An instance of the basic interface that the AST nodes must support.
Static
DEFAULT_If defined, sets the default weaver command.
Static
deserializeConverts a serialized join point back to an object.
The serialized join point.
The deserialized join point.
Static
findStatic
findFinds 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
Static
getThe 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
Static
getStatic
getStatic
getStatic
getThe Java instance of the current WeaverEngine
Static
hasStatic
isStatic
runLaunches 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())
Static
serializeConverts a given join point to a string.
The join point to serialize.
A string representation of the join point.
Static
toStatic
write
Contains utility methods related to the weaver.