[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eQueryParser.DFA11\u003c/code\u003e is a protected class that extends \u003ccode\u003eorg.antlr.runtime.DFA\u003c/code\u003e, inheriting its functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits numerous methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e including \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, \u003ccode\u003ehashCode()\u003c/code\u003e, \u003ccode\u003etoString()\u003c/code\u003e, and \u003ccode\u003ewait()\u003c/code\u003e, as well as some from org.antlr.runtime.DFA like error(), predict(), and unpackEncodedString().\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eQueryParser.DFA11\u003c/code\u003e has a constructor, \u003ccode\u003eDFA11(BaseRecognizer recognizer)\u003c/code\u003e, that takes a \u003ccode\u003eBaseRecognizer\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003egetDescription()\u003c/code\u003e method, which overrides the method from \u003ccode\u003eorg.antlr.runtime.DFA\u003c/code\u003e, and returns a \u003ccode\u003eString\u003c/code\u003e type value.\u003c/p\u003e\n"]]],[],null,["# Class QueryParser.DFA11 (2.0.0)\n\n protected class QueryParser.DFA11 extends DFA\n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e org.antlr.runtime.DFA \\\u003e QueryParser.DFA11 \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-) \norg.antlr.runtime.DFA.error(org.antlr.runtime.NoViableAltException) \norg.antlr.runtime.DFA.getDescription() \norg.antlr.runtime.DFA.noViableAlt(int,org.antlr.runtime.IntStream) \norg.antlr.runtime.DFA.predict(org.antlr.runtime.IntStream) \norg.antlr.runtime.DFA.specialStateTransition(int,org.antlr.runtime.IntStream) \norg.antlr.runtime.DFA.unpackEncodedString(java.lang.String) \norg.antlr.runtime.DFA.unpackEncodedStringToUnsignedChars(java.lang.String)\n\nConstructors\n------------\n\n### DFA11(BaseRecognizer recognizer)\n\n public DFA11(BaseRecognizer recognizer)\n\nMethods\n-------\n\n### getDescription()\n\n public String getDescription()\n\n**Overrides** \norg.antlr.runtime.DFA.getDescription()"]]