public final class ExplicitConstructorInvocationStmt extends Statement implements NodeWithTypeArguments<ExplicitConstructorInvocationStmt>
class X { X() { super(15); } }
class X { X() { this(1, 2); } }
Node.ObserverRegistrationMode, Node.Parsedness
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration
Constructor and Description |
---|
ExplicitConstructorInvocationStmt() |
ExplicitConstructorInvocationStmt(boolean isThis,
Expression expression,
NodeList<Expression> arguments) |
ExplicitConstructorInvocationStmt(NodeList<Type> typeArguments,
boolean isThis,
Expression expression,
NodeList<Expression> arguments) |
ExplicitConstructorInvocationStmt(TokenRange tokenRange,
NodeList<Type> typeArguments,
boolean isThis,
Expression expression,
NodeList<Expression> arguments)
This constructor is used by the parser and is considered private.
|
addOrphanComment, customInitialization, equals, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregister
finalize, getClass, notify, notifyAll, wait, wait, wait
isUsingDiamondOperator, removeTypeArguments, setDiamondOperator, setTypeArguments
getAncestorOfType
containsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBefore
public ExplicitConstructorInvocationStmt()
public ExplicitConstructorInvocationStmt(boolean isThis, Expression expression, NodeList<Expression> arguments)
public ExplicitConstructorInvocationStmt(NodeList<Type> typeArguments, boolean isThis, Expression expression, NodeList<Expression> arguments)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public ExplicitConstructorInvocationStmt(TokenRange tokenRange, NodeList<Type> typeArguments, boolean isThis, Expression expression, NodeList<Expression> arguments)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitable
accept
in interface Visitable
R
- 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)
Visitable
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<Expression> getArguments()
public Expression getArgument(int i)
public ExplicitConstructorInvocationStmt setArgument(int i, Expression argument)
public ExplicitConstructorInvocationStmt addArgument(Expression argument)
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public Optional<Expression> getExpression()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public boolean isThis()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ExplicitConstructorInvocationStmt setArguments(NodeList<Expression> arguments)
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ExplicitConstructorInvocationStmt setExpression(Expression expression)
expression
- the expression, can be null@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ExplicitConstructorInvocationStmt setThis(boolean isThis)
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public Optional<NodeList<Type>> getTypeArguments()
getTypeArguments
in interface NodeWithTypeArguments<ExplicitConstructorInvocationStmt>
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ExplicitConstructorInvocationStmt setTypeArguments(NodeList<Type> typeArguments)
setTypeArguments
in interface NodeWithTypeArguments<ExplicitConstructorInvocationStmt>
typeArguments
- the typeArguments, can be null@Generated(value="com.github.javaparser.generator.core.node.GetNodeListsGenerator") public List<NodeList<?>> getNodeLists()
Node
getNodeLists
in class Node
@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public ExplicitConstructorInvocationStmt removeExpression()
@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public ExplicitConstructorInvocationStmt clone()
@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public ExplicitConstructorInvocationStmtMetaModel getMetaModel()
getMetaModel
in class Statement
Copyright © 2007–2017. All rights reserved.