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 org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
lineNumber
Fields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceOfExpression
(int lineNumber, Expression expression, Type instanceOfType) InstanceOfExpression
(Expression expression, ObjectType instanceOfType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor visitor) int
getType()
void
setExpression
(Expression expression) Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumber
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
expression
-
instanceOfType
-
-
Constructor Details
-
InstanceOfExpression
-
InstanceOfExpression
-
-
Method Details
-
getExpression
-
setExpression
-
getInstanceOfType
-
getType
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceExpression
- Overrides:
getPriority
in classAbstractLineNumberExpression
-
accept
-