Package org.webpieces.templatingdev.api
Interface Token
- All Known Implementing Classes:
TokenImpl
public interface Token
-
Method Summary
Modifier and TypeMethodDescriptionGet's the entire String between #{ and }# including argumentsgetSourceLocation(boolean dueToError) When you throw an exception, you can add the location in the source by reading from the token it's locationbooleanisEndTag()
-
Method Details
-
getSourceLocation
When you throw an exception, you can add the location in the source by reading from the token it's location -
getCleanValue
String getCleanValue()Get's the entire String between #{ and }# including arguments -
isEndTag
boolean isEndTag()
-