代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/209350/4979734
java basicmatcher.java
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is f
www.eeworm.com/read/209350/4979735
java filenamematcher.java
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is f
www.eeworm.com/read/209350/4979736
java basiclistmatcher.java
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is f
www.eeworm.com/read/209350/4979737
java classnamematcher.java
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is f
www.eeworm.com/read/188288/5209674
java debuglog.java
package com.intel.bluetooth;
/**
* The methods of this calls would be removed automaticaly because they are
* empty if debugCompiledOut = true.
*
* This class itself will disappear from bytecode
www.eeworm.com/read/326747/3468663
java fieldhandled.java
package org.hibernate.bytecode.javassist;
/**
* Interface introduced to the enhanced class in order to be able to
* inject a {@link FieldHandler} to define the interception behavior.
*
* @author
www.eeworm.com/read/288894/4001332
java fieldhandler.java
package org.hibernate.bytecode.javassist;
/**
* The interface defining how interception of a field should be handled.
*
* @author Muga Nishizawa
*/
public interface FieldHandler {
/**
www.eeworm.com/read/449675/1674499
java fieldhandled.java
package org.hibernate.bytecode.javassist;
/**
* Interface introduced to the enhanced class in order to be able to
* inject a {@link FieldHandler} to define the interception behavior.
*
* @author
www.eeworm.com/read/419049/2081181
java instructiontargeter.java
package de.fub.bytecode.generic;
/**
* Denote that a class targets InstructionHandles within an InstructionList. Namely
* the following implementers:
*
* @see BranchHandle
* @see LocalVariableGe
www.eeworm.com/read/419049/2081236
java instructionlistobserver.java
package de.fub.bytecode.generic;
/**
* Implement this interface if you're interested in changes to an InstructionList object
* and register yourself with addObserver().
*
* @version $Id: Instruct