Uses of Class
serp.bytecode.ConstantValue
Packages that use ConstantValue
-
Uses of ConstantValue in serp.bytecode
Methods in serp.bytecode that return ConstantValueModifier and TypeMethodDescriptionBCField.getConstantValue
(boolean add) Return the constant value information for the field. -
Uses of ConstantValue in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ConstantValueModifier and TypeMethodDescriptionvoid
BCVisitor.enterConstantValue
(ConstantValue obj) void
PrettyPrintVisitor.enterConstantValue
(ConstantValue obj) void
BCVisitor.exitConstantValue
(ConstantValue obj)