()
| 1863 | * DotSuffix Dot Property |
| 1864 | */ |
| 1865 | final public void DotSuffix() throws ParseException {/* @bgen(jjtree) DotSuffix */ |
| 1866 | AstDotSuffix jjtn000 = new AstDotSuffix(JJTDOTSUFFIX); |
| 1867 | boolean jjtc000 = true; |
| 1868 | jjtree.openNodeScope(jjtn000); |
| 1869 | Token t = null; |
| 1870 | try { |
| 1871 | jj_consume_token(DOT); |
| 1872 | t = jj_consume_token(IDENTIFIER); |
| 1873 | jjtree.closeNodeScope(jjtn000, true); |
| 1874 | jjtc000 = false; |
| 1875 | jjtn000.setImage(t.image); |
| 1876 | } finally { |
| 1877 | if (jjtc000) { |
| 1878 | jjtree.closeNodeScope(jjtn000, true); |
| 1879 | } |
| 1880 | } |
| 1881 | } |
| 1882 | |
| 1883 | /* |
| 1884 | * BracketSuffix Sub Expression Suffix |
no test coverage detected