代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/323581/3514828
java codeattr.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/**
* Represents the contents of a stan
www.eeworm.com/read/323581/3514832
java ifstate.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/** The state of a conditional expression
www.eeworm.com/read/323581/3514840
java miscattr.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/* Represents a generic uninterpreted or
www.eeworm.com/read/288894/4002353
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
www.eeworm.com/read/270919/4232442
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.
www.eeworm.com/read/430220/1935638
h vm.h
#ifndef __VM_H__
#define __VM_H__
#include
#include "Opcode.H"
// The VM class defines a stack-based implementation of an interpreter. The
// bytecode stream to execute is passe
www.eeworm.com/read/427686/1968206
h vm.h
#ifndef __VM_H__
#define __VM_H__
#include
#include "Opcode.H"
// The VM class defines a stack-based implementation of an interpreter. The
// bytecode stream to execute is passe
www.eeworm.com/read/296774/7113439
c bc-optab.c
/* Bytecode conversion definitions for GNU C-compiler.
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
www.eeworm.com/read/296774/7114225
c bi-arity.c
/* Bytecode Interpreter utility to generate arity table.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or mod
www.eeworm.com/read/296774/7114364
y bi-parser.y
/* Bytecode definition file parser.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the term