Searched refs:getType (Results 1 – 2 of 2) sorted by relevance
233 typ, innerProps, err := getType(f.Type)251 func getType(expr ast.Expr) (typ string, innerProps []Property, err error) { func261 elt, innerProps, err = getType(a.Elt)285 innerType, innerProps, err = getType(a.Index)
209 if (Category.class.isAssignableFrom(field.getType())) { in initLocked()