public class CUtils extends Object
| Constructor and Description |
|---|
CUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCKeyword(String keyword)
Checks if the input string is a valid C keyword.
|
static String |
makeNonCKeyword(String keyword)
Turns a C keyword string into a non-C keyword string.
|
public static boolean isCKeyword(String keyword)
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.