Class ConstantInvokeDynamic

java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantInvokeDynamic
All Implemented Interfaces:
Cloneable, Node

public final class ConstantInvokeDynamic extends Constant
This class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method. http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.4.10
Author:
Andy Clement
See Also:
Constant
  • Constructor Details

    • ConstantInvokeDynamic

      public ConstantInvokeDynamic(int readUnsignedShort, int nameAndTypeIndex)
  • Method Details