Package editor.shipit
Class CompiledClass
- java.lang.Object
-
- editor.shipit.CompiledClass
-
public class CompiledClass extends Object
-
-
Constructor Summary
Constructors Constructor Description CompiledClass(IFileRepositoryBasedType type, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
IFileRepositoryBasedType
getType()
boolean
isErrant()
-
-
-
Constructor Detail
-
CompiledClass
public CompiledClass(IFileRepositoryBasedType type, byte[] bytes)
-
-
Method Detail
-
getType
public IFileRepositoryBasedType getType()
-
getBytes
public byte[] getBytes()
-
isErrant
public boolean isErrant()
-
-