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 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
ConstructorsModifierConstructorDescriptionprotected
AbstractLineNumberTypeExpression
(int lineNumber, Type type) protected
-
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumber, getPriority
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 org.jd.core.v1.model.javasyntax.expression.BaseExpression
accept
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
type
-
-
Constructor Details
-
AbstractLineNumberTypeExpression
-
AbstractLineNumberTypeExpression
-
-
Method Details
-
getType
-
setType
-