public interface IABCBytesRequestResult extends IRequestResult
ICompilationUnit
Modifier and Type | Field and Description |
---|---|
static byte[] |
ZEROBYTES
A static byte array of length zero that has no bytecode.
|
static ICompilerProblem[] |
ZEROPROBLEMS
A static
ICompilerProblem array of length zero. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getABCBytes() |
Collection<EmbedData> |
getEmbeds() |
getProblems
static final byte[] ZEROBYTES
static final ICompilerProblem[] ZEROPROBLEMS
ICompilerProblem
array of length zero.byte[] getABCBytes()
Collection<EmbedData> getEmbeds()
Copyright © 2016 The Apache Software Foundation. All rights reserved.