| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-03-07 20:07:40 GMT-0800 |
| Commit | c029a380761dcec8e22094b26a2abdcf3114b953 |
| Parent | dd442c7 |
| Delta | 8 lines added, 2 lines removed, 6-line increase |
|---|
| import com.whitemagicsoftware.rxm.grammar.QueryParser; | ||
| +/** | ||
| + * Transforms <code>table > @attribute</code>. | ||
| + */ | ||
| public class AttributeMapContext extends ASTParserRuleContext { | ||
| public AttributeMapContext( ParserRuleContext ctx ) { |
| import com.whitemagicsoftware.rxm.grammar.QueryParser; | ||
| +/** | ||
| + * Transforms <code>column > path</code>. | ||
| + */ | ||
| public class ColumnMapContext extends ASTParserRuleContext { | ||
| public ColumnMapContext( ParserRuleContext ctx ) { |
| /** | ||
| - * Transforms <code>element > element</code>. | ||
| + * Transforms <code>table > path</code>. | ||
| */ | ||
| public class TableMapContext extends ASTParserRuleContext { |
| /** | ||
| - * Avoids having to dupliate common token functionality across the different | ||
| + * Avoids having to duplicate common token functionality across the different | ||
| * parser rule contexts. | ||
| */ |