Package com.google.gag.instrument.info
Class LocalVarInfo
- java.lang.Object
-
- com.google.gag.instrument.info.LocalVarInfo
-
public class LocalVarInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocalVarInfo.Maker
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnoInfogetAnnoFor(org.objectweb.asm.Type annoType)java.util.List<AnnoInfo>getAnnos()intgetIndex()java.lang.StringgetName()org.objectweb.asm.TypegetType()booleanhasAnno(org.objectweb.asm.Type annoType)java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public org.objectweb.asm.Type getType()
-
getIndex
public int getIndex()
-
hasAnno
public boolean hasAnno(org.objectweb.asm.Type annoType)
-
getAnnoFor
public AnnoInfo getAnnoFor(org.objectweb.asm.Type annoType)
-
getAnnos
public java.util.List<AnnoInfo> getAnnos()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-