public class ExpressionParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static @NotNull Expression |
parseExpression(@NotNull java.lang.String str)
Parses an integer constant.
|
static int |
parseInt(@NotNull java.lang.String str)
Parses an integer constant.
|
public static int parseInt(@NotNull @NotNull java.lang.String str) throws java.io.IOException
str
- the integer constant string to parsejava.io.IOException
- if a parsing error occurs@NotNull public static @NotNull Expression parseExpression(@NotNull @NotNull java.lang.String str) throws java.io.IOException
str
- the integer constant string to parsejava.io.IOException
- if a parsing error occurs