Tabnine Logo
StackMapTable$InsertLocal.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
javassist.bytecode.StackMapTable$InsertLocal
constructor

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

Popular methods of StackMapTable$InsertLocal

  • doit

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSupportFragmentManager (FragmentActivity)
  • setContentView (Activity)
  • startActivity (Activity)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • JFrame (javax.swing)
  • Top 12 Jupyter Notebook extensions
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