Class PreOperatorExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.PreOperatorExpression
- All Implemented Interfaces:
Iterable<Expression>,BaseExpression,Expression,Base<Expression>
-
Field Summary
FieldsFields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
lineNumberFields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionPreOperatorExpression(int lineNumber, String operator, Expression expression) PreOperatorExpression(String operator, Expression expression) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) intgetType()voidsetExpression(Expression expression) toString()Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumberMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
operator
-
expression
-
-
Constructor Details
-
PreOperatorExpression
-
PreOperatorExpression
-
-
Method Details
-
getOperator
-
getExpression
-
setExpression
-
getType
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceExpression- Overrides:
getPriorityin classAbstractLineNumberExpression
-
accept
-
toString
-