org.mutabilitydetector.checkers.info
Class TypeStructureInformation

java.lang.Object
  extended by org.mutabilitydetector.checkers.info.TypeStructureInformation
All Implemented Interfaces:
AnalysisInformation

public final class TypeStructureInformation
extends Object
implements AnalysisInformation


Constructor Summary
TypeStructureInformation(AsmSessionCheckerRunner sessionCheckerRunner)
           
 
Method Summary
 boolean isTypeAbstract(Dotted className)
           
 boolean isTypeInterface(Dotted className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeStructureInformation

public TypeStructureInformation(AsmSessionCheckerRunner sessionCheckerRunner)
Method Detail

isTypeAbstract

public boolean isTypeAbstract(Dotted className)

isTypeInterface

public boolean isTypeInterface(Dotted className)


Copyright © 2013. All Rights Reserved.