public class LongLiteralExpr extends StringLiteralExpr
Modifier and Type | Field and Description |
---|---|
protected static String |
MIN_VALUE |
value
Constructor and Description |
---|
LongLiteralExpr() |
LongLiteralExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
String value) |
LongLiteralExpr(String value) |
Modifier and Type | Method and Description |
---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
boolean |
isMinValue() |
getValue, setValue
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
protected static final String MIN_VALUE
public LongLiteralExpr()
public LongLiteralExpr(String value)
public LongLiteralExpr(int beginLine, int beginColumn, int endLine, int endColumn, String value)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
accept
in class StringLiteralExpr
R
- the type the return value of the visitorA
- the type the argument passed for the visitorv
- the visitor implementationarg
- any value relevant for the visitorpublic <A> void accept(VoidVisitor<A> v, A arg)
Node
accept
in class StringLiteralExpr
A
- the type the argument passed for the visitorv
- the visitor implementationarg
- any value relevant for the visitorpublic final boolean isMinValue()