zombie.core.network.protocol
Class ProtocolCompiler.JavaSourceFromString

java.lang.Object
  extended by javax.tools.SimpleJavaFileObject
      extended by zombie.core.network.protocol.ProtocolCompiler.JavaSourceFromString
All Implemented Interfaces:
javax.tools.FileObject, javax.tools.JavaFileObject
Enclosing class:
ProtocolCompiler

public static class ProtocolCompiler.JavaSourceFromString
extends javax.tools.SimpleJavaFileObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
javax.tools.JavaFileObject.Kind
 
Method Summary
 java.lang.CharSequence getCharContent(boolean ignoreEncodingErrors)
           
 
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCharContent

public java.lang.CharSequence getCharContent(boolean ignoreEncodingErrors)
Specified by:
getCharContent in interface javax.tools.FileObject
Overrides:
getCharContent in class javax.tools.SimpleJavaFileObject