代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/419049/2081086
java namedandtyped.java
package de.fub.bytecode.generic;
/**
* Denote entity that has both name and type. This is true for local variables,
* methods and fields.
*
* @version $Id: NamedAndTyped.java,v 1.3 2001/05/
www.eeworm.com/read/419049/2081090
java indexedinstruction.java
package de.fub.bytecode.generic;
/**
* Denote entity that refers to an index, e.g. local variable instructions,
* RET, CPInstruction, etc.
*
* @version $Id: IndexedInstruction.java,v 1.2 20
www.eeworm.com/read/419049/2081168
java instanceof.java
package de.fub.bytecode.generic;
/**
* INSTANCEOF - Determine if object is of given type
* Stack: ..., objectref -> ..., result
*
* @version $Id: INSTANCEOF.java,v 1.8 2001/07/11 1
www.eeworm.com/read/419049/2081317
java defaultvisitor.java
package de.fub.bytecode.classfile;
/**
* The DefaultVisitor class is deprecated; use DescendingVisitor instead
*
* @version $Id: DefaultVisitor.java,v 1.8 2001/08/15 14:47:50 dahm Exp $
* @author
www.eeworm.com/read/405479/2288815
java bean.java
package org.hibernate.test.bytecode;
import java.util.Date;
import java.text.ParseException;
/**
* @author Steve Ebersole
*/
public class Bean {
private String someString;
private Long someLong;
www.eeworm.com/read/382187/2638963
java decoratingclassloader.java
package covertjava.classloader;
import java.util.*;
import java.io.*;
import java.util.zip.*;
/**
* Custom class loader that delegates to a decorator for runtime bytecode instrumentation
*
www.eeworm.com/read/160691/5567528
java memberinfoclassfileaccessfilter.java
/* $Id: MemberInfoClassFileAccessFilter.java,v 1.1.2.2 2006/01/16 22:57:55 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java bytecode.
*
* Copyright (c) 2002-2006 Eric La
www.eeworm.com/read/296774/7113508
c bi-reverse.c
/* Reverse order of definitions obtained from bytecode definition file.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribut
www.eeworm.com/read/297233/8037472
c bc-optab.c
/* Bytecode conversion definitions for GNU C-compiler.
Copyright (C) 1993, 1994, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it
www.eeworm.com/read/297233/8037861
c bi-reverse.c
/* Reverse order of definitions obtained from bytecode definition file.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribut