Searched refs:StringExpression (Results 1 – 12 of 12) sorted by relevance
19 import static com.google.clearsilver.jsilver.compiler.JavaExpression.StringExpression;73 components.add(new StringExpression(node.getWord().getText())); in caseANameVariable()78 components.add(new StringExpression(node.getDecNumber().getText())); in caseADecNumberVariable()83 components.add(new StringExpression(node.getHexNumber().getText())); in caseAHexNumberVariable()114 private static final JavaExpression DOT = new StringExpression(".");130 if (current instanceof StringExpression && last instanceof StringExpression) { in combineAdjacentStrings()132 StringExpression currentString = (StringExpression) current; in combineAdjacentStrings()133 StringExpression lastString = (StringExpression) last; in combineAdjacentStrings()134 last = new StringExpression(lastString.getValue() + currentString.getValue()); in combineAdjacentStrings()
244 return new StringExpression(value);247 public static class StringExpression extends JavaExpression {251 public StringExpression(String value) {
154 class StringExpression : public ScoreExpression {156 static std::unique_ptr<StringExpression> Create(std::string str) { in Create()157 return std::unique_ptr<StringExpression>( in Create()158 new StringExpression(std::move(str))); in Create()173 explicit StringExpression(std::string str) : str_(std::move(str)) {} in StringExpression() function
33 stack_.push_back(StringExpression::Create(node->value())); in VisitString()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
META-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
META-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...