public class MemJavaFileObject
extends javax.tools.SimpleJavaFileObject
Modifier | Constructor and Description |
---|---|
protected |
MemJavaFileObject(ClassNode classNode,
java.lang.String src)
Construct a MemJavaFileObject instance with given groovy class node and stub source code
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.CharSequence |
getCharContent(boolean ignoreEncodingErrors) |
int |
hashCode() |
java.lang.String |
toString() |
protected MemJavaFileObject(ClassNode classNode, java.lang.String src)
classNode
- the groovy class nodesrc
- the stub source codepublic java.lang.CharSequence getCharContent(boolean ignoreEncodingErrors)
getCharContent
in interface javax.tools.FileObject
getCharContent
in class javax.tools.SimpleJavaFileObject
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class javax.tools.SimpleJavaFileObject