public final class SuperExpr extends Expression
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION| Constructor and Description |
|---|
SuperExpr() |
SuperExpr(Optional<Expression> classExpr) |
SuperExpr(Range range,
Optional<Expression> classExpr) |
| 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.
|
Optional<Expression> |
getClassExpr() |
SuperExpr |
setClassExpr(Optional<Expression> classExpr) |
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, tryAddImportToParentCompilationUnitpublic SuperExpr()
public SuperExpr(Optional<Expression> classExpr)
public SuperExpr(Range range, Optional<Expression> classExpr)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic Optional<Expression> getClassExpr()
public SuperExpr setClassExpr(Optional<Expression> classExpr)
Copyright © 2007–2016. All rights reserved.