public final class IntegerLiteralMinValueExpr extends IntegerLiteralExpr
MIN_VALUEvalueABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
IntegerLiteralMinValueExpr() |
IntegerLiteralMinValueExpr(Range range) |
| 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.
|
isMinValueescape, getValue, setValueaddOrphanComment, clone, contains, equals, getAllContainedComments, getBegin, getChildrenNodes, getComment, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeOfType, getRange, getUserData, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBlockComment, setComment, setEnd, setLineComment, setParentNode, setRange, setUserData, toString, toStringWithoutComments, tryAddImportToParentCompilationUnitpublic IntegerLiteralMinValueExpr()
public IntegerLiteralMinValueExpr(Range range)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodeaccept in class IntegerLiteralExprR - 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 IntegerLiteralExprA - the type the argument passed for the visitorv - the visitor implementationarg - any value relevant for the visitorCopyright © 2007–2016. All rights reserved.