Class SuperExpression

  • All Implemented Interfaces:
    java.lang.Cloneable, Constants, RuntimeConstants

    public class SuperExpression
    extends ThisExpression
    WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Constructor Detail

      • SuperExpression

        public SuperExpression​(long where)
        Constructor
      • SuperExpression

        public SuperExpression​(long where,
                               Expression outerArg)
        Constructor for "outer.super()"
      • SuperExpression

        public SuperExpression​(long where,
                               Context ctx)