public final class ExplicitConstructorInvocationStmt extends Statement implements NodeWithTypeArguments<ExplicitConstructorInvocationStmt>
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration| Constructor and Description |
|---|
ExplicitConstructorInvocationStmt() |
ExplicitConstructorInvocationStmt(boolean isThis,
Expression expr,
NodeList<Expression> args) |
ExplicitConstructorInvocationStmt(Range range,
NodeList<Type<?>> typeArguments,
boolean isThis,
Expression expr,
NodeList<Expression> args) |
| 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.
|
NodeList<Expression> |
getArgs() |
Expression |
getExpr() |
NodeList<Type<?>> |
getTypeArguments() |
boolean |
isThis() |
ExplicitConstructorInvocationStmt |
setArgs(NodeList<Expression> args) |
ExplicitConstructorInvocationStmt |
setExpr(Expression expr) |
ExplicitConstructorInvocationStmt |
setThis(boolean isThis) |
ExplicitConstructorInvocationStmt |
setTypeArguments(NodeList<Type<?>> types)
Allows you to set the generic arguments
|
addOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBegin, getChildNodes, getComment, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, getUserData, hasComment, hashCode, isPositionedAfter, isPositionedBefore, remove, setAsParentNodeOf, setBegin, setBlockComment, setComment, setEnd, setLineComment, setParentNode, setRange, setUserData, toString, toString, tryAddImportToParentCompilationUnitfinalize, getClass, notify, notifyAll, wait, wait, waitisUsingDiamondOperator, removeTypeArguments, setDiamondOperator, setTypeArgumentsgetAncestorOfType, setAsParentNodeOf, setAsParentNodeOfpublic ExplicitConstructorInvocationStmt()
public ExplicitConstructorInvocationStmt(boolean isThis,
Expression expr,
NodeList<Expression> args)
public ExplicitConstructorInvocationStmt(Range range, NodeList<Type<?>> typeArguments, boolean isThis, Expression expr, NodeList<Expression> args)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic NodeList<Expression> getArgs()
public Expression getExpr()
public boolean isThis()
public ExplicitConstructorInvocationStmt setArgs(NodeList<Expression> args)
public ExplicitConstructorInvocationStmt setExpr(Expression expr)
public ExplicitConstructorInvocationStmt setThis(boolean isThis)
public NodeList<Type<?>> getTypeArguments()
getTypeArguments in interface NodeWithTypeArguments<ExplicitConstructorInvocationStmt>public ExplicitConstructorInvocationStmt setTypeArguments(NodeList<Type<?>> types)
NodeWithTypeArgumentssetTypeArguments in interface NodeWithTypeArguments<ExplicitConstructorInvocationStmt>types - The list of types of the genericsCopyright © 2007–2016. All rights reserved.