com.sun.tools.xjc.reader.gbind
Class Sequence

java.lang.Object
  extended by com.sun.tools.xjc.reader.gbind.Expression
      extended by com.sun.tools.xjc.reader.gbind.Sequence

public final class Sequence
extends Expression

Expression that represents a concatanation of two expressions "A,B".

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.gbind.Expression
EPSILON
 
Constructor Summary
Sequence(Expression lhs, Expression rhs)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sequence

public Sequence(Expression lhs,
                Expression rhs)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.