public class IntegerLiteralExpr extends StringLiteralExpr
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
MIN_VALUE |
valueABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
IntegerLiteralExpr() |
IntegerLiteralExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
java.lang.String value) |
IntegerLiteralExpr(java.lang.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, setValueaddOrphanComment, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutCommentsprotected static final java.lang.String MIN_VALUE
public IntegerLiteralExpr()
public IntegerLiteralExpr(java.lang.String value)
public IntegerLiteralExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
java.lang.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-2015. All Rights Reserved.