Home
last modified time | relevance | path

Searched defs:ConstantValueAttribute (Results 1 – 1 of 1) sorted by relevance

/build/tools/ijar/
Dclassfile.cc963 struct ConstantValueAttribute : Attribute { struct
965 static ConstantValueAttribute* Read(const u1 *&p, Constant *attribute_name) { in Read()
972 void Write(u1 *&p) { in Write()
977 Constant *constantvalue_;