Index
All Classes and Interfaces|All Packages|Constant Field Values
M
- makeImmutable() - Method in class schema2template.grammar.PuzzlePieceSet
-
Make PuzzlePieceSet immutable.
- MIXED - Enum constant in enum schema2template.grammar.MSVExpressionType
- mLastSchemaFileName - Variable in class schema2template.grammar.XMLModel
- mRootExpression - Variable in class schema2template.grammar.XMLModel
- MSVExpressionInformation - Class in schema2template.grammar
-
Gather information from one MSV expression like: which attributes are mandatory which child elements are singletons can it have text content
- MSVExpressionInformation(Expression, String) - Constructor for class schema2template.grammar.MSVExpressionInformation
- MSVExpressionIterator - Class in schema2template.grammar
-
Traversing through the MSV expression tree using See depth-first_search similar to reading the grammar in XML document order.
- MSVExpressionIterator(Expression) - Constructor for class schema2template.grammar.MSVExpressionIterator
-
Iterate through the expression tree
- MSVExpressionIterator(Expression, Class) - Constructor for class schema2template.grammar.MSVExpressionIterator
-
Iterate through the expression tree, but only return objects of desiredExpression
- MSVExpressionIterator(Expression, Class, boolean) - Constructor for class schema2template.grammar.MSVExpressionIterator
-
Iterate..., but only return objects of desiredExpression and (if not onlyChildren) don't go to children of ElementExp elements (this does not concern root node!).
- MSVExpressionType - Enum in schema2template.grammar
-
Enum for the type of the MSV expression
- MSVExpressionVisitorChildren - Class in schema2template.grammar
-
This visitor visits an Expression and returns a list of child expressions
- MSVExpressionVisitorChildren() - Constructor for class schema2template.grammar.MSVExpressionVisitorChildren
- MSVExpressionVisitorType - Class in schema2template.grammar
-
Get type of expression
- MSVExpressionVisitorType() - Constructor for class schema2template.grammar.MSVExpressionVisitorType
- MSVNameClassVisitorList - Class in schema2template.grammar
-
Returns the Name(s) of an Expression (or more precisely: of its Nameclass) in a List of Strings.
- MSVNameClassVisitorList() - Constructor for class schema2template.grammar.MSVNameClassVisitorList
All Classes and Interfaces|All Packages|Constant Field Values