Class ConstantValue

java.lang.Object
org.vesalainen.bcc.AttributeInfo
org.vesalainen.bcc.ConstantValue
All Implemented Interfaces:
Writable

public class ConstantValue extends AttributeInfo
  • Field Details

    • constantvalue_index

      private int constantvalue_index
  • Constructor Details

    • ConstantValue

      public ConstantValue(SubClass cf, long constant)
    • ConstantValue

      public ConstantValue(SubClass cf, float constant)
    • ConstantValue

      public ConstantValue(SubClass cf, double constant)
    • ConstantValue

      public ConstantValue(SubClass cf, int constant)
    • ConstantValue

      public ConstantValue(SubClass cf, String constant)
  • Method Details