Class AbstractLineNumberTypeExpression
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
-
- org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
-
- All Implemented Interfaces:
java.lang.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
public abstract class AbstractLineNumberTypeExpression extends AbstractLineNumberExpression
-
-
Field Summary
Fields Modifier and Type Field Description protected Type
type
-
Fields 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
Constructors Modifier Constructor Description protected
AbstractLineNumberTypeExpression(int lineNumber, Type type)
protected
AbstractLineNumberTypeExpression(Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType()
void
setType(Type type)
-
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
-
-
-
-
Field Detail
-
type
protected Type type
-
-