代码搜索:bytecode

找到约 2,773 项符合「bytecode」的源代码

代码结果 2,773
www.eeworm.com/read/288894/4001311

java proxyfactoryfactory.java

package org.hibernate.bytecode; import org.hibernate.proxy.ProxyFactory; /** * An interface for factories of {@link ProxyFactory proxy factory} instances. * * Currently used to abstra
www.eeworm.com/read/288894/4001322

java classdescriptor.java

package org.hibernate.bytecode.util; /** * Contract describing the information Hibernate needs in terms of instrumenting * a class, either via ant task or dynamic classloader. * * @author S
www.eeworm.com/read/288894/4001330

java bulkaccessorexception.java

package org.hibernate.bytecode.javassist; /** * An exception thrown while generating a bulk accessor. * * @author Muga Nishizawa * @author modified by Shigeru Chiba */ public class Bulk
www.eeworm.com/read/449675/1674486

java classdescriptor.java

package org.hibernate.bytecode.util; /** * Contract describing the information Hibernate needs in terms of instrumenting * a class, either via ant task or dynamic classloader. * * @author S
www.eeworm.com/read/449675/1674494

java bulkaccessorexception.java

package org.hibernate.bytecode.javassist; /** * An exception thrown while generating a bulk accessor. * * @author Muga Nishizawa * @author modified by Shigeru Chiba */ public class BulkAccessor
www.eeworm.com/read/449675/1674497

java fieldfilter.java

package org.hibernate.bytecode.javassist; /** * Contract for deciding whether fields should be read and/or write intercepted. * * @author Muga Nishizawa * @author Steve Ebersole */ public interf
www.eeworm.com/read/440906/1783645

java abstr.java

// This fails to compile from bytecode for some versions of the compiler. interface foo { public void start (); } public abstract class abstr implements foo { public void doit () { start (
www.eeworm.com/read/419049/2081102

java loadclass.java

package de.fub.bytecode.generic; /** * Denotes that an instruction may start the process of loading and resolving * the referenced class in the Virtual Machine. * * @version $Id: LoadClass.java,
www.eeworm.com/read/419049/2081157

java pushinstruction.java

package de.fub.bytecode.generic; /** * Denotes an unparameterized instruction to produce a value on top of the stack, * such as ILOAD, LDC, SIPUSH, DUP, ICONST, etc. * * @version $Id: PushInstruc
www.eeworm.com/read/419049/2081162

java switch.java

package de.fub.bytecode.generic; /** * SWITCH - Branch depending on int value, generates either LOOKUPSWITCH or * TABLESWITCH instruction, depending on whether the match values (int[]) can be * s