abc.weaving.aspectinfo
Class AbcType

java.lang.Object
  extended by abc.weaving.aspectinfo.AbcType

public class AbcType
extends java.lang.Object

A Java type handled by the ABC compiler.

Author:
Aske Simon Christensen

Method Summary
 boolean equals(java.lang.Object other)
           
 soot.Type getSootType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getSootType

public soot.Type getSootType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object