- main(String[]) - Static method in class adql.parser.ADQLParser
-
Gets the specified ADQL query and parses the given ADQL query.
- match(ADQLObject) - Method in class adql.search.SearchColumnHandler
-
- match(ADQLObject) - Method in class adql.search.SimpleSearchHandler
-
Only tests whether the given ADQL object checks the search conditions.
- MathFunction() - Method in class adql.parser.ADQLParser
-
- MathFunction - Class in adql.query.operand.function
-
It represents any basic mathematical function.
- MathFunction(MathFunctionType) - Constructor for class adql.query.operand.function.MathFunction
-
Creates a mathematical function without parameter.
- MathFunction(MathFunctionType, ADQLOperand) - Constructor for class adql.query.operand.function.MathFunction
-
Creates a mathematical function with only one parameter.
- MathFunction(MathFunctionType, ADQLOperand, ADQLOperand) - Constructor for class adql.query.operand.function.MathFunction
-
Creates a mathematical function with two parameters.
- MathFunction(MathFunction) - Constructor for class adql.query.operand.function.MathFunction
-
Builds a mathematical function by copying the given one.
- MathFunctionType - Enum in adql.query.operand.function
-
All types of managed mathematical functions.
- MAX - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- maxNextCharInd - Variable in class adql.parser.SimpleCharStream
-
- MIN - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- MINUS - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- MOD - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.