frysk.value
Class CompositeType.DynamicMember

java.lang.Object
  extended by frysk.value.CompositeType.Member
      extended by frysk.value.CompositeType.DynamicMember
All Implemented Interfaces:
ObjectDeclaration
Enclosing class:
CompositeType

public static class CompositeType.DynamicMember
extends CompositeType.Member

Class members; package private.


Field Summary
(package private)  long offset
           
 
Fields inherited from class frysk.value.CompositeType.Member
access, bitOffset, bitSize, index, inheritance, name, type
 
Constructor Summary
CompositeType.DynamicMember(int index, String name, SourceLocation sourceLocation, Type type, long offset, Access access, int bitOffset, int bitSize, boolean inheritance)
           
 
Method Summary
 Value getValue(DebugInfoFrame frame)
          Deprecated.  
private  Value getValue(Value v)
           
 String toString()
           
 
Methods inherited from class frysk.value.CompositeType.Member
getName, getSourceLocation, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

offset

final long offset
Constructor Detail

CompositeType.DynamicMember

CompositeType.DynamicMember(int index,
                            String name,
                            SourceLocation sourceLocation,
                            Type type,
                            long offset,
                            Access access,
                            int bitOffset,
                            int bitSize,
                            boolean inheritance)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getValue

private Value getValue(Value v)

getValue

public Value getValue(DebugInfoFrame frame)
Deprecated. 

Specified by:
getValue in interface ObjectDeclaration
Specified by:
getValue in class CompositeType.Member