public Object getPatternVariable(String name) {
   return myContext == null ? null : myContext.getPatternVariable(name);
 }