Package com.google.gag.instrument.info
Class AnnoInfo
- java.lang.Object
-
- com.google.gag.instrument.info.AnnoInfo
-
public class AnnoInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnoInfo.Maker
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetParam()org.objectweb.asm.TypegetType()java.lang.ObjectgetValue(java.lang.String name)This is meant to be an immutable access, but it is not, since the value object itself may not be immutable.java.util.List<java.lang.String>getValueNames()java.lang.StringtoString()
-
-
-
Method Detail
-
getParam
public java.lang.Integer getParam()
-
getType
public org.objectweb.asm.Type getType()
-
getValueNames
public java.util.List<java.lang.String> getValueNames()
-
getValue
public java.lang.Object getValue(java.lang.String name)
This is meant to be an immutable access, but it is not, since the value object itself may not be immutable.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-