codeql/java-all
4.2.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
An either type. This is either a Left or a Right wrapping the given type.
Left
Right
import codeql.util.Either
Gets the element, if this is a Left.
Gets the element, if this is a Right.
Gets a textual representation of this element.