15161718192021
return new GoIntroduceVariableHandler(); } @Override public RefactoringActionHandler getIntroduceConstantHandler() { return new GoIntroduceConstantHandler(); }