代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/474814/1390687
java objecttype.java
package gnu.bytecode;
/**
* Abstract class object reference types.
*
* Extended by ClassType and ArrayType. */
public abstract class ObjectType extends Type
{
public ObjectType ()
{
www.eeworm.com/read/470713/1453545
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/470693/1465435
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/233448/4687942
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/190666/5180780
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/340665/3281964
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/326747/3468650
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/326747/3468658
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/326747/3468661
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/323581/3514830
java objecttype.java
package gnu.bytecode;
/**
* Abstract class object reference types.
*
* Extended by ClassType and ArrayType. */
public abstract class ObjectType extends Type
{
public ObjectType ()
{