Class NewArray
- 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.NewArray
-
- All Implemented Interfaces:
java.lang.Iterable<Expression>,BaseExpression,Expression,Base<Expression>
public class NewArray extends AbstractLineNumberTypeExpression
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseExpressiondimensionExpressionList-
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
type
-
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 Constructor Description NewArray(int lineNumber, Type type, BaseExpression dimensionExpressionList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExpressionVisitor visitor)BaseExpressiongetDimensionExpressionList()intgetPriority()voidsetDimensionExpressionList(BaseExpression dimensionExpressionList)java.lang.StringtoString()-
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
getType, setType
-
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumber
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
dimensionExpressionList
protected BaseExpression dimensionExpressionList
-
-
Constructor Detail
-
NewArray
public NewArray(int lineNumber, Type type, BaseExpression dimensionExpressionList)
-
-
Method Detail
-
getDimensionExpressionList
public BaseExpression getDimensionExpressionList()
-
setDimensionExpressionList
public void setDimensionExpressionList(BaseExpression dimensionExpressionList)
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceExpression- Overrides:
getPriorityin classAbstractLineNumberExpression
-
accept
public void accept(ExpressionVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-