Package org.teavm.ast

Class ConstantExpr

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class ConstantExpr
    extends Expr
    • Constructor Detail

      • ConstantExpr

        public ConstantExpr()
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)
      • clone

        protected Expr clone​(java.util.Map<Expr,​Expr> cache)
        Specified by:
        clone in class Expr