代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/270401/4238703
java compiledinvoker.java
package org.drools.spi;
import java.util.List;
import org.drools.spi.Invoker;
/**
* This interface is used by semantic modules that are compiled
* to bytecode.
*
* @author Michael N
www.eeworm.com/read/449675/1674500
java transformingclassloader.java
package org.hibernate.bytecode.javassist;
import javassist.ClassPool;
import javassist.NotFoundException;
import javassist.CtClass;
import javassist.CannotCompileException;
import org.hibernate
www.eeworm.com/read/449675/1675268
java javassisthelper.java
package org.hibernate.intercept.javassist;
import org.hibernate.intercept.FieldInterceptor;
import org.hibernate.engine.SessionImplementor;
import org.hibernate.bytecode.javassist.FieldHandled;
impo
www.eeworm.com/read/419049/2081149
java popinstruction.java
package de.fub.bytecode.generic;
/**
* Denotes an unparameterized instruction to pop a value on top from the stack,
* such as ISTORE, POP, PUTSTATIC.
*
* @version $Id: PopInstruction.java,v 1.2 2
www.eeworm.com/read/419049/2081205
java classgenexception.java
package de.fub.bytecode.generic;
/**
* Thrown on internal errors. Extends RuntimeException so it hasn't to be declared
* in the throws clause every time.
*
* @version $Id: ClassGenException.java
www.eeworm.com/read/419049/2081314
java visitor.java
package de.fub.bytecode.classfile;
/**
* Interface to make use of the Visitor pattern programming style.
* I.e. a class that implements this interface can traverse the contents of
* a Java class j
www.eeworm.com/read/158865/5594401
c xref.c
/* Write cross reference information extracted from Java(TM)
source and bytecode files, in one of formats documented below.
Copyright (C) 1999 Free Software Foundation, Inc.
Contributed by Al
www.eeworm.com/read/296774/7114397
h bi-run.h
/* Definitions for Bytecode Interpreter.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it und
www.eeworm.com/read/297233/8042195
h bi-run.h
/* Definitions for Bytecode Interpreter.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it und
www.eeworm.com/read/137691/5820787
java loader.java
package org.python.core;
/**
* A common interface for bytecode loaders.
* Jython 2.0 have two loaders, a standard loader and a
* Java2 SecureClassLoader. Both loader implements this
* interface.