public class IntegerLiteralExpr extends StringLiteralExpr
| Modifier and Type | Field and Description |
|---|---|
protected static String |
MIN_VALUE |
valueABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
IntegerLiteralExpr() |
IntegerLiteralExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
String value)
Deprecated.
prefer using Range objects.
|
IntegerLiteralExpr(Range range,
String value) |
IntegerLiteralExpr(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() |
escape, getValue, setValueaddOrphanComment, clone, contains, equals, getAllContainedComments, getBegin, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEnd, getEndColumn, getEndLine, getOrphanComments, getParentNode, getRange, hasComment, hashCode, isPositionedAfter, isPositionedAfter, isPositionedBefore, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBeginColumn, setBeginLine, setComment, setData, setEnd, setEndColumn, setEndLine, setParentNode, setRange, toString, toStringWithoutCommentsprotected static final String MIN_VALUE
public IntegerLiteralExpr()
public IntegerLiteralExpr(String value)
@Deprecated public IntegerLiteralExpr(int beginLine, int beginColumn, int endLine, int endColumn, String value)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodeaccept in class StringLiteralExprR - the type the return value of the visitorA - the type the argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitorpublic <A> void accept(VoidVisitor<A> v, A arg)
Nodeaccept in class StringLiteralExprA - the type the argument passed for the visitorv - the visitor implementationarg - any value relevant for the visitorpublic final boolean isMinValue()
Copyright © 2007–2016. All rights reserved.