Package jnr.a64asm

Class ExtendedValue


  • public class ExtendedValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean lsl  
      (package private) int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedValue​(boolean lsl, int value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lsl

        boolean lsl
      • value

        int value
    • Constructor Detail

      • ExtendedValue

        ExtendedValue​(boolean lsl,
                      int value)