if (!_matched) {
if (Objects.equal(_kind, "function")) {
_matched=true;
String _name_1 = node.getName();
int _arg = node.getArg();
_switchResult = new ErlFunction(source, _name_1, _arg);
}
}
final ErlForm handle = _switchResult;
final SourceElementBody body = new SourceElementBody();
TextRange _pos = node.getPos();