Tabnine Logo
ClassWriter.newLong
Code IndexAdd Tabnine to your IDE (free)

How to use
newLong
method
in
jersey.repackaged.org.objectweb.asm.ClassWriter

Best Java code snippets using jersey.repackaged.org.objectweb.asm.ClassWriter.newLong (Showing top 14 results out of 315)

origin: com.sun.jersey/jersey-server

} else if (cst instanceof Long) {
  long val = ((Long) cst).longValue();
  return newLong(val);
} else if (cst instanceof Double) {
  double val = ((Double) cst).doubleValue();
origin: com.sun.jersey/jersey-server

bv.put12('[', v.length);
for (int i = 0; i < v.length; i++) {
  bv.put12('J', cw.newLong(v[i]).index);
origin: org.glassfish.jersey.core/jersey-server

} else if (cst instanceof Long) {
  long val = ((Long) cst).longValue();
  return newLong(val);
} else if (cst instanceof Double) {
  double val = ((Double) cst).doubleValue();
origin: org.glassfish.jersey.core/jersey-server

bv.put12('[', v.length);
for (int i = 0; i < v.length; i++) {
  bv.put12('J', cw.newLong(v[i]).index);
origin: com.sun.jersey/jersey-bundle

} else if (cst instanceof Long) {
  long val = ((Long) cst).longValue();
  return newLong(val);
} else if (cst instanceof Double) {
  double val = ((Double) cst).doubleValue();
origin: eclipse-ee4j/jersey

} else if (cst instanceof Long) {
  long val = ((Long) cst).longValue();
  return newLong(val);
} else if (cst instanceof Double) {
  double val = ((Double) cst).doubleValue();
origin: jersey/jersey-1.x

} else if (cst instanceof Long) {
  long val = ((Long) cst).longValue();
  return newLong(val);
} else if (cst instanceof Double) {
  double val = ((Double) cst).doubleValue();
origin: org.glassfish.jersey.bundles/jaxrs-ri

} else if (cst instanceof Long) {
  long val = ((Long) cst).longValue();
  return newLong(val);
} else if (cst instanceof Double) {
  double val = ((Double) cst).doubleValue();
origin: eclipse-ee4j/jersey

} else if (cst instanceof Long) {
  long val = ((Long) cst).longValue();
  return newLong(val);
} else if (cst instanceof Double) {
  double val = ((Double) cst).doubleValue();
origin: com.sun.jersey/jersey-bundle

bv.put12('[', v.length);
for (int i = 0; i < v.length; i++) {
  bv.put12('J', cw.newLong(v[i]).index);
origin: org.glassfish.jersey.bundles/jaxrs-ri

bv.put12('[', v.length);
for (int i = 0; i < v.length; i++) {
  bv.put12('J', cw.newLong(v[i]).index);
origin: eclipse-ee4j/jersey

bv.put12('[', v.length);
for (int i = 0; i < v.length; i++) {
  bv.put12('J', cw.newLong(v[i]).index);
origin: jersey/jersey-1.x

bv.put12('[', v.length);
for (int i = 0; i < v.length; i++) {
  bv.put12('J', cw.newLong(v[i]).index);
origin: eclipse-ee4j/jersey

bv.put12('[', v.length);
for (int i = 0; i < v.length; i++) {
  bv.put12('J', cw.newLong(v[i]).index);
jersey.repackaged.org.objectweb.asmClassWriternewLong

Javadoc

Adds a long to the constant pool of the class being build. Does nothing if the constant pool already contains a similar item.

Popular methods of ClassWriter

  • toByteArray
    Returns the bytecode of the class that was build with this class writer.
  • addType
    Adds the given Item to #typeTable.
  • addUninitializedType
    Adds the given "uninitialized" type to #typeTable and returns its index. This method is used for UNI
  • get
    Returns the constant pool's hash table item which is equal to the given item.
  • getCommonSuperClass
    Returns the common super type of the two given types. The default implementation of this method load
  • getMergedType
    Returns the index of the common super type of the two given types. This method calls #getCommonSuper
  • newClass
    Adds a class reference to the constant pool of the class being build. Does nothing if the constant p
  • newClassItem
    Adds a class reference to the constant pool of the class being build. Does nothing if the constant p
  • newConst
    Adds a number or string constant to the constant pool of the class being build. Does nothing if the
  • newConstItem
    Adds a number or string constant to the constant pool of the class being build. Does nothing if the
  • newDouble
    Adds a double to the constant pool of the class being build. Does nothing if the constant pool alrea
  • newField
    Adds a field reference to the constant pool of the class being build. Does nothing if the constant p
  • newDouble,
  • newField,
  • newFieldItem,
  • newFloat,
  • newHandle,
  • newHandleItem,
  • newInteger,
  • newInvokeDynamicItem,
  • newMethod

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • onRequestPermissionsResult (Fragment)
  • onCreateOptionsMenu (Activity)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top plugins for Android Studio
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