public class HandlerUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkName(String nameSpec,
String identifier,
LombokNode<?,?,?> errorNode)
Checks if the given name is a valid identifier.
|
public static boolean checkName(String nameSpec, String identifier, LombokNode<?,?,?> errorNode)
true and does nothing else.
If it isn't, this returns false and adds an error message to the supplied node.Copyright © 2009-2013 The Project Lombok Authors, licensed under the MIT licence.