fi.hut.tcm.spki.impl
Class SkipSExpr

java.lang.Object
  |
  +--fi.hut.tcm.spki.impl.SkipSExpr

public class SkipSExpr
extends java.lang.Object
implements Component

SkipSExpr This class is associated in HashMap to those S-Expression types that need not be translated to GenericFormat.


Constructor Summary
SkipSExpr()
           
 
Method Summary
 void accept(Visitor visitor)
          This method should never be executed, because this class is not part of the component tree.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SkipSExpr

public SkipSExpr()
Method Detail

accept

public void accept(Visitor visitor)
This method should never be executed, because this class is not part of the component tree.
Specified by:
accept in interface Component