Class PushAny


  • public class PushAny
    extends ValueExpression
    An expression converting that push any possible value on the stack. This is useful to represent top values.
    • Constructor Detail

      • PushAny

        public PushAny​(Type staticType,
                       CodeLocation location)
        Builds the push any.
        Parameters:
        staticType - the static type of this expression
        location - the code location of the statement that has generated this expression