Package soot.util
Interface Numberable
-
- All Known Subinterfaces:
Local
- All Known Implementing Classes:
AllocDotField
,AllocNode
,AnySubType
,ArrayType
,BafLocal
,BooleanType
,BottomType
,ByteType
,CallsiteContextVar
,CharType
,ClassConstantNode
,ContextVar
,ContextVarNode
,DecimalType
,DoubleType
,DoubleWordType
,DummyNode
,ErroneousType
,FakeJimpleLocal
,FieldRefNode
,FloatType
,FullSensitiveNode
,GlobalVarNode
,HeapInsNode
,Integer127Type
,Integer1Type
,Integer32767Type
,IntervalContextVar
,IntType
,IVarAbstraction
,JimpleLocal
,Kind
,LocalVarNode
,LongType
,ModuleRefType
,NewInstanceNode
,Node
,NullType
,NumberedString
,PlainConstraint
,PrimType
,PtInsNode
,RefLikeType
,RefType
,ShortType
,StmtAddressType
,StringConstantNode
,TemporaryRegisterLocal
,Type
,UByteType
,UIntType
,ULongType
,UnknownType
,UShortType
,ValNode
,VarNode
,VoidType
,WeakObjectType
,WordType
public interface Numberable
A class that numbers objects, so they can be placed in bitsets.- Author:
- Ondrej Lhotak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumber()
void
setNumber(int number)
-