Class UnaryOpExpr

    • Constructor Detail

    • Method Detail

      • scope

        public void scope​(Scope scope)
      • isStandAloneConstant

        public boolean isStandAloneConstant()
        Description copied from class: Expr
        Whether this expression denotes a stand-alone constant, that is, a constant that can be derived without looking at other classes.
        Overrides:
        isStandAloneConstant in class Expr
        Returns:
        whether this expression denotes a stand-alone constant
      • getArg

        public Expr getArg()