*/
public TlbPropertyGetStub(int index, TypeLibUtil typeLibUtil,
FUNCDESC funcDesc, TypeInfoUtil typeInfoUtil) {
super(index, typeLibUtil, funcDesc, typeInfoUtil);
TypeInfoDoc typeInfoDoc = typeInfoUtil.getDocumentation(funcDesc.memid);
String docStr = typeInfoDoc.getDocString();
String methodname = "get" + typeInfoDoc.getName();
this.replaceVariable("helpstring", docStr);
this.replaceVariable("returntype", returnType);
this.replaceVariable("methodname", methodname);
this.replaceVariable("vtableid", String.valueOf(vtableId));