File tree Expand file tree Collapse file tree
src/test/resources/net/sourceforge/pmd/lang/plsql/ast Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,6 +171,10 @@ import net.sourceforge.pmd.lang.plsql.ast.internal.ParsingExclusion;
171171import java.util.ArrayList;
172172import java.util.List;
173173
174+ /**
175+ * @deprecated PLSQLParserImpl should have been package private because this is an implementation class
176+ * that should not be used directly.
177+ */
174178@Deprecated
175179public class PLSQLParserImpl {
176180
Original file line number Diff line number Diff line change 151151 | +- ExceptionHandler[@CanonicalImage = null]
152152 | +- QualifiedName[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
153153 | | +- UnqualifiedID[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
154- | | +- KEYWORD_UNRESERVED[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
155154 | +- Statement[@CanonicalImage = null]
156155 | +- UnlabelledStatement[@CanonicalImage = null]
157156 | +- Expression[@CanonicalImage = "RAISE_APPLICATION_ERROR", @Image = "RAISE_APPLICATION_ERROR"]
206205 | +- ExceptionHandler[@CanonicalImage = null]
207206 | +- QualifiedName[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
208207 | | +- UnqualifiedID[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
209- | | +- KEYWORD_UNRESERVED[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
210208 | +- Statement[@CanonicalImage = null]
211209 | +- UnlabelledStatement[@CanonicalImage = null]
212210 | +- Expression[@CanonicalImage = "RAISE_APPLICATION_ERROR", @Image = "RAISE_APPLICATION_ERROR"]
Original file line number Diff line number Diff line change 182182 | +- ExceptionHandler[@CanonicalImage = null]
183183 | | +- QualifiedName[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
184184 | | | +- UnqualifiedID[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
185- | | | +- KEYWORD_UNRESERVED[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
186185 | | +- Statement[@CanonicalImage = null]
187186 | | +- UnlabelledStatement[@CanonicalImage = null]
188187 | | +- Expression[@CanonicalImage = "NULL", @Image = "NULL"]
You can’t perform that action at this time.
0 commit comments