aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/jdwp/processor/MethodCommandSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/classpath/jdwp/processor/MethodCommandSet.h')
-rw-r--r--libjava/gnu/classpath/jdwp/processor/MethodCommandSet.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/libjava/gnu/classpath/jdwp/processor/MethodCommandSet.h b/libjava/gnu/classpath/jdwp/processor/MethodCommandSet.h
deleted file mode 100644
index 3dc3a67fa9b..00000000000
--- a/libjava/gnu/classpath/jdwp/processor/MethodCommandSet.h
+++ /dev/null
@@ -1,50 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __gnu_classpath_jdwp_processor_MethodCommandSet__
-#define __gnu_classpath_jdwp_processor_MethodCommandSet__
-
-#pragma interface
-
-#include <gnu/classpath/jdwp/processor/CommandSet.h>
-extern "Java"
-{
- namespace gnu
- {
- namespace classpath
- {
- namespace jdwp
- {
- namespace processor
- {
- class MethodCommandSet;
- }
- }
- }
- }
- namespace java
- {
- namespace nio
- {
- class ByteBuffer;
- }
- }
-}
-
-class gnu::classpath::jdwp::processor::MethodCommandSet : public ::gnu::classpath::jdwp::processor::CommandSet
-{
-
-public:
- MethodCommandSet();
- virtual jboolean runCommand(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *, jbyte);
-private:
- void executeLineTable(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
- void executeVariableTable(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
- void executeByteCodes(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
- void executeIsObsolete(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
- void executeVariableTableWithGeneric(::java::nio::ByteBuffer *, ::java::io::DataOutputStream *);
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __gnu_classpath_jdwp_processor_MethodCommandSet__