Class NewMutiArrayExpr

All Implemented Interfaces:
Cloneable

public class NewMutiArrayExpr extends Value.EnExpr
Represent a NEW_MUTI_ARRAY expression.
See Also:
  • Field Details

    • baseType

      public String baseType
      the basic type, ZBSCIFDJL, no [
    • dimension

      public int dimension
      the dimension of the array,

      for baseType: I, dimension 4, the result type is int[][][][];

      NOTICE, not all dimension are init in ops, so ops.length ≤ dimension

  • Constructor Details

    • NewMutiArrayExpr

      public NewMutiArrayExpr(String base, int dimension, Value[] sizes)
  • Method Details