public final class InstanceOfExpr extends Expression implements NodeWithType<InstanceOfExpr,ReferenceType>, NodeWithExpression<InstanceOfExpr>
tool instanceof DrillNode.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 |
|---|
InstanceOfExpr() |
InstanceOfExpr(Expression expression,
ReferenceType type) |
InstanceOfExpr(TokenRange tokenRange,
Expression expression,
ReferenceType type)
This constructor is used by the parser and is considered private.
|
| 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.
|
InstanceOfExpr |
asInstanceOfExpr() |
InstanceOfExpr |
clone() |
Expression |
getExpression() |
InstanceOfExprMetaModel |
getMetaModel() |
ReferenceType |
getType()
Gets the type
|
void |
ifInstanceOfExpr(Consumer<InstanceOfExpr> action) |
boolean |
isInstanceOfExpr() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
InstanceOfExpr |
setExpression(Expression expression) |
InstanceOfExpr |
setType(ReferenceType type)
Sets the type
|
Optional<InstanceOfExpr> |
toInstanceOfExpr() |
asAnnotationExpr, asArrayAccessExpr, asArrayCreationExpr, asArrayInitializerExpr, asAssignExpr, asBinaryExpr, asBooleanLiteralExpr, asCastExpr, asCharLiteralExpr, asClassExpr, asConditionalExpr, asDoubleLiteralExpr, asEnclosedExpr, asFieldAccessExpr, asIntegerLiteralExpr, asLambdaExpr, asLiteralExpr, asLiteralStringValueExpr, asLongLiteralExpr, asMarkerAnnotationExpr, asMethodCallExpr, asMethodReferenceExpr, asNameExpr, asNormalAnnotationExpr, asNullLiteralExpr, asObjectCreationExpr, asSingleMemberAnnotationExpr, asStringLiteralExpr, asSuperExpr, asThisExpr, asTypeExpr, asUnaryExpr, asVariableDeclarationExpr, calculateResolvedType, ifAnnotationExpr, ifArrayAccessExpr, ifArrayCreationExpr, ifArrayInitializerExpr, ifAssignExpr, ifBinaryExpr, ifBooleanLiteralExpr, ifCastExpr, ifCharLiteralExpr, ifClassExpr, ifConditionalExpr, ifDoubleLiteralExpr, ifEnclosedExpr, ifFieldAccessExpr, ifIntegerLiteralExpr, ifLambdaExpr, ifLiteralExpr, ifLiteralStringValueExpr, ifLongLiteralExpr, ifMarkerAnnotationExpr, ifMethodCallExpr, ifMethodReferenceExpr, ifNameExpr, ifNormalAnnotationExpr, ifNullLiteralExpr, ifObjectCreationExpr, ifSingleMemberAnnotationExpr, ifStringLiteralExpr, ifSuperExpr, ifThisExpr, ifTypeExpr, ifUnaryExpr, ifVariableDeclarationExpr, isAnnotationExpr, isArrayAccessExpr, isArrayCreationExpr, isArrayInitializerExpr, isAssignExpr, isBinaryExpr, isBooleanLiteralExpr, isCastExpr, isCharLiteralExpr, isClassExpr, isConditionalExpr, isDoubleLiteralExpr, isEnclosedExpr, isFieldAccessExpr, isIntegerLiteralExpr, isLambdaExpr, isLiteralExpr, isLiteralStringValueExpr, isLongLiteralExpr, isMarkerAnnotationExpr, isMethodCallExpr, isMethodReferenceExpr, isNameExpr, isNormalAnnotationExpr, isNullLiteralExpr, isObjectCreationExpr, isSingleMemberAnnotationExpr, isStringLiteralExpr, isSuperExpr, isThisExpr, isTypeExpr, isUnaryExpr, isVariableDeclarationExpr, toAnnotationExpr, toArrayAccessExpr, toArrayCreationExpr, toArrayInitializerExpr, toAssignExpr, toBinaryExpr, toBooleanLiteralExpr, toCastExpr, toCharLiteralExpr, toClassExpr, toConditionalExpr, toDoubleLiteralExpr, toEnclosedExpr, toFieldAccessExpr, toIntegerLiteralExpr, toLambdaExpr, toLiteralExpr, toLiteralStringValueExpr, toLongLiteralExpr, toMarkerAnnotationExpr, toMethodCallExpr, toMethodReferenceExpr, toNameExpr, toNormalAnnotationExpr, toNullLiteralExpr, toObjectCreationExpr, toSingleMemberAnnotationExpr, toStringLiteralExpr, toSuperExpr, toThisExpr, toTypeExpr, toUnaryExpr, toVariableDeclarationExpraddOrphanComment, 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, waitgetTypeAsString, setType, setType, tryAddImportToParentCompilationUnitsetExpressiongetAncestorOfTypecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic InstanceOfExpr()
public InstanceOfExpr(Expression expression, ReferenceType type)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public InstanceOfExpr(TokenRange tokenRange, Expression expression, ReferenceType type)
@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 Expression getExpression()
getExpression in interface NodeWithExpression<InstanceOfExpr>@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public ReferenceType getType()
NodeWithTypegetType in interface NodeWithType<InstanceOfExpr,ReferenceType>@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public InstanceOfExpr setExpression(Expression expression)
setExpression in interface NodeWithExpression<InstanceOfExpr>@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public InstanceOfExpr setType(ReferenceType type)
NodeWithTypesetType in interface NodeWithType<InstanceOfExpr,ReferenceType>type - the type@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
remove in class Expression@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public InstanceOfExpr clone()
clone in class Expression@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public InstanceOfExprMetaModel getMetaModel()
getMetaModel in class Expression@Generated(value="com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
replace in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public boolean isInstanceOfExpr()
isInstanceOfExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public InstanceOfExpr asInstanceOfExpr()
asInstanceOfExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public void ifInstanceOfExpr(Consumer<InstanceOfExpr> action)
ifInstanceOfExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public Optional<InstanceOfExpr> toInstanceOfExpr()
toInstanceOfExpr in class ExpressionCopyright © 2007–2018. All rights reserved.