public FormalParameter apply(FormalParameterContext context) {
return getAdapter(FormalParameterAdapter.class).adapt(context);
}
});
LastFormalParameterContext lastFormalParameterContext =
getChild(context, LastFormalParameterContext.class);
if (lastFormalParameterContext != null) {
FormalParameter lastFormalParameter =
getAdapter(VariableFormalParameterAdapter.class).adapt(lastFormalParameterContext);
if (lastFormalParameter != null) {