public final class ExplicitConstructorInvocationStmt extends Statement implements NodeWithTypeArguments<ExplicitConstructorInvocationStmt>, NodeWithArguments<ExplicitConstructorInvocationStmt>, Resolvable<ResolvedConstructorDeclaration>
class X { X() { super(15); } }
class X { X() { this(1, 2); } }Node.BreadthFirstIterator, Node.DirectChildrenIterator, Node.ObserverRegistrationMode, Node.ParentsVisitor, Node.Parsedness, Node.PostOrderIterator, Node.PreOrderIterator, Node.TreeTraversalABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration, SYMBOL_RESOLVER_KEY| 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.
|
asAssertStmt, asBlockStmt, asBreakStmt, asContinueStmt, asDoStmt, asEmptyStmt, asExpressionStmt, asForeachStmt, asForStmt, asIfStmt, asLabeledStmt, asLocalClassDeclarationStmt, asReturnStmt, asSwitchEntryStmt, asSwitchStmt, asSynchronizedStmt, asThrowStmt, asTryStmt, asUnparsableStmt, asWhileStmt, ifAssertStmt, ifBlockStmt, ifBreakStmt, ifContinueStmt, ifDoStmt, ifEmptyStmt, ifExpressionStmt, ifForeachStmt, ifForStmt, ifIfStmt, ifLabeledStmt, ifLocalClassDeclarationStmt, ifReturnStmt, ifSwitchEntryStmt, ifSwitchStmt, ifSynchronizedStmt, ifThrowStmt, ifTryStmt, ifUnparsableStmt, ifWhileStmt, isAssertStmt, isBlockStmt, isBreakStmt, isContinueStmt, isDoStmt, isEmptyStmt, isExpressionStmt, isForeachStmt, isForStmt, isIfStmt, isLabeledStmt, isLocalClassDeclarationStmt, isReturnStmt, isSwitchEntryStmt, isSwitchStmt, isSynchronizedStmt, isThrowStmt, isTryStmt, isUnparsableStmt, isWhileStmt, toAssertStmt, toBlockStmt, toBreakStmt, toContinueStmt, toDoStmt, toEmptyStmt, toExpressionStmt, toForeachStmt, toForStmt, toIfStmt, toLabeledStmt, toLocalClassDeclarationStmt, toReturnStmt, toSwitchEntryStmt, toSwitchStmt, toSynchronizedStmt, toThrowStmt, toTryStmt, toUnparsableStmt, toWhileStmtaddOrphanComment, containsData, customInitialization, equals, findAll, findAll, findCompilationUnit, findFirst, findFirst, findFirst, findParent, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getSymbolResolver, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, stream, stream, toString, toString, tryAddImportToParentCompilationUnit, unregister, walk, walk, walkfinalize, getClass, notify, notifyAll, wait, wait, waitisUsingDiamondOperator, removeTypeArguments, setDiamondOperator, setTypeArgumentsaddArgument, addArgument, getArgument, setArgumentgetAncestorOfTypecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic 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)
@Generated(value="com.github.javaparser.generator.core.node.AcceptGenerator") 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)@Generated(value="com.github.javaparser.generator.core.node.AcceptGenerator") public <A> void accept(VoidVisitor<A> v, A arg)
Visitable@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<Expression> getArguments()
getArguments in interface NodeWithArguments<ExplicitConstructorInvocationStmt>@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)
setArguments in interface NodeWithArguments<ExplicitConstructorInvocationStmt>@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.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@Generated(value="com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public boolean isExplicitConstructorInvocationStmt()
isExplicitConstructorInvocationStmt in class Statement@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public ExplicitConstructorInvocationStmt asExplicitConstructorInvocationStmt()
asExplicitConstructorInvocationStmt in class Statement@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public void ifExplicitConstructorInvocationStmt(Consumer<ExplicitConstructorInvocationStmt> action)
ifExplicitConstructorInvocationStmt in class Statementpublic ResolvedConstructorDeclaration resolve()
ResolvedConstructorDeclaration representing the declaration of the constructor invoked by this
ExplicitConstructorInvocationStmt is returned. Otherwise, an UnsolvedSymbolException is thrown.resolve in interface Resolvable<ResolvedConstructorDeclaration>ResolvedConstructorDeclaration representing the declaration of the invoked constructor.UnsolvedSymbolException - if the declaration corresponding to the explicit constructor invocation statement
could not be resolved.NameExpr.resolve(),
FieldAccessExpr.resolve(),
MethodCallExpr.resolve(),
ObjectCreationExpr.resolve()@Deprecated public ResolvedConstructorDeclaration resolveInvokedConstructor()
resolve() instead.@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public Optional<ExplicitConstructorInvocationStmt> toExplicitConstructorInvocationStmt()
toExplicitConstructorInvocationStmt in class StatementCopyright © 2007–2018. All rights reserved.