Package org.mvel2.ast

Class ArraySize

  • All Implemented Interfaces:
    java.io.Serializable

    public class ArraySize
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      char[] value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ArraySize​(char[] value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public char[] value
    • Constructor Detail

      • ArraySize

        public ArraySize​(char[] value)