Class AbstractLineNumberTypeExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
- Direct Known Subclasses:
AbstractLambdaExpression, ArrayExpression, BinaryOperatorExpression, CastExpression, ConstructorReferenceExpression, DoubleConstantExpression, FieldReferenceExpression, FloatConstantExpression, IntegerConstantExpression, LocalVariableReferenceExpression, LongConstantExpression, MethodReferenceExpression, NewArray, NewInitializedArray, NullExpression, TernaryOperatorExpression
-
Field Summary
FieldsFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractLineNumberTypeExpression(int lineNumber, Type type) protected -
Method Summary
Methods inherited from class AbstractLineNumberExpression
getLineNumber, getPriorityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseExpression
acceptMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
type
-
-
Constructor Details
-
AbstractLineNumberTypeExpression
-
AbstractLineNumberTypeExpression
-
-
Method Details
-
getType
-
setType
-