public interface TransformWithPriority
AST transforms may optionally implement this interface and return a priority value. Transforms within the same phase will be executed from greater to lower values of priority. The default priority is zero.
Type Params | Return Type | Name and description |
---|---|---|
|
public int |
priority() |