|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.schematic.document.Code
org.infinispan.schematic.document.CodeWithScope
@Immutable @SerializeWith(value=Code.Externalizer.class) public final class CodeWithScope
A JavaScript code with scope
value for use within a BSON Object
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.infinispan.schematic.document.Code |
---|
Code.Externalizer |
Constructor Summary | |
---|---|
CodeWithScope(String code,
Document scope)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Document |
getScope()
|
String |
toString()
|
Methods inherited from class org.infinispan.schematic.document.Code |
---|
getCode, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CodeWithScope(String code, Document scope)
Method Detail |
---|
public Document getScope()
public boolean equals(Object obj)
equals
in class Code
public String toString()
toString
in class Code
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |