org.jf.baksmali.Adaptors
Class MethodDefinition.LabelCache

java.lang.Object
  extended by org.jf.baksmali.Adaptors.MethodDefinition.LabelCache
Enclosing class:
MethodDefinition

public static class MethodDefinition.LabelCache
extends java.lang.Object


Field Summary
protected  java.util.HashMap<LabelMethodItem,LabelMethodItem> labels
           
 
Constructor Summary
MethodDefinition.LabelCache()
           
 
Method Summary
 java.util.Collection<LabelMethodItem> getLabels()
           
 LabelMethodItem internLabel(LabelMethodItem labelMethodItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labels

protected java.util.HashMap<LabelMethodItem,LabelMethodItem> labels
Constructor Detail

MethodDefinition.LabelCache

public MethodDefinition.LabelCache()
Method Detail

internLabel

public LabelMethodItem internLabel(LabelMethodItem labelMethodItem)

getLabels

public java.util.Collection<LabelMethodItem> getLabels()