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

How to use
StackMapTable$InsertLocal
in
javassist.bytecode

Best Java code snippets using javassist.bytecode.StackMapTable$InsertLocal (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$InsertLocal

Most used methods

  • <init>
  • doit

Popular in Java

  • Reactive rest calls using spring rest template
  • getApplicationContext (Context)
  • scheduleAtFixedRate (Timer)
  • onRequestPermissionsResult (Fragment)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Top Vim plugins
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