jml2b.link
Class LinkInfo

java.lang.Object
  extended byjml2b.util.Profiler
      extended byjml2b.link.LinkInfo

public class LinkInfo
extends Profiler

Author:
A. Requet

Field Summary
static int PACKAGE
           
 int tag
           
 Type type
           
static int TYPE
           
 
Constructor Summary
LinkInfo(Package p)
           
LinkInfo(Type t)
           
 
Method Summary
 Package getPackage()
           
 Type getType()
           
 
Methods inherited from class jml2b.util.Profiler
runGC
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public int tag

type

public Type type

TYPE

public static final int TYPE
See Also:
Constant Field Values

PACKAGE

public static final int PACKAGE
See Also:
Constant Field Values
Constructor Detail

LinkInfo

public LinkInfo(Package p)

LinkInfo

public LinkInfo(Type t)
Method Detail

getPackage

public Package getPackage()

getType

public Type getType()