Tabnine Logo
StackMapTable$InsertLocal.doit
Code IndexAdd Tabnine to your IDE (free)

How to use
doit
method
in
javassist.bytecode.StackMapTable$InsertLocal

Best Java code snippets using javassist.bytecode.StackMapTable$InsertLocal.doit (Showing top 6 results out of 315)

origin: hstaudacher/osgi-jax-rs-connector

/**
 * Updates this stack map table when a new local variable is inserted
 * for a new parameter.
 *
 * @param index          the index of the added local variable.
 * @param tag            the type tag of that local variable. 
 * @param classInfo      the index of the <code>CONSTANT_Class_info</code> structure
 *                       in a constant pool table.  This should be zero unless the tag
 *                       is <code>ITEM_Object</code>.
 *
 * @see javassist.CtBehavior#addParameter(javassist.CtClass)
 * @see #typeTagOf(char)
 * @see ConstPool
 */
public void insertLocal(int index, int tag, int classInfo)
  throws BadBytecode
{
  byte[] data = new InsertLocal(this.get(), index, tag, classInfo).doit();
  this.set(data);
}
origin: com.eclipsesource.jaxrs/jersey-all

/**
 * Updates this stack map table when a new local variable is inserted
 * for a new parameter.
 *
 * @param index          the index of the added local variable.
 * @param tag            the type tag of that local variable. 
 * @param classInfo      the index of the <code>CONSTANT_Class_info</code> structure
 *                       in a constant pool table.  This should be zero unless the tag
 *                       is <code>ITEM_Object</code>.
 *
 * @see javassist.CtBehavior#addParameter(javassist.CtClass)
 * @see #typeTagOf(char)
 * @see ConstPool
 */
public void insertLocal(int index, int tag, int classInfo)
  throws BadBytecode
{
  byte[] data = new InsertLocal(this.get(), index, tag, classInfo).doit();
  this.set(data);
}
origin: org.jboss.javassist/com.springsource.javassist

/**
 * Updates this stack map table when a new local variable is inserted
 * for a new parameter.
 *
 * @param index          the index of the added local variable.
 * @param tag            the type tag of that local variable. 
 * @param classInfo      the index of the <code>CONSTANT_Class_info</code> structure
 *                       in a constant pool table.  This should be zero unless the tag
 *                       is <code>ITEM_Object</code>.
 *
 * @see javassist.CtBehavior#addParameter(javassist.CtClass)
 * @see #typeTagOf(char)
 * @see ConstPool
 */
public void insertLocal(int index, int tag, int classInfo)
  throws BadBytecode
{
  byte[] data = new InsertLocal(this.get(), index, tag, classInfo).doit();
  this.set(data);
}
origin: hstaudacher/osgi-jax-rs-connector

/**
 * Updates this stack map table when a new local variable is inserted
 * for a new parameter.
 *
 * @param index          the index of the added local variable.
 * @param tag            the type tag of that local variable. 
 * @param classInfo      the index of the <code>CONSTANT_Class_info</code> structure
 *                       in a constant pool table.  This should be zero unless the tag
 *                       is <code>ITEM_Object</code>.
 *
 * @see javassist.CtBehavior#addParameter(javassist.CtClass)
 * @see #typeTagOf(char)
 * @see ConstPool
 */
public void insertLocal(int index, int tag, int classInfo)
  throws BadBytecode
{
  byte[] data = new InsertLocal(this.get(), index, tag, classInfo).doit();
  this.set(data);
}
origin: org.javassist/javassist

/**
 * Updates this stack map table when a new local variable is inserted
 * for a new parameter.
 *
 * @param index          the index of the added local variable.
 * @param tag            the type tag of that local variable. 
 * @param classInfo      the index of the <code>CONSTANT_Class_info</code> structure
 *                       in a constant pool table.  This should be zero unless the tag
 *                       is <code>ITEM_Object</code>.
 *
 * @see javassist.CtBehavior#addParameter(javassist.CtClass)
 * @see #typeTagOf(char)
 * @see ConstPool
 */
public void insertLocal(int index, int tag, int classInfo)
  throws BadBytecode
{
  byte[] data = new InsertLocal(this.get(), index, tag, classInfo).doit();
  this.set(data);
}
origin: redisson/redisson

/**
 * Updates this stack map table when a new local variable is inserted
 * for a new parameter.
 *
 * @param index          the index of the added local variable.
 * @param tag            the type tag of that local variable. 
 * @param classInfo      the index of the <code>CONSTANT_Class_info</code> structure
 *                       in a constant pool table.  This should be zero unless the tag
 *                       is <code>ITEM_Object</code>.
 *
 * @see javassist.CtBehavior#addParameter(javassist.CtClass)
 * @see #typeTagOf(char)
 * @see ConstPool
 */
public void insertLocal(int index, int tag, int classInfo)
  throws BadBytecode
{
  byte[] data = new InsertLocal(this.get(), index, tag, classInfo).doit();
  this.set(data);
}
javassist.bytecodeStackMapTable$InsertLocaldoit

Popular methods of StackMapTable$InsertLocal

  • <init>

Popular in Java

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (Timer)
  • getExternalFilesDir (Context)
  • getContentResolver (Context)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now