zombie.core.network.protocol
Class ProtocolCompiler

java.lang.Object
  extended by zombie.core.network.protocol.ProtocolCompiler

public class ProtocolCompiler
extends java.lang.Object


Nested Class Summary
static class ProtocolCompiler.JavaSourceFromString
           
 
Constructor Summary
ProtocolCompiler(java.lang.Package p)
           
 
Method Summary
 java.lang.String build()
           
 void buildAndCompile()
           
 void compile(java.lang.String name, java.lang.String codeString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolCompiler

public ProtocolCompiler(java.lang.Package p)
Method Detail

buildAndCompile

public void buildAndCompile()
                     throws java.io.IOException
Throws:
java.io.IOException

build

public java.lang.String build()

compile

public void compile(java.lang.String name,
                    java.lang.String codeString)