777879808182838485
} public PL_SQLParser getPL_SQLParser() throws ParseException { if (!valid) { throw new ParseException(); } return parser; }
262728293031323334
this.extensions = extensions; } public RootNode getRootNode() throws ParseException { if (!valid) { throw new ParseException(); } return rootNode; }
333435363738394041
return rootNode; } public int getExtensions() throws ParseException { if (!valid) { throw new ParseException(); } return extensions; }