joeq.Compiler.BytecodeAnalysis
Class LiveRefAnalysis.Type
java.lang.Object
joeq.Compiler.BytecodeAnalysis.LiveRefAnalysis.Type
- Direct Known Subclasses:
- LiveRefAnalysis.DerivedRef, LiveRefAnalysis.HalfOfNumber, LiveRefAnalysis.NullConstant, LiveRefAnalysis.Retaddr, LiveRefAnalysis.SystemType
- Enclosing class:
- LiveRefAnalysis
public abstract static class LiveRefAnalysis.Type
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiveRefAnalysis.Type
public LiveRefAnalysis.Type()
findCommonSuperclass
public abstract LiveRefAnalysis.Type findCommonSuperclass(LiveRefAnalysis.Type that)
isReferenceType
public abstract boolean isReferenceType()
getElementType
public LiveRefAnalysis.Type getElementType()
Copyright © 2001-2008 John Whaley. All Rights Reserved.