Package editor.shipit
Class CompiledClass
- java.lang.Object
-
- editor.shipit.CompiledClass
-
public class CompiledClass extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]_bytesprivate IFileRepositoryBasedType_type
-
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()IFileRepositoryBasedTypegetType()booleanisErrant()
-
-
-
Field Detail
-
_type
private final IFileRepositoryBasedType _type
-
_bytes
private final byte[] _bytes
-
-
Constructor Detail
-
CompiledClass
public CompiledClass(IFileRepositoryBasedType type, byte[] bytes)
-
-
Method Detail
-
getType
public IFileRepositoryBasedType getType()
-
getBytes
public byte[] getBytes()
-
isErrant
public boolean isErrant()
-
-