java.lang.Object
de.grogra.xl.query.Pattern
de.grogra.xl.query.BuiltInPattern
de.grogra.xl.query.AbstractExpressionPattern
de.grogra.xl.vmx.ExpressionPattern
- All Implemented Interfaces:
BytecodeSerialization.Serializable
-
Nested Class Summary
Nested classes/interfaces inherited from class de.grogra.xl.query.Pattern
Pattern.Matcher -
Field Summary
Fields inherited from class de.grogra.xl.query.AbstractExpressionPattern
BLOCK, CONDITION, EXPRESSION, pathIn, pathOut, typeFields inherited from class de.grogra.xl.query.Pattern
CONTEXT_MASK, INPUT_MASK, NODE_MASK, NULL_MATCHER, OUTPUT_MASK -
Constructor Summary
ConstructorsConstructorDescriptionExpressionPattern(Type[] termTypes, int inTerm, int outTerm, int type, Routine routine) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfindMatchesImpl(QueryState qs, MatchConsumer consumer, int arg, Frame frame) protected StringvoidMethods inherited from class de.grogra.xl.query.AbstractExpressionPattern
createMatcher, getParameterKindMethods inherited from class de.grogra.xl.query.Pattern
getDeclaredParameterCount, getParameterCount, getParameterType, isDeleting, toString
-
Constructor Details
-
ExpressionPattern
-
-
Method Details
-
write
- Throws:
IOException
-
findMatchesImpl
- Specified by:
findMatchesImplin classAbstractExpressionPattern
-
paramString
- Overrides:
paramStringin classPattern
-