Uses of Class
com.sun.msv.grammar.BinaryExp

Packages that use BinaryExp
com.sun.msv.grammar abstract grammar model(AGM): common part. 
com.sun.msv.grammar.util Miscellaneous utility classes. 
com.sun.msv.reader reads XML representation of grammar and creates AGM. 
com.sun.msv.writer.relaxng AGM to RELAX NG converter 
 

Uses of BinaryExp in com.sun.msv.grammar
 

Subclasses of BinaryExp in com.sun.msv.grammar
 class ChoiceExp
          A|B.
 class ConcurExp
          <concur> pattern of TREX.
 class InterleaveExp
          <interleave> pattern of TREX, or <all> particle of XML Schema.
 class SequenceExp
          A,B.
 

Uses of BinaryExp in com.sun.msv.grammar.util
 

Methods in com.sun.msv.grammar.util with parameters of type BinaryExp
 void ExpressionWalker.onBinExp(BinaryExp exp)
           
protected  String ExpressionPrinter.printBinary(BinaryExp exp, String op)
           
 

Uses of BinaryExp in com.sun.msv.reader
 

Methods in com.sun.msv.reader with parameters of type BinaryExp
protected  void RunAwayExpressionChecker.binaryVisit(BinaryExp exp)
           
 

Uses of BinaryExp in com.sun.msv.writer.relaxng
 

Methods in com.sun.msv.writer.relaxng with parameters of type BinaryExp
 void PatternWriter.visitBinExp(String elementName, BinaryExp exp, Class type)
           
 



MSV