代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/326747/3467816
java reflectionoptimizertest.java
package org.hibernate.test.bytecode.javassist;
import junit.framework.TestSuite;
import org.hibernate.bytecode.ReflectionOptimizer;
import org.hibernate.bytecode.javassist.BytecodeProviderImpl;
impo
www.eeworm.com/read/326747/3468654
java abstractclasstransformerimpl.java
//$Id: $
package org.hibernate.bytecode;
import org.hibernate.bytecode.util.ClassFilter;
import org.hibernate.bytecode.util.FieldFilter;
import java.security.ProtectionDomain;
/**
* @auth
www.eeworm.com/read/288894/4001326
java abstractclasstransformerimpl.java
//$Id: $
package org.hibernate.bytecode;
import org.hibernate.bytecode.util.ClassFilter;
import org.hibernate.bytecode.util.FieldFilter;
import java.security.ProtectionDomain;
/**
* @auth
www.eeworm.com/read/449675/1674490
java abstractclasstransformerimpl.java
//$Id: $
package org.hibernate.bytecode;
import org.hibernate.bytecode.util.ClassFilter;
import org.hibernate.bytecode.util.FieldFilter;
import java.security.ProtectionDomain;
/**
* @auth
www.eeworm.com/read/419049/2081095
java invokespecial.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.ExceptionConstants;
/**
* INVOKESPECIAL - Invoke instance method; special handling for superclass, private
www.eeworm.com/read/419049/2081312
java emptyvisitor.java
package de.fub.bytecode.classfile;
import de.fub.bytecode.classfile.*;
import de.fub.bytecode.*;
/**
* Visitor with empty method bodies, can be extended and used in conjunction with the
* D
www.eeworm.com/read/405479/2288816
java reflectionoptimizertest.java
package org.hibernate.test.bytecode.javassist;
import junit.framework.TestSuite;
import org.hibernate.bytecode.ReflectionOptimizer;
import org.hibernate.bytecode.javassist.BytecodeProviderImpl;
impo
www.eeworm.com/read/288894/4001342
java proxyfactoryfactoryimpl.java
package org.hibernate.bytecode.javassist;
import org.hibernate.bytecode.ProxyFactoryFactory;
import org.hibernate.bytecode.BasicProxyFactory;
import org.hibernate.proxy.ProxyFactory;
import org.
www.eeworm.com/read/419049/2081235
java invokevirtual.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.ExceptionConstants;
/**
* INVOKEVIRTUAL - Invoke instance method; dispatch based on class
*
* Stack:
www.eeworm.com/read/419049/2081277
java returninstruction.java
package de.fub.bytecode.generic;
import de.fub.bytecode.Constants;
import de.fub.bytecode.ExceptionConstants;
/**
* Super class for the xRETURN family of instructions.
*
* @version $Id: ReturnInst