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 Typetype-
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 protectedAbstractLineNumberTypeExpression(int lineNumber, Type type)protectedAbstractLineNumberTypeExpression(Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetType()voidsetType(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
-
-