public class BooleanLiteralsHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
BOOLEAN_FALSE_LITERALS |
static Set<String> |
BOOLEAN_LITERALS |
static Set<String> |
BOOLEAN_TRUE_LITERALS |
| Constructor and Description |
|---|
BooleanLiteralsHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
isBooleanLiteral(String string) |
static Boolean |
isTrueLiteral(String string) |
Copyright © 2016–2025. All rights reserved.