代码搜索:jnode
找到约 1,182 项符合「jnode」的源代码
代码结果 1,182
www.eeworm.com/read/237048/4632572
java menucontainer.java
/*
* $Id: MenuContainer.java,v 1.1 2004/02/26 21:17:13 lsantha Exp $
*/
package org.jnode.wt.components;
/**
* @author vali
*
* To change the template for this generated type comment go
www.eeworm.com/read/237048/4632581
java abstractdecorator.java
/*
* $Id: AbstractDecorator.java,v 1.5 2004/02/28 09:20:51 epr Exp $
*/
package org.jnode.wt.decorators;
/**
* @author vali
*
* To change the template for this generated type comment go
www.eeworm.com/read/237048/4632608
java jnodeevent.java
/*
* $Id: JNodeEvent.java,v 1.3 2004/02/26 21:17:16 lsantha Exp $
*/
package org.jnode.wt.desktop;
/**
* @author vali
*
* To change the template for this generated type comment go to
*
www.eeworm.com/read/237048/4633501
java vmfilesystemapi.java
/*
* $Id: VMFileSystemAPI.java,v 1.1 2003/11/25 11:41:56 epr Exp $
*/
package java.io;
/**
* The implementation of this interface is used to connect the java.io package with the JNode
* fi
www.eeworm.com/read/237048/4634527
java modifiablebytecodevisitor.java
/*
* $Id: ModifiableBytecodeVisitor.java,v 1.1 2003/11/25 11:42:13 epr Exp $
*/
package org.jnode.vm.bytecode;
/**
* Utility class used for bytecode visitors that modify the bytecode during
www.eeworm.com/read/237048/4634562
java objectvisitor.java
/*
* $Id: ObjectVisitor.java,v 1.2 2003/12/07 15:51:54 epr Exp $
*/
package org.jnode.vm;
/**
* @author epr
*/
public abstract class ObjectVisitor extends VmSystemObject {
/**
* G
www.eeworm.com/read/237048/4634612
java registerpool.java
/*
* $Id: RegisterPool.java,v 1.2 2004/01/21 20:50:10 msiddalingaiah Exp $
*/
package org.jnode.vm.compiler.ir;
/**
* @author Madhu Siddalingaiah
*
*/
public abstract class RegisterPoo
www.eeworm.com/read/237048/4634617
java pragmaloadstatics.java
/*
* $Id: PragmaLoadStatics.java,v 1.1 2004/02/24 08:04:48 epr Exp $
*/
package org.jnode.vm;
/**
* Exception to trigger the compiler to load the statics register upon entry
* of this me
www.eeworm.com/read/237048/4634618
java vmconstmethodref.java
/**
* $Id: VmConstMethodRef.java,v 1.5 2004/02/24 08:04:15 epr Exp $
*/
package org.jnode.vm.classmgr;
/**
* Entry of a constantpool describing a method reference.
*
* @author epr
*/
www.eeworm.com/read/237048/4634620
java vmconstimethodref.java
/**
* $Id: VmConstIMethodRef.java,v 1.4 2004/02/24 08:04:15 epr Exp $
*/
package org.jnode.vm.classmgr;
/**
* Entry of a constantpool describing an interface method reference.
*
* @auth