Class Expr

    • Constructor Detail

      • Expr

        public Expr()
    • Method Detail

      • isOfAS3Type

        public boolean isOfAS3Type​(net.jangaroo.utils.AS3Type as3Type)
      • isRuntimeConstant

        public boolean isRuntimeConstant()
      • isCompileTimeConstant

        public boolean isCompileTimeConstant()
      • isStandAloneConstant

        public boolean isStandAloneConstant()
        Whether this expression denotes a stand-alone constant, that is, a constant that can be derived without looking at other classes.
        Returns:
        whether this expression denotes a stand-alone constant