org.infinispan.schematic.document
Class CodeWithScope
java.lang.Object
org.infinispan.schematic.document.Code
org.infinispan.schematic.document.CodeWithScope
@Immutable
public final class CodeWithScope
- extends Code
A JavaScript code with scope
value for use within a BSON Object
.
- Since:
- 5.1
- Author:
- Randall Hauch (C) 2011 Red Hat Inc.
CodeWithScope
public CodeWithScope(String code,
Document scope)
getScope
public Document getScope()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Code
toString
public String toString()
- Overrides:
toString
in class Code
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.