All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thaiopensource.xml.infer.SequenceParticle Maven / Gradle / Ivy

There is a newer version: 20241231
Show newest version
package com.thaiopensource.xml.infer;

public class SequenceParticle extends BinaryParticle {
  public SequenceParticle(Particle p1, Particle p2) {
    super(p1, p2);
  }

  public Object accept(ParticleVisitor visitor) {
    return visitor.visitSequence(this);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy