Class IntegerConstantExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
org.jd.core.v1.model.javasyntax.expression.IntegerConstantExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
-
Field Summary
FieldsFields inherited from class AbstractLineNumberTypeExpression
typeFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionIntegerConstantExpression(int lineNumber, Type type, int value) IntegerConstantExpression(Type type, int value) -
Method Summary
Methods inherited from class AbstractLineNumberTypeExpression
getTypeMethods inherited from class AbstractLineNumberExpression
getLineNumber, getPriorityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
value
protected int value
-
-
Constructor Details
-
IntegerConstantExpression
-
IntegerConstantExpression
-
-
Method Details
-
getValue
public int getValue() -
setType
- Overrides:
setTypein classAbstractLineNumberTypeExpression
-
checkType
-
accept
-
toString
-