convert.xml.infer
Class EmptyParticle

java.lang.Object
  extended by convert.xml.infer.Particle
      extended by convert.xml.infer.EmptyParticle

public class EmptyParticle
extends Particle


Constructor Summary
EmptyParticle()
           
 
Method Summary
 java.lang.Object accept(ParticleVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyParticle

public EmptyParticle()
Method Detail

accept

public java.lang.Object accept(ParticleVisitor visitor)
Specified by:
accept in class Particle