org.jmlspecs.jml4.esc.gc.lang.simple.expr
Class SimpleArrayAllocationExpression
java.lang.Object
org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleExpression
org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleArrayAllocationExpression
public class SimpleArrayAllocationExpression
- extends SimpleExpression
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ids
public final int[] ids
dims
public final SimpleExpression[] dims
SimpleArrayAllocationExpression
public SimpleArrayAllocationExpression(int[] ids,
SimpleExpression[] dims,
TypeBinding type,
int sourceStart,
int sourceEnd)
accept
public CfgExpression accept(PassifyVisitor visitor,
IncarnationMap incarnationMap)
- Specified by:
accept
in class SimpleExpression
accept
public SimpleExpression accept(SimpleExprVisitor visitor)
- Specified by:
accept
in class SimpleExpression
toString
public java.lang.String toString()
- Specified by:
toString
in class SimpleExpression