Class InstanceOfExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.InstanceOfExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
-
Field Summary
FieldsFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionInstanceOfExpression(int lineNumber, Expression expression, Type instanceOfType) InstanceOfExpression(Expression expression, ObjectType instanceOfType) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) intgetType()voidsetExpression(Expression expression) Methods inherited from class AbstractLineNumberExpression
getLineNumberMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
expression
-
instanceOfType
-
-
Constructor Details
-
InstanceOfExpression
-
InstanceOfExpression
-
-
Method Details
-
getExpression
-
setExpression
-
getInstanceOfType
-
getType
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceExpression- Overrides:
getPriorityin classAbstractLineNumberExpression
-
accept
-