6667686970717273
if (context != null) { for (Variable v : context.getDeclaredVariables()) { if (v.getName().matches("(this|super)")) continue; appendCallElement(new DeclareVariable(v)); } appendCallElement(new ResetCallElement()); } }