Interface PatternOp
- All Known Implementing Classes:
CapturePatternOp,DataTypePatternOp,DefaultPatternOp,DictPatternOp,EmptyListPatternOp,ExpressionPatternOp,HeadTailListPatternOp,InitLastListPatternOp,ListPatternOp,MidListPatternOp,OpenDictPatternOp
public interface PatternOp
-
Method Summary
Modifier and TypeMethodDescriptionvoidbind(Value subject, MemorySpace space) booleanmatches(Value subject, Stack stack, EvaluationContext context)
-
Method Details
-
matches
-
bind
-