Searched defs:withTypes (Results 1 – 3 of 3) sorted by relevance
27 private NodeList<Type> withTypes; field in ModuleProvidesStmt34 public ModuleProvidesStmt(Type type, NodeList<Type> withTypes) { in ModuleProvidesStmt()42 public ModuleProvidesStmt(TokenRange tokenRange, Type type, NodeList<Type> withTypes) { in ModuleProvidesStmt()100 public ModuleProvidesStmt setWithTypes(final NodeList<Type> withTypes) { in setWithTypes()
1229 NodeList<Type> withTypes = modifyList(n.getWithTypes(), arg); in visit() local
1023 NodeList<Type> withTypes = cloneList(n.getWithTypes(), arg); in visit() local