代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/419049/2081083
java instructionfactory.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
/**
* Instances of this class may be used, e.g., to generate typed
* versions of instructions. Its main purpose is to be used as
www.eeworm.com/read/419049/2081214
java select.java
package de.fub.bytecode.generic;
import java.io.*;
import de.fub.bytecode.util.ByteSequence;
/**
* Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.
*
* @version $Id: S
www.eeworm.com/read/419049/2081283
java method.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class represents the method info structure, i.e., the representation
* for a method in the class.
www.eeworm.com/read/419049/2081293
java constantmethodref.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class represents a constant pool reference to a method.
*
* @version $Id: ConstantMethodref.java
www.eeworm.com/read/419049/2081300
java signature.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class is derived from Attribute and represents a reference
* to a
www.eeworm.com/read/419049/2081310
java localvariable.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class represents a local variable within a method. It contains its
* scope, name, signature and
www.eeworm.com/read/419049/2081337
java classvector.java
package de.fub.bytecode.util;
import java.util.Vector;
import de.fub.bytecode.classfile.JavaClass;
/**
* Utility class implementing a (typesafe) collection of JavaClass
* objects. Contains the mos
www.eeworm.com/read/326747/3468643
java instantiationoptimizeradapter.java
package org.hibernate.bytecode.cglib;
import org.hibernate.bytecode.ReflectionOptimizer;
import net.sf.cglib.reflect.FastClass;
import org.hibernate.InstantiationException;
import java.io.Serializab
www.eeworm.com/read/288894/4001313
java reflectionoptimizerimpl.java
package org.hibernate.bytecode.cglib;
import org.hibernate.bytecode.ReflectionOptimizer;
import java.io.Serializable;
import java.io.ObjectOutputStream;
import java.io.IOException;
import jav
www.eeworm.com/read/288894/4001315
java instantiationoptimizeradapter.java
package org.hibernate.bytecode.cglib;
import org.hibernate.bytecode.ReflectionOptimizer;
import net.sf.cglib.reflect.FastClass;
import org.hibernate.InstantiationException;
import java.io.Seri