Class ConstantValueAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.ConstantValueAttribute
-
public final class ConstantValueAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
_value
-
Constructor Summary
Constructors Constructor Description ConstantValueAttribute(java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
-
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
-