public class RefactorEngine extends Object
| Constructor and Description |
|---|
RefactorEngine() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ignoreScopeForDoubleQuoteLiteral(ATEScope scope)
Returns true if the scope should be ignored when checking for double-quote literal
|
boolean |
renameToken(ATEToken t,
String name) |
void |
setMutator(RefactorMutator mutator) |
void |
setTokens(List<ATEToken> tokens) |
public void setMutator(RefactorMutator mutator)
public static boolean ignoreScopeForDoubleQuoteLiteral(ATEScope scope)
Copyright © 2013. All rights reserved.