Searched defs:parseType (Results 1 – 8 of 8) sorted by relevance
31 private int parseType; field in ParseTaskInfo185 public void setParseType(int parseType) { in setParseType()
197 protected TypeObj[] parseType(ParseTaskInfo pi2) { in parseType() method in ParseC
225 protected TypeObj[] parseType(ParseTaskInfo pi2) { in parseType() method in ParseTs
216 protected TypeObj[] parseType(ParseTaskInfo pi2) { in parseType() method in ParseBase
226 function parseType(matchs, data, result) { function428 parseType, property
134 …"parseType": "type Plant = {\ntomato: string;\ntomatoId: number;\nisTomato: boolean;\n}\ntype MySt… string138 …"parseType": "\"\\ntype MyString = string;\\ntype MyNumberType = number;\\ntype MyBool = boolean;\… string
392 void parseType() { in parseType() method in ParseTsTest