public final class SuperExpr extends Expression
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
SuperExpr() |
SuperExpr(Expression classExpr) |
SuperExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
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.
|
Expression |
getClassExpr() |
void |
setClassExpr(Expression classExpr) |
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 SuperExpr()
public SuperExpr(Expression classExpr)
public SuperExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression classExpr)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public Expression getClassExpr()
public void setClassExpr(Expression classExpr)
Copyright © 2007–2016. All rights reserved.