jsdsi
Class Op

java.lang.Object
  |
  +--jsdsi.Obj
        |
        +--jsdsi.Op
All Implemented Interfaces:
Element
Direct Known Subclasses:
HashOp

public abstract class Op
extends Obj
implements Element

An operation instruction for a verifier.

Author:
Sameer Ajmani

Nested Class Summary
 
Nested classes inherited from class jsdsi.Element
Element.Default
 
Constructor Summary
Op()
           
 
Method Summary
(package private) static Op parseOp(SexpList l)
           
 
Methods inherited from class jsdsi.Obj
equals, hashCode, parseObj, parseObj, toByteArray, toSexp, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jsdsi.Element
toSexp
 

Constructor Detail

Op

public Op()
Method Detail

parseOp

static Op parseOp(SexpList l)
           throws SexpParseException
SexpParseException