Searched refs:newSimpleName (Results 1 – 5 of 5) sorted by relevance
47 public abstract BeanPropertyDefinition withSimpleName(String newSimpleName); in withSimpleName() argument
115 public POJOPropertyBuilder withSimpleName(String newSimpleName) in withSimpleName() argument117 PropertyName newName = _name.withSimpleName(newSimpleName); in withSimpleName()
86 method.setName(ast.newSimpleName(node.getName().getIdentifier())); in addDefaultConstructor()
379 pair.setName(ast.newSimpleName(entry.getKey())); in insertAnnotationBefore()
104 annotation.setTypeName(ast.newSimpleName(annotationName)); in annotateTestType()