Package redempt.redlex.token
Class NotToken
java.lang.Object
redempt.redlex.data.TokenType
redempt.redlex.token.NotToken
- All Implemented Interfaces:
ParentToken
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TokenfindForward(String str, int pos, LexContext ctx) intvoidsetChildren(TokenType[] children) Methods inherited from class redempt.redlex.data.TokenType
getFirstCharacters, getId, getLexer, getName, nameMatches, replacePlaceholders, setLexer, setName, toString, tryTokenize, walk
-
Constructor Details
-
NotToken
-
-
Method Details
-
findForward
- Specified by:
findForwardin classTokenType
-
minLength
public int minLength() -
calcFirstCharacters
- Specified by:
calcFirstCharactersin classTokenType
-
getMessage
- Overrides:
getMessagein classTokenType
-
getChildren
- Specified by:
getChildrenin interfaceParentToken
-
setChildren
- Specified by:
setChildrenin interfaceParentToken
-