Class LongOrDoubleLocalVariable

  • All Implemented Interfaces:
    Variable

    public class LongOrDoubleLocalVariable
    extends java.lang.Object
    implements Variable
    • Constructor Detail

      • LongOrDoubleLocalVariable

        public LongOrDoubleLocalVariable​(ValueNumber topValue,
                                         ValueNumber nextValue)
    • Method Detail

      • sameAs

        public boolean sameAs​(Variable other)
        Description copied from interface: Variable
        Determine if the given Variable is the same as this one.
        Specified by:
        sameAs in interface Variable