Package fitnesse.wikitext.parser
Interface Matchable
-
- All Known Implementing Classes:
Alias
,AnchorName
,AnchorReference
,Collapsible
,Comment
,Contents
,Define
,Evaluator
,FrontMatter
,HashTable
,HeaderLine
,Headings
,Help
,HorizontalRule
,Image
,Include
,LastModified
,Link
,Literal
,Nesting
,Path
,PlainTextTable
,Preformat
,See
,SymbolType
,Table
,Today
,Variable
,WikiWord
public interface Matchable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolMatch
makeMatch(ScanString input, SymbolStream symbols)
boolean
matchesFor(SymbolType symbolType)
-
-
-
Method Detail
-
matchesFor
boolean matchesFor(SymbolType symbolType)
-
makeMatch
SymbolMatch makeMatch(ScanString input, SymbolStream symbols)
-
-