mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __gnu_classpath_jdwp_processor_ObjectReferenceCommandSet__
 | 
						|
#define __gnu_classpath_jdwp_processor_ObjectReferenceCommandSet__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <gnu/classpath/jdwp/processor/CommandSet.h>
 | 
						|
extern "Java"
 | 
						|
{
 | 
						|
  namespace gnu
 | 
						|
  {
 | 
						|
    namespace classpath
 | 
						|
    {
 | 
						|
      namespace jdwp
 | 
						|
      {
 | 
						|
        namespace processor
 | 
						|
        {
 | 
						|
            class ObjectReferenceCommandSet;
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
  namespace java
 | 
						|
  {
 | 
						|
    namespace nio
 | 
						|
    {
 | 
						|
        class ByteBuffer;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
class gnu::classpath::jdwp::processor::ObjectReferenceCommandSet : public ::gnu::classpath::jdwp::processor::CommandSet
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  ObjectReferenceCommandSet();
 | 
						|
  virtual jboolean runCommand(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *, jbyte);
 | 
						|
private:
 | 
						|
  void executeReferenceType(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
  void executeGetValues(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
  void executeSetValues(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
  void executeMonitorInfo(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
  void executeInvokeMethod(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
  void executeDisableCollection(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
  void executeEnableCollection(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
  void executeIsCollected(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
 | 
						|
public:
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __gnu_classpath_jdwp_processor_ObjectReferenceCommandSet__
 |