public abstract class Token extends SimpleExpression
Modifier and Type | Class and Description |
---|---|
static class |
Token.TokenParsingTracer |
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
Modifier and Type | Method and Description |
---|---|
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
Object |
getValue() |
static boolean |
isTokenChar(String context,
int pos) |
String |
toString() |
execute, execute
protected Token(Object value)
public Object getValue()
public String getStringRepresentation()
IStandardExpression
Obtain a string representation of the expression.
getStringRepresentation
in interface IStandardExpression
getStringRepresentation
in class Expression
public String toString()
toString
in class Expression
public static boolean isTokenChar(String context, int pos)
Copyright © 2017 The THYMELEAF team. All rights reserved.