public class TightestQualifiersTagger extends SceneTransformer
Modifier and Type | Field and Description |
---|---|
static int |
RESULT_PACKAGE |
static int |
RESULT_PRIVATE |
static int |
RESULT_PROTECTED |
static int |
RESULT_PUBLIC |
Constructor and Description |
---|
TightestQualifiersTagger(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
protected void |
internalTransform(String phaseName,
Map options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
static TightestQualifiersTagger |
v() |
transform, transform, transform
public static final int RESULT_PUBLIC
public static final int RESULT_PACKAGE
public static final int RESULT_PROTECTED
public static final int RESULT_PRIVATE
public TightestQualifiersTagger(Singletons.Global g)
public static TightestQualifiersTagger v()
protected void internalTransform(String phaseName, Map options)
SceneTransformer
internalTransform
in class SceneTransformer