public class FTLArrow extends Pattern
toBeParsed
Constructor and Description |
---|
FTLArrow()
Standard constructor
|
FTLArrow(LineToParse l)
Standard constructor with line to parse
|
Modifier and Type | Method and Description |
---|---|
Token[] |
getSequence() |
FTLArrow |
klone(LineToParse l)
return copy of 'this'
|
canParse, consumeToken, getEmsg, parse
getTokenString, setLineToParse
public FTLArrow()
public FTLArrow(LineToParse l)
l
- -- LineToParsepublic Token[] getSequence()
getSequence
in class Pattern
public FTLArrow klone(LineToParse l)
Token