frysk.value
Class StructType

java.lang.Object
  extended by frysk.value.Type
      extended by frysk.value.CompositeType
          extended by frysk.value.StructType

public class StructType
extends CompositeType

Type for a union


Nested Class Summary
 
Nested classes/interfaces inherited from class frysk.value.CompositeType
CompositeType.DynamicMember, CompositeType.Member, CompositeType.StaticMember
 
Constructor Summary
StructType(String name, int size)
           
 
Method Summary
 String getPrefix()
          Return the prefix (class, union, struct), or null.
 
Methods inherited from class frysk.value.CompositeType
addBitFieldMember, addInheritance, addMember, addStaticBitFieldMember, addStaticMember, completeMember, getDeclaredObjectByName, getMemberType, iterator, member, toPrint, toPrintBrief, toString
 
Methods inherited from class frysk.value.Type
addressOf, completeFollowSym, dereference, getALU, getALU, getALU, getALU, getALU, getALU, getName, getSize, getSliceType, getType, getUltimateType, index, pack, slice, toPrint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructType

public StructType(String name,
                  int size)
Method Detail

getPrefix

public String getPrefix()
Description copied from class: CompositeType
Return the prefix (class, union, struct), or null.

Specified by:
getPrefix in class CompositeType