Package gnu.expr

Class StackTarget

java.lang.Object
gnu.expr.Target
gnu.expr.StackTarget
Direct Known Subclasses:
CheckedTarget

public class StackTarget extends Target
  • Field Details

    • autoTruncates

      protected boolean autoTruncates
      Target is field or array element that automatically truncates. Relevant if type is (signed or unsigned) byte or short, and the given type is an int. Hence we can avoid the truncation.
  • Constructor Details

    • StackTarget

      public StackTarget(Type type)
  • Method Details