// This is technically not a constructor method, but it is meant to
 // be used to set up the object
 internal void resolveReferences(MetaDataLoader loader)
 {
     this.method      = loader.getMethod(this.methodIndex);
     this.association = loader.getHasSemantic(this.associationIndex);
 }