URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [jdwp/] [processor/] [ArrayReferenceCommandSet.h] - Rev 775
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_classpath_jdwp_processor_ArrayReferenceCommandSet__ #define __gnu_classpath_jdwp_processor_ArrayReferenceCommandSet__ #pragma interface #include <gnu/classpath/jdwp/processor/CommandSet.h> extern "Java" { namespace gnu { namespace classpath { namespace jdwp { namespace processor { class ArrayReferenceCommandSet; } } } } namespace java { namespace nio { class ByteBuffer; } } } class gnu::classpath::jdwp::processor::ArrayReferenceCommandSet : public ::gnu::classpath::jdwp::processor::CommandSet { public: ArrayReferenceCommandSet(); virtual jboolean runCommand(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *, jbyte); private: void executeLength(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *); void executeGetValues(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *); void executeSetValues(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *); public: static ::java::lang::Class class$; }; #endif // __gnu_classpath_jdwp_processor_ArrayReferenceCommandSet__
Go to most recent revision | Compare with Previous | Blame | View Log