Class AbstractLineNumberExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
- All Implemented Interfaces:
Iterable<Expression>
,BaseExpression
,Expression
,Base<Expression>
- Direct Known Subclasses:
AbstractLineNumberTypeExpression
,BooleanExpression
,EnumConstantReferenceExpression
,InstanceOfExpression
,LengthExpression
,NewExpression
,ParenthesesExpression
,PostOperatorExpression
,PreOperatorExpression
,StringConstantExpression
,SuperExpression
,ThisExpression
-
Field Summary
FieldsFields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER
-
Constructor Summary
Constructors -
Method Summary
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 org.jd.core.v1.model.javasyntax.expression.Expression
getType
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
lineNumber
protected int lineNumber
-
-
Constructor Details
-
AbstractLineNumberExpression
protected AbstractLineNumberExpression() -
AbstractLineNumberExpression
protected AbstractLineNumberExpression(int lineNumber)
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceExpression
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceExpression
-