Index

A B C D E F G I L M N O P Q R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCriteria - Class in org.refcodes.criteria
Base class with the base Criteria functionality provided for Criteria implementations.
AbstractCriteria(String) - Constructor for class org.refcodes.criteria.AbstractCriteria
Constructs a Criteria with the given alias.
AbstractCriteriaLeaf<T> - Class in org.refcodes.criteria
Base class with the base CriteriaLeaf functionality provided for CriteriaLeaf implementations.
AbstractCriteriaLeaf(String) - Constructor for class org.refcodes.criteria.AbstractCriteriaLeaf
Constructs a CriteriaLeaf with the given name.
AbstractCriteriaLeaf(String, String, T) - Constructor for class org.refcodes.criteria.AbstractCriteriaLeaf
Constructs a CriteriaLeaf with the given name, key and value.
AbstractCriteriaNode - Class in org.refcodes.criteria
Base class with the base functionality provided for CriteriaNode implementations.
AbstractCriteriaNode(String) - Constructor for class org.refcodes.criteria.AbstractCriteriaNode
Constructs a CriteriaNode with the given name.
AbstractCriteriaNode(String, List<Criteria>) - Constructor for class org.refcodes.criteria.AbstractCriteriaNode
Constructs a CriteriaNode with the given name and the backing(!)
AbstractCriteriaNode(String, Criteria...) - Constructor for class org.refcodes.criteria.AbstractCriteriaNode
Constructs a CriteriaNode with the given name and the provided Criteria children.
addChild(Criteria) - Method in class org.refcodes.criteria.AbstractCriteriaNode
Adds a child Criteria to the CriteriaNode.
addChild(Criteria) - Method in interface org.refcodes.criteria.CriteriaNode
Adds a child Criteria to the CriteriaNode.
addChild(Criteria) - Method in class org.refcodes.criteria.NotCriteria
Adds a child Criteria to the CriteriaNode.
ALIAS - Static variable in class org.refcodes.criteria.AndCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.EqualWithCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.GreaterOrEqualThanCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.GreaterThanCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.IntersectWithCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.LessOrEqualThanCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.LessThanCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.NotCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.NotEqualWithCriteria
 
ALIAS - Static variable in class org.refcodes.criteria.OrCriteria
 
and(Criteria...) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an AND CriteriaNode containing the provided Criteria children.
AndCriteria - Class in org.refcodes.criteria
A CriteriaNode representing a logical AND operator.
AndCriteria() - Constructor for class org.refcodes.criteria.AndCriteria
Empty constructor setting the name for the Criteria.
AndCriteria(Criteria...) - Constructor for class org.refcodes.criteria.AndCriteria
Constructor setting the children Criteria of the Criteria.

B

BadCriteriaException - Exception in org.refcodes.criteria
The BadCriteriaException is thrown in case of encountering bad Criteria definitions.
BadCriteriaException(String, Criteria) - Constructor for exception org.refcodes.criteria.BadCriteriaException
BadCriteriaException(String, Criteria, String) - Constructor for exception org.refcodes.criteria.BadCriteriaException
BadCriteriaException(String, Criteria, Throwable) - Constructor for exception org.refcodes.criteria.BadCriteriaException
BadCriteriaException(String, Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.BadCriteriaException
BadCriteriaException(Criteria, Throwable) - Constructor for exception org.refcodes.criteria.BadCriteriaException
BadCriteriaException(Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.BadCriteriaException

C

ComplexCriteriaException - Exception in org.refcodes.criteria
The Class ComplexCriteriaException.
ComplexCriteriaException(Criteria, String) - Constructor for exception org.refcodes.criteria.ComplexCriteriaException
Instantiates a new according exception.
ComplexCriteriaException(Criteria, String, String) - Constructor for exception org.refcodes.criteria.ComplexCriteriaException
Instantiates a new according exception.
ComplexCriteriaException(Criteria, String, Throwable) - Constructor for exception org.refcodes.criteria.ComplexCriteriaException
Instantiates a new according exception.
ComplexCriteriaException(Criteria, String, Throwable, String) - Constructor for exception org.refcodes.criteria.ComplexCriteriaException
Instantiates a new according exception.
ComplexCriteriaException(Criteria, Throwable) - Constructor for exception org.refcodes.criteria.ComplexCriteriaException
Instantiates a new according exception.
ComplexCriteriaException(Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.ComplexCriteriaException
Instantiates a new according exception.
Console - Class in org.matheclipse.parser.server.util
A java console program to run the evaluator interactivly.
Console() - Constructor for class org.matheclipse.parser.server.util.Console
Instantiates a new console.
Criteria - Interface in org.refcodes.criteria
The Criteria itself is the base definition of functionality which the CriteriaNode and CriteriaLeaf implementations are to support.
CriteriaAccessor - Interface in org.refcodes.criteria
Provides an accessor for a Criteria property.
CriteriaAccessor.CriteriaMutator - Interface in org.refcodes.criteria
Provides a mutator for a Criteria property.
CriteriaAccessor.CriteriaProperty - Interface in org.refcodes.criteria
Provides a Criteria property.
CriteriaCriteriaRuntimeException(String, Criteria) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
CriteriaCriteriaRuntimeException(String, Criteria, String) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
CriteriaCriteriaRuntimeException(String, Criteria, Throwable) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
CriteriaCriteriaRuntimeException(String, Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
CriteriaCriteriaRuntimeException(Criteria, Throwable) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
CriteriaCriteriaRuntimeException(Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
CriteriaException - Exception in org.refcodes.criteria
The CriteriaException is the base Exception for Criteria related problems.
CriteriaException(String, Criteria) - Constructor for exception org.refcodes.criteria.CriteriaException
CriteriaException(String, Criteria, String) - Constructor for exception org.refcodes.criteria.CriteriaException
CriteriaException(String, Criteria, Throwable) - Constructor for exception org.refcodes.criteria.CriteriaException
CriteriaException(String, Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.CriteriaException
CriteriaException(Criteria, Throwable) - Constructor for exception org.refcodes.criteria.CriteriaException
CriteriaException(Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.CriteriaException
CriteriaFactory<Q> - Interface in org.refcodes.criteria
The CriteriaFactory constructs a Criteria (tree) from the provided query.
CriteriaLeaf<T> - Interface in org.refcodes.criteria
A CriteriaLeaf tree leaf is an expression usually relating to a key (for example identifying a table's column in a database) and a value, both of which consolidating an expression (for example "City = 'Munich'").
CriteriaNode - Interface in org.refcodes.criteria
A CriteriaNode tree node may represent a logical AND or a logical OR or a logical NOT applied on the node's children Criteria (CriteriaNode instances and CriteriaLeaf instances).
CriteriaRuntimeException - Exception in org.refcodes.criteria
CriteriaRuntimeException(String) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException
CriteriaRuntimeException(String, String) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException
CriteriaRuntimeException(String, Throwable) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException
CriteriaRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException
CriteriaRuntimeException(Throwable) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException
CriteriaRuntimeException(Throwable, String) - Constructor for exception org.refcodes.criteria.CriteriaRuntimeException
CriteriaRuntimeException.CriteriaCriteriaRuntimeException - Exception in org.refcodes.criteria
CriteriaSchema - Class in org.refcodes.criteria
The purpose of a CriteriaSchema is automatically generate documentation of Criteria structures.
CriteriaSchema(Class<?>, CriteriaSchema) - Constructor for class org.refcodes.criteria.CriteriaSchema
CriteriaSchema(String, Class<?>, Object, String) - Constructor for class org.refcodes.criteria.CriteriaSchema
Instantiates a new CriteriaSchema.
CriteriaSchema(String, Class<?>, String, Schema...) - Constructor for class org.refcodes.criteria.CriteriaSchema
CriteriaSchema(CriteriaSchema, Schema...) - Constructor for class org.refcodes.criteria.CriteriaSchema
CriteriaSugar - Class in org.refcodes.criteria
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions of Criteria trees: ...
CriteriaUtility - Class in org.refcodes.criteria
The Class CriteriaUtility.

D

doRemovePartitionCriteria(Criteria, String, Set<C>) - Static method in class org.refcodes.criteria.CriteriaUtility
Removes the criteria for the provided partitions given key.

E

equalWith(String, T) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an EQUAL WITH ("=") CriteriaLeaf expression relating to the given key and the given reference value.
EqualWithCriteria<T> - Class in org.refcodes.criteria
A CriteriaLeaf representing a EQUAL WITH expression.
EqualWithCriteria() - Constructor for class org.refcodes.criteria.EqualWithCriteria
Empty constructor setting the name for the Criteria.
EqualWithCriteria(String, T) - Constructor for class org.refcodes.criteria.EqualWithCriteria
Sets the key and the according value for the Criteria,.
ExpressionCriteriaFactory - Class in org.refcodes.criteria
Implements a CriteriaFactory which is capable of parsing an expression such as the following one: ( ( ( City = 'Berlin' ) OR ( City = 'Munich' ) ) AND ( Surname = 'Miller' ) ).
ExpressionCriteriaFactory() - Constructor for class org.refcodes.criteria.ExpressionCriteriaFactory
 
ExpressionQueryFactory - Class in org.refcodes.criteria
The ExpressionCriteriaFactory is capable of creating query String instances from Criteria instances; the query String instances which can be used as parts of SQL statements.
ExpressionQueryFactory() - Constructor for class org.refcodes.criteria.ExpressionQueryFactory
 

F

fCurrentChar - Variable in class org.matheclipse.parser.client.Scanner
 
fCurrentColumnStartPosition - Variable in class org.matheclipse.parser.client.Scanner
 
fCurrentPosition - Variable in class org.matheclipse.parser.client.Scanner
 
fFactory - Variable in class org.matheclipse.parser.client.Scanner
 
fInputString - Variable in class org.matheclipse.parser.client.Scanner
 
fOperatorString - Variable in class org.matheclipse.parser.client.Scanner
 
fOperList - Variable in class org.matheclipse.parser.client.Scanner
 
fromCriteria(Criteria) - Method in class org.refcodes.criteria.ExpressionQueryFactory
Generates a query from the provided Criteria (tree).
fromCriteria(Criteria) - Method in interface org.refcodes.criteria.QueryFactory
Generates a query from the provided Criteria (tree).
fromCriteria(Criteria, PS) - Method in interface org.refcodes.criteria.PartitionQueryFactory
Generates a query from the provided Criteria (tree) similar to the QueryFactory.fromCriteria(Criteria) method, though providing support for targeting a dedicated partition in a (database) cluster.
fromQuery(String) - Method in class org.refcodes.criteria.ExpressionCriteriaFactory
Parsed the given query and constructs a Criteria (tree).
fromQuery(Q) - Method in interface org.refcodes.criteria.CriteriaFactory
Parsed the given query and constructs a Criteria (tree).
fToken - Variable in class org.matheclipse.parser.client.Scanner
 

G

GenerateOperatorArrays - Class in org.matheclipse.parser.server.util
Utility for generating source codes for the ASTNodeFactory's HEADER_STRINGS, OPERATOR_STRINGS, OPERATORS arrays from the operators.txt textfile description
GenerateOperatorArrays() - Constructor for class org.matheclipse.parser.server.util.GenerateOperatorArrays
 
generateOperatorTable(InputStream, HashMap, HashMap) - Static method in class org.matheclipse.parser.server.util.GenerateOperatorArrays
Generate operator table.
getAlias() - Method in class org.refcodes.criteria.AbstractCriteria
getChildren() - Method in class org.refcodes.criteria.AbstractCriteriaNode
Returns the list of child Criteria instances contained in the CriteriaNode.
getChildren() - Method in interface org.refcodes.criteria.CriteriaNode
Returns the list of child Criteria instances contained in the CriteriaNode.
getColumnIndex() - Method in exception org.matheclipse.parser.client.SyntaxError
column index where the error occurred (offset relative to rowIndex).
getCriteria() - Method in interface org.refcodes.criteria.CriteriaAccessor
Retrieves the Criteria from the Criteria property.
getCriteria() - Method in exception org.refcodes.criteria.CriteriaException
Retrieves the Criteria from the Criteria property.
getCriteria() - Method in exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
Retrieves the Criteria from the Criteria property.
getCurrentLine() - Method in exception org.matheclipse.parser.client.SyntaxError
source code line, where the error occurred.
getError() - Method in exception org.matheclipse.parser.client.SyntaxError
the error string.
getFactory() - Method in class org.matheclipse.parser.client.Parser
Gets the factory.
getFile() - Method in class org.matheclipse.parser.server.util.Console
Gets the file.
getIdentifier() - Method in class org.matheclipse.parser.client.Scanner
Gets the identifier.
getKey() - Method in class org.refcodes.criteria.AbstractCriteriaLeaf
getLength() - Method in exception org.matheclipse.parser.client.SyntaxError
length of the error.
getMessage() - Method in exception org.matheclipse.parser.client.SyntaxError
Gets the aMessage.
getNextToken() - Method in class org.matheclipse.parser.client.Scanner
getNextToken
getNumberString() - Method in class org.matheclipse.parser.client.Scanner
Gets the number string.
getOperator() - Method in class org.matheclipse.parser.client.Scanner
getOperator.
getPartitions(Criteria, String, Class<P>) - Static method in class org.refcodes.criteria.CriteriaUtility
Tries to determine the partitions specified by the given key and type being addressed by the query represented by the given criteria.
getPatternArguments() - Method in exception org.refcodes.criteria.CriteriaException
getPatternArguments() - Method in exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
getRowIndex() - Method in exception org.matheclipse.parser.client.SyntaxError
row index where the error occurred.
getStartOffset() - Method in exception org.matheclipse.parser.client.SyntaxError
offset where the error occurred.
getStringBuffer() - Method in class org.matheclipse.parser.client.Scanner
Gets the string buffer.
getValue() - Method in class org.refcodes.criteria.AbstractCriteriaLeaf
getValue() - Method in class org.refcodes.criteria.CriteriaSchema
greaterOrEqualThan(String, T) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an GREATER OR EQUAL THAN (">=") CriteriaLeaf expression relating to the given key and the given reference value.
GreaterOrEqualThanCriteria<T> - Class in org.refcodes.criteria
A CriteriaLeaf representing a GREATER OR EQUAL THAN expression.
GreaterOrEqualThanCriteria() - Constructor for class org.refcodes.criteria.GreaterOrEqualThanCriteria
Empty constructor setting the name for the Criteria.
GreaterOrEqualThanCriteria(String, T) - Constructor for class org.refcodes.criteria.GreaterOrEqualThanCriteria
Sets the key and the according value for the Criteria,.
greaterThan(String, T) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an GREATER THAN (">") CriteriaLeaf expression relating to the given key and the given reference value.
GreaterThanCriteria<T> - Class in org.refcodes.criteria
A CriteriaLeaf representing a GREATER THAN expression.
GreaterThanCriteria() - Constructor for class org.refcodes.criteria.GreaterThanCriteria
Empty constructor setting the name for the Criteria.
GreaterThanCriteria(String, T) - Constructor for class org.refcodes.criteria.GreaterThanCriteria
Sets the key and the according value for the Criteria,.

I

initialize(String) - Method in class org.matheclipse.parser.client.Scanner
Initialize.
interpreter(String) - Method in class org.matheclipse.parser.server.util.Console
Evaluates the given string-expression and returns the result in OutputForm.
intersectWith(Criteria...) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an INTERSECT CriteriaNode containing the provided Criteria children.
IntersectWithCriteria - Class in org.refcodes.criteria
A CriteriaNode representing a logical INTERSECT operator.
IntersectWithCriteria() - Constructor for class org.refcodes.criteria.IntersectWithCriteria
Empty constructor setting the name for the Criteria.
IntersectWithCriteria(Criteria...) - Constructor for class org.refcodes.criteria.IntersectWithCriteria
Constructor setting the children Criteria of the Criteria.

L

lessOrEqualThan(String, T) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an LESS OR EQUAL THAN ("<=") CriteriaLeaf expression relating to the given key and the given reference value.
LessOrEqualThanCriteria<T> - Class in org.refcodes.criteria
A CriteriaLeaf representing a LESS OR EQUAL THAN expression.
LessOrEqualThanCriteria() - Constructor for class org.refcodes.criteria.LessOrEqualThanCriteria
Empty constructor setting the name for the Criteria.
LessOrEqualThanCriteria(String, T) - Constructor for class org.refcodes.criteria.LessOrEqualThanCriteria
Sets the key and the according value for the Criteria,.
lessThan(String, T) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an LESS THAN CriteriaLeaf expression relating to the given key and the given reference value.
LessThanCriteria<T> - Class in org.refcodes.criteria
A CriteriaLeaf representing a LESS THAN expression.
LessThanCriteria() - Constructor for class org.refcodes.criteria.LessThanCriteria
Empty constructor setting the name for the Criteria.
LessThanCriteria(String, T) - Constructor for class org.refcodes.criteria.LessThanCriteria
Sets the key and the according value for the Criteria,.
letCriteria(Criteria) - Method in interface org.refcodes.criteria.CriteriaAccessor.CriteriaProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Criteria (setter) as of setCriteria(Criteria) and returns the very same value (getter).

M

main(String[]) - Static method in class org.matheclipse.parser.server.util.Console
The main method.
main(String[]) - Static method in class org.matheclipse.parser.server.util.GenerateOperatorArrays
Utility for generating source codes for the ASTNodeFactory's HEADER_STRINGS, OPERATOR_STRINGS, OPERATORS arrays from an operator's text file description.

N

not(Criteria) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates a NOT CriteriaNode containing the provided Criteria child.
NotCriteria - Class in org.refcodes.criteria
A CriteriaNode representing a logical NOT operator.
NotCriteria() - Constructor for class org.refcodes.criteria.NotCriteria
Empty constructor setting the name for the Criteria.
NotCriteria(Criteria) - Constructor for class org.refcodes.criteria.NotCriteria
Constructor setting the child Criteria for the Criteria.
notEqualWith(String, T) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates a NOT EQUAL WITH ("<>") CriteriaLeaf expression relating to the given key and the given reference value.
NotEqualWithCriteria<T> - Class in org.refcodes.criteria
A CriteriaLeaf representing a NOT EQUAL WITH expression.
NotEqualWithCriteria() - Constructor for class org.refcodes.criteria.NotEqualWithCriteria
Empty constructor setting the name for the Criteria.
NotEqualWithCriteria(String, T) - Constructor for class org.refcodes.criteria.NotEqualWithCriteria
Sets the key and the according value for the Criteria,.
numFormat - Variable in class org.matheclipse.parser.client.Scanner
 

O

or(Criteria...) - Static method in class org.refcodes.criteria.CriteriaSugar
Creates an OR CriteriaNode containing the provided Criteria children.
OrCriteria - Class in org.refcodes.criteria
A CriteriaNode representing a logical OR operator.
OrCriteria() - Constructor for class org.refcodes.criteria.OrCriteria
Empty constructor setting the name for the Criteria.
OrCriteria(Criteria...) - Constructor for class org.refcodes.criteria.OrCriteria
Constructor setting the children Criteria of the Criteria.
org.matheclipse.parser.client - package org.matheclipse.parser.client
Provides the parser and scanner implementation.
org.matheclipse.parser.server.util - package org.matheclipse.parser.server.util
A Console application to test the evaluators interactively.
org.refcodes.criteria - module org.refcodes.criteria
 
org.refcodes.criteria - package org.refcodes.criteria
This artifact allows the construction of This artifact allows the construction of Criteria instances for selecting, filtering or identifying (such as the selection of entries from a database).

P

parse(String) - Method in class org.matheclipse.parser.client.Parser
Parse the given expression String into an ASTNode.
Parser - Class in org.matheclipse.parser.client
Create an expression of the ASTNode class-hierarchy from a math formulas string representation See Operator -precedence parser for the idea, how to parse the operators depending on their precedence.
Parser() - Constructor for class org.matheclipse.parser.client.Parser
Instantiates a new parser.
Parser(boolean) - Constructor for class org.matheclipse.parser.client.Parser
Instantiates a new parser.
Parser(IParserFactory, boolean) - Constructor for class org.matheclipse.parser.client.Parser
Instantiates a new parser.
PartitionQueryFactory<Q,PS> - Interface in org.refcodes.criteria
The PartitionQueryFactory is a https://www.metacodes.proization of the QueryFactory in that it is capable of generating queries targeting at a dedicated partition of a (database) cluster, the partion's query does not contain obsolete query statements enhancing the database's query processing performance.
printPrompt(PrintStream, String) - Method in class org.matheclipse.parser.server.util.Console
prints a prompt on the console but doesn't print a newline.

Q

QueryFactory<Q> - Interface in org.refcodes.criteria
The QueryFactory generates a query from the provided Criteria (tree).

R

readString(PrintStream) - Method in class org.matheclipse.parser.server.util.Console
read a string from the console.
readString(PrintStream, String) - Method in class org.matheclipse.parser.server.util.Console
read a string from the console.
rowCount - Variable in class org.matheclipse.parser.client.Scanner
Row counter for syntax errors.

S

Scanner - Class in org.matheclipse.parser.client
The Class Scanner.
Scanner() - Constructor for class org.matheclipse.parser.client.Scanner
Initialize Scanner without a math-expression.
setChild(Criteria) - Method in class org.refcodes.criteria.NotCriteria
Sets the child Criteria for the Criteria.
setCriteria(Criteria) - Method in interface org.refcodes.criteria.CriteriaAccessor.CriteriaMutator
Sets the Criteria for the Criteria property.
setFactory(IParserFactory) - Method in class org.matheclipse.parser.client.Parser
Sets the factory.
setFile(File) - Method in class org.matheclipse.parser.server.util.Console
Sets the file.
setKey(String) - Method in class org.refcodes.criteria.AbstractCriteriaLeaf
setValue(T) - Method in class org.refcodes.criteria.AbstractCriteriaLeaf
SyntaxError - Exception in org.matheclipse.parser.client
Exception for a syntax error detected by the MathEclipse parser.
SyntaxError(int, int, int, String, String, int) - Constructor for exception org.matheclipse.parser.client.SyntaxError
SyntaxError exception.

T

throwSyntaxError(String) - Method in class org.matheclipse.parser.client.Scanner
Throw syntax error.
throwSyntaxError(String, int) - Method in class org.matheclipse.parser.client.Scanner
Throw syntax error.
toQuery(IntersectWithCriteria, boolean) - Method in class org.refcodes.criteria.ExpressionQueryFactory
Generates a query string for the given CriteriaNode.
toQuery(LessThanCriteria<?>, boolean) - Method in class org.refcodes.criteria.ExpressionQueryFactory
Generates a query string for the given CriteriaLeaf.
toSchema() - Method in class org.refcodes.criteria.AndCriteria
toSchema() - Method in interface org.refcodes.criteria.Criteria
toSchema() - Method in class org.refcodes.criteria.EqualWithCriteria
toSchema() - Method in class org.refcodes.criteria.GreaterOrEqualThanCriteria
toSchema() - Method in class org.refcodes.criteria.GreaterThanCriteria
toSchema() - Method in class org.refcodes.criteria.IntersectWithCriteria
toSchema() - Method in class org.refcodes.criteria.LessOrEqualThanCriteria
toSchema() - Method in class org.refcodes.criteria.LessThanCriteria
toSchema() - Method in class org.refcodes.criteria.NotCriteria
toSchema() - Method in class org.refcodes.criteria.NotEqualWithCriteria
toSchema() - Method in class org.refcodes.criteria.OrCriteria
toSchema(String) - Method in class org.refcodes.criteria.AbstractCriteriaLeaf
Creates a CriteriaSchema for a CriteriaLeaf sub-class with the instance's type, alias, key and value as well as the provided description.
toSchema(String) - Method in class org.refcodes.criteria.AbstractCriteriaNode
Creates a CriteriaSchema for a CriteriaNode sub-class with the instance's type and alias as well as the provided description.
TT_ARGUMENTS_CLOSE - Static variable in class org.matheclipse.parser.client.Scanner
Token type: closing bracket for function arguments.
TT_ARGUMENTS_OPEN - Static variable in class org.matheclipse.parser.client.Scanner
Token type: opening bracket for function arguments.
TT_BLANK - Static variable in class org.matheclipse.parser.client.Scanner
Token type: pattern placeholder '_'.
TT_COMMA - Static variable in class org.matheclipse.parser.client.Scanner
',' operator.
TT_DIGIT - Static variable in class org.matheclipse.parser.client.Scanner
Token type: digit 0,1,2,3,4,5,6,7,8,9.
TT_EOF - Static variable in class org.matheclipse.parser.client.Scanner
Token type: End-of_File.
TT_FLOATING_POINT - Static variable in class org.matheclipse.parser.client.Scanner
Token type: floating point number.
TT_IDENTIFIER - Static variable in class org.matheclipse.parser.client.Scanner
Token type: identifier name.
TT_LIST_CLOSE - Static variable in class org.matheclipse.parser.client.Scanner
Token type: closing curly braces '}' for ending lists.
TT_LIST_OPEN - Static variable in class org.matheclipse.parser.client.Scanner
Token type: opening curly braces '{' for starting lists.
TT_OPERATOR - Static variable in class org.matheclipse.parser.client.Scanner
Token type: operator found in input string.
TT_PARTCLOSE - Static variable in class org.matheclipse.parser.client.Scanner
Token type: closing brackets for ending the "index part" of an expression.
TT_PARTOPEN - Static variable in class org.matheclipse.parser.client.Scanner
Token type: opening brackets for starting the "index part" of an expression.
TT_PERCENT - Static variable in class org.matheclipse.parser.client.Scanner
'%' operator.
TT_PRECEDENCE_CLOSE - Static variable in class org.matheclipse.parser.client.Scanner
Token type: closing bracket ')' for sub-formulas with higher precedence.
TT_PRECEDENCE_OPEN - Static variable in class org.matheclipse.parser.client.Scanner
Token type: opening bracket '(' for sub-formulas with higher precedence.
TT_SLOT - Static variable in class org.matheclipse.parser.client.Scanner
Token type: slot #.
TT_SLOTSEQUENCE - Static variable in class org.matheclipse.parser.client.Scanner
Token type: slot sequence ##.
TT_STRING - Static variable in class org.matheclipse.parser.client.Scanner
Token type: string surrounded by "...."

U

UnknownCriteriaRuntimeException - Exception in org.refcodes.criteria
UnknownCriteriaRuntimeException(String, Criteria) - Constructor for exception org.refcodes.criteria.UnknownCriteriaRuntimeException
UnknownCriteriaRuntimeException(String, Criteria, String) - Constructor for exception org.refcodes.criteria.UnknownCriteriaRuntimeException
UnknownCriteriaRuntimeException(String, Criteria, Throwable) - Constructor for exception org.refcodes.criteria.UnknownCriteriaRuntimeException
UnknownCriteriaRuntimeException(String, Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.UnknownCriteriaRuntimeException
UnknownCriteriaRuntimeException(Criteria, Throwable) - Constructor for exception org.refcodes.criteria.UnknownCriteriaRuntimeException
UnknownCriteriaRuntimeException(Criteria, Throwable, String) - Constructor for exception org.refcodes.criteria.UnknownCriteriaRuntimeException

W

withKey(String) - Method in interface org.refcodes.criteria.CriteriaLeaf
withValue(T) - Method in interface org.refcodes.criteria.CriteriaLeaf

_

_children - Variable in class org.refcodes.criteria.AbstractCriteriaNode
 
_criteria - Variable in exception org.refcodes.criteria.CriteriaRuntimeException.CriteriaCriteriaRuntimeException
 
A B C D E F G I L M N O P Q R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form