public override object CreateTypeObject(EvaluationContext ctx, object type) { TypeMirror t = (TypeMirror)type; return(t.GetTypeObject()); }