public class LiteralUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Integer |
intLiteralValue(ExpressionTree expression) |
static Long |
longLiteralValue(ExpressionTree tree) |
static String |
trimLongSuffix(String longString) |
static String |
trimQuotes(String value) |
@CheckForNull public static Integer intLiteralValue(ExpressionTree expression)
@CheckForNull public static Long longLiteralValue(ExpressionTree tree)
Copyright © 2012–2017 SonarSource. All rights reserved.