TransformActionFlags

public class TransformActionFlags

Fields

openEditor

public boolean openEditor

Flag indicating if the result of this action should be shown in a new editor.

parsed

public boolean parsed

Flag indicating if the strategy should be invoked on the parsed AST instead of the analyzed AST.

realtime

public boolean realtime

Flag indicating if this action should be updated in real time whenever the input changes.

Constructors

TransformActionFlags

public TransformActionFlags()

TransformActionFlags

public TransformActionFlags(boolean parsed, boolean openEditor, boolean realtime)

Methods