rt_gccstream/libjava/gnu/classpath/jdwp/JdwpConstants$StepSize.h

35 lines
655 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_classpath_jdwp_JdwpConstants$StepSize__
#define __gnu_classpath_jdwp_JdwpConstants$StepSize__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace classpath
{
namespace jdwp
{
class JdwpConstants$StepSize;
}
}
}
}
class gnu::classpath::jdwp::JdwpConstants$StepSize : public ::java::lang::Object
{
public:
JdwpConstants$StepSize();
static const jint MIN = 0;
static const jint LINE = 1;
static ::java::lang::Class class$;
};
#endif // __gnu_classpath_jdwp_JdwpConstants$StepSize__