frysk.value
Class CompositeType.StaticMember

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

public static class CompositeType.StaticMember
extends CompositeType.Member


Field Summary
private  LocationExpression locationExpression
           
 
Fields inherited from class frysk.value.CompositeType.Member
access, bitOffset, bitSize, index, inheritance, name, type
 
Constructor Summary
CompositeType.StaticMember(LocationExpression locationExpression, int index, String name, SourceLocation sourceLocation, Type type, Access access, int bitOffset, int bitSize, boolean inheritance)
           
 
Method Summary
 Value getValue(DebugInfoFrame frame)
           
 
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, toString, wait, wait, wait
 

Field Detail

locationExpression

private final LocationExpression locationExpression
Constructor Detail

CompositeType.StaticMember

public CompositeType.StaticMember(LocationExpression locationExpression,
                                  int index,
                                  String name,
                                  SourceLocation sourceLocation,
                                  Type type,
                                  Access access,
                                  int bitOffset,
                                  int bitSize,
                                  boolean inheritance)
Method Detail

getValue

public Value getValue(DebugInfoFrame frame)
Specified by:
getValue in interface ObjectDeclaration
Specified by:
getValue in class CompositeType.Member