Package com.thaiopensource.xml.infer
Class ChoiceParticle
- java.lang.Object
-
- com.thaiopensource.xml.infer.Particle
-
- com.thaiopensource.xml.infer.BinaryParticle
-
- com.thaiopensource.xml.infer.ChoiceParticle
-
public class ChoiceParticle extends BinaryParticle
-
-
Constructor Summary
Constructors Constructor Description ChoiceParticle(Particle p1, Particle p2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectaccept(ParticleVisitor visitor)-
Methods inherited from class com.thaiopensource.xml.infer.BinaryParticle
getChild1, getChild2
-
-
-
-
Method Detail
-
accept
public java.lang.Object accept(ParticleVisitor visitor)
-
-