jnr.x86asm
Class Mem

java.lang.Object
  extended by jnr.x86asm.Operand
      extended by jnr.x86asm.Mem

public final class Mem
extends Operand


Method Summary
 int base()
           
 long displacement()
           
 boolean hasBase()
           
 boolean hasLabel()
           
 int index()
           
 Label label()
           
 SEGMENT segmentPrefix()
           
 int shift()
           
 long target()
           
 
Methods inherited from class jnr.x86asm.Operand
isImm, isLabel, isMem, isNone, isReg, isRegCode, isRegIndex, isRegMem, isRegMem, isRegType, op, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasLabel

public final boolean hasLabel()

hasBase

public final boolean hasBase()

segmentPrefix

public final SEGMENT segmentPrefix()

base

public final int base()

displacement

public final long displacement()

index

public final int index()

label

public final Label label()

shift

public final int shift()

target

public final long target()


Copyright © 2012. All Rights Reserved.