org.eclipse.cdt.internal.refactoring
Class CRefactoringUtils
java.lang.Object
org.eclipse.cdt.internal.refactoring.CRefactoringUtils
public class CRefactoringUtils
- extends java.lang.Object
Collects some basic functionality.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRefactoringUtils
public CRefactoringUtils()
isIdentifierChar
public static boolean isIdentifierChar(char c)
isLeadingIdentifierChar
public static boolean isLeadingIdentifierChar(char c)
checkIdentifier
public static boolean checkIdentifier(java.lang.String id)