public final class LongLiteralMinValueExpr extends LongLiteralExpr
MIN_VALUE
value
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
LongLiteralMinValueExpr() |
LongLiteralMinValueExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn) |
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.
|
isMinValue
getValue, setValue
addOrphanComment, clone, 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, toStringWithoutComments
public LongLiteralMinValueExpr()
public LongLiteralMinValueExpr(int beginLine, int beginColumn, int endLine, int endColumn)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
accept
in class LongLiteralExpr
R
- 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)
Node
accept
in class LongLiteralExpr
A
- the type the argument passed for the visitorv
- the visitor implementationarg
- any value relevant for the visitorCopyright © 2007–2016. All rights reserved.