Package gnu.expr

Class StackTarget

    • Field Detail

      • 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 Detail

      • StackTarget

        public StackTarget​(Type type)