Package com.hubspot.jinjava.tree.parse
Class DefaultTokenScannerSymbols
- java.lang.Object
-
- com.hubspot.jinjava.tree.parse.TokenScannerSymbols
-
- com.hubspot.jinjava.tree.parse.DefaultTokenScannerSymbols
-
- All Implemented Interfaces:
java.io.Serializable
public class DefaultTokenScannerSymbols extends TokenScannerSymbols
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultTokenScannerSymbols()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetExprEndChar()chargetExprStartChar()chargetFixedChar()chargetNewlineChar()chargetNoteChar()chargetPostfixChar()chargetPrefixChar()chargetTagChar()chargetTrimChar()-
Methods inherited from class com.hubspot.jinjava.tree.parse.TokenScannerSymbols
getClosingComment, getExprEnd, getExpressionEnd, getExpressionEndWithTag, getExpressionStart, getExpressionStartWithTag, getExprStart, getFixed, getNewline, getNote, getOpeningComment, getPostfix, getPrefix, getTag, getTrim, isNoteTagOrExprChar
-
-
-
-
Method Detail
-
getPrefixChar
public char getPrefixChar()
- Specified by:
getPrefixCharin classTokenScannerSymbols
-
getPostfixChar
public char getPostfixChar()
- Specified by:
getPostfixCharin classTokenScannerSymbols
-
getFixedChar
public char getFixedChar()
- Specified by:
getFixedCharin classTokenScannerSymbols
-
getNoteChar
public char getNoteChar()
- Specified by:
getNoteCharin classTokenScannerSymbols
-
getTagChar
public char getTagChar()
- Specified by:
getTagCharin classTokenScannerSymbols
-
getExprStartChar
public char getExprStartChar()
- Specified by:
getExprStartCharin classTokenScannerSymbols
-
getExprEndChar
public char getExprEndChar()
- Specified by:
getExprEndCharin classTokenScannerSymbols
-
getNewlineChar
public char getNewlineChar()
- Specified by:
getNewlineCharin classTokenScannerSymbols
-
getTrimChar
public char getTrimChar()
- Specified by:
getTrimCharin classTokenScannerSymbols
-
-