super(table);
return visitor.accept(this);
return identifierTypeName;
return metaTypeName;
return metaValues;
return new AnyType( metaValues==null ? TypeFactory.heuristicType(metaTypeName) : new MetaType( metaValues, TypeFactory.heuristicType(metaTypeName) ), TypeFactory.heuristicType(identifierTypeName) );
this.identifierTypeName = identifierType;
metaTypeName = type;
this.metaValues = metaValues;