public final class DoubleLiteralExpr extends StringLiteralExpr
value
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION
Constructor and Description |
---|
DoubleLiteralExpr() |
DoubleLiteralExpr(Range range,
String value) |
DoubleLiteralExpr(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.
|
escape, getValue, setValue
addOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBackwardsCompatibleChildrenNodes, getBegin, getChildrenNodes, getComment, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeOfType, getRange, getUserData, hashCode, isPositionedAfter, isPositionedBefore, remove, setAsParentNodeOf, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBlockComment, setComment, setEnd, setLineComment, setParentNode, setRange, setUserData, toString, toStringWithoutComments, tryAddImportToParentCompilationUnit
public DoubleLiteralExpr()
public DoubleLiteralExpr(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 to the visitorv
- the visitor implementationarg
- the argument passed to 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 visitorCopyright © 2007–2016. All rights reserved.