frysk.value
Class UnknownType

java.lang.Object
  extended by frysk.value.Type
      extended by frysk.value.UnknownType

public class UnknownType
extends Type

Type sentinel for an unrecognized type.


Constructor Summary
UnknownType(String name)
          Create an UnknownType
 
Method Summary
 void toPrint(StringBuilder stringBuilder, int indent)
          Print this Type after indenting INDENT spaces.
 
Methods inherited from class frysk.value.Type
addressOf, completeFollowSym, completeMember, dereference, getALU, getALU, getALU, getALU, getALU, getALU, getName, getSize, getSliceType, getType, getUltimateType, index, member, pack, slice, toPrint, toPrintBrief, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownType

public UnknownType(String name)
Create an UnknownType

Parameters:
typep - - Type of pointed to value
Method Detail

toPrint

public void toPrint(StringBuilder stringBuilder,
                    int indent)
Description copied from class: Type
Print this Type after indenting INDENT spaces.

Specified by:
toPrint in class Type
Parameters:
stringBuilder - TODO