代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/419049/2081324
java constantnameandtype.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class is derived from the abstract
* Constan
www.eeworm.com/read/419049/2081325
java constantinteger.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.Constants;
import java.io.*;
/**
* This class is derived from the abstract
* Const
www.eeworm.com/read/405479/2288812
java reflectionoptimizertest.java
package org.hibernate.test.bytecode.cglib;
import junit.framework.TestSuite;
import org.hibernate.bytecode.ReflectionOptimizer;
import org.hibernate.bytecode.cglib.BytecodeProviderImpl;
import org.h
www.eeworm.com/read/419049/2081069
java returnaddresstype.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.generic.InstructionHandle;
/**
* Returnaddress, the type JSR or JSR_W instructions push upon the stack.
*
www.eeworm.com/read/419049/2081187
java linenumbergen.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.classfile.*;
/**
* This class represents a line number within a method, i.e., give an instruction
* a lin
www.eeworm.com/read/419049/2081110
java methodgen.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.classfile.*;
import java.util.*;
/**
* Template class for building up a method. This is done by defining e
www.eeworm.com/read/419049/2081153
java invokestatic.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.ExceptionConstants;
/**
* INVOKESTATIC - Invoke a class (static) method
*
* Stack: ..., [arg1, [arg2
www.eeworm.com/read/419049/2081328
4 .#repository.java.1.4
package de.fub.bytecode;
import de.fub.bytecode.classfile.*;
import de.fub.bytecode.util.*;
import java.util.*;
import java.io.*;
/**
* Repository maintains informations about class interdependenci
www.eeworm.com/read/419049/2081341
java repository.java
package de.fub.bytecode;
import de.fub.bytecode.classfile.*;
import de.fub.bytecode.util.*;
import java.util.*;
import java.io.*;
/**
* Repository maintains informations about class interdependenci
www.eeworm.com/read/419049/2081067
java findpattern.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.classfile.*;
import gnu.regexp.*;
import com.sun.org.apache.regexp.internal.*;
/**
* This class is an utili