public interface PermutationResult extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addArtifacts(Collection<? extends Artifact<?>> newArtifacts)
Adds additional artifacts to this permutation result.
|
ArtifactSet |
getArtifacts()
Returns any Artifacts that may have been created as a result of compiling
the permutation.
|
byte[][] |
getJs()
The compiled JavaScript code as UTF8 bytes.
|
String |
getJsStrongName()
The hash that uniquely identifies this compiled JavaScript code.
|
Permutation |
getPermutation()
Returns the associated permutation.
|
byte[] |
getSerializedSymbolMap()
The symbol map for the permutation.
|
StatementRanges[] |
getStatementRanges()
The statement ranges for the code returned by
getJs() . |
void addArtifacts(Collection<? extends Artifact<?>> newArtifacts)
ArtifactSet getArtifacts()
byte[][] getJs()
String getJsStrongName()
Permutation getPermutation()
byte[] getSerializedSymbolMap()
StatementRanges[] getStatementRanges()
getJs()
.Copyright © 2018. All rights reserved.