Uses of Class
org.d2rq.lang.OpBuilder

Packages that use OpBuilder
org.d2rq.lang   
 

Uses of OpBuilder in org.d2rq.lang
 

Methods in org.d2rq.lang with parameters of type OpBuilder
 void OpBuilder.addAliasedOpBuilder(OpBuilder other)
          Adds information from another op builder to this one, applying this builder's alias mappings to the other one.
 void OpBuilder.addOpBuilder(OpBuilder other)