[[["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-04-17 UTC."],[[["`ExpressionParser.atom_return` is a public static class that extends `ParserRuleReturnScope`, which itself inherits from `RuleReturnScope` and ultimately `java.lang.Object`."],["This class inherits various methods from `java.lang.Object`, including `clone()`, `equals()`, `hashCode()`, and `toString()`, among others."],["The `atom_return` class includes a constructor, `atom_return()`, which is public."],["It provides a `getTree()` method that returns an object of type `org.antlr.runtime.tree.CommonTree` and it overrides the method of the same name from its parent class `org.antlr.runtime.ParserRuleReturnScope`."],["The class also inherits methods like `getStart()`, `getStop()`, and `getTemplate()`."]]],[]]