public interface org.codehaus.plexus.interpolation.fixed.FixedValueSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.codehaus.plexus.interpolation.fixed.FixedValueSource
  super_class: java.lang.Object
{
  public abstract java.lang.Object getValue(java.lang.String, org.codehaus.plexus.interpolation.fixed.InterpolationState);
    descriptor: (Ljava/lang/String;Lorg/codehaus/plexus/interpolation/fixed/InterpolationState;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                    Name  Flags
      expression          
      interpolationState  
}
SourceFile: "FixedValueSource.java"