public class Literal extends Object
| Constructor and Description |
|---|
Literal() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBooleanLiteral(String str) |
static boolean |
isDoubleLiteral(String str) |
static boolean |
isFloatLiteral(String str) |
static boolean |
isIntegerLiteral(String str) |
static boolean |
isLiteral(String str) |
static boolean |
isLongLiteral(String str) |
static boolean |
isNullLiteral(String str) |
public static boolean isBooleanLiteral(String str)
public static boolean isIntegerLiteral(String str)
public static boolean isLongLiteral(String str)
public static boolean isFloatLiteral(String str)
public static boolean isDoubleLiteral(String str)
public static boolean isNullLiteral(String str)
public static boolean isLiteral(String str)
Copyright © 2022 Google LLC. All rights reserved.