Class AbstractLineNumberExpression
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
-
- All Implemented Interfaces:
java.lang.Iterable<Expression>,BaseExpression,Expression,Base<Expression>
- Direct Known Subclasses:
AbstractLineNumberTypeExpression,BooleanExpression,EnumConstantReferenceExpression,InstanceOfExpression,LengthExpression,NewExpression,ParenthesesExpression,PostOperatorExpression,PreOperatorExpression,StringConstantExpression,SuperExpression,ThisExpression
public abstract class AbstractLineNumberExpression extends java.lang.Object implements Expression
-
-
Field Summary
Fields Modifier and Type Field Description protected intlineNumber-
Fields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractLineNumberExpression()protectedAbstractLineNumberExpression(int lineNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLineNumber()intgetPriority()-
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
-
-
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfaceExpression
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceExpression
-
-