This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
internal compiler error: can't find class$
coutUI * output_interface = new coutUI();
public interface OutputInterface {
public void addNode(BlueNode parent, BlueNode child);
public void checkQueue();
public void getText(String s);
}
#pragma interface
#include <java/lang/Object.h>
extern "Java" { class OutputInterface; class BlueNode; }
class OutputInterface : public ::java::lang::Object { public: virtual void addNode (::BlueNode *, ::BlueNode *) = 0; virtual void checkQueue () = 0; virtual void getText (::java::lang::String *) = 0;
static ::java::lang::Class class$; } __attribute__ ((java_interface));
" We know what we think we know,
Just as we don't know what we want to know "
Oscar Wilde
The Picture of Dorian Gray| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |