public void resolve(
     String lexem,
     org.eclipse.emf.ecore.EStructuralFeature feature,
     org.emftext.language.prolog.resource.pl.IPlTokenResolveResult result) {
   // By default token resolving is delegated to the DefaultTokenResolver.
   defaultTokenResolver.resolve(lexem, feature, result, null, null, null);
 }