Uses of Class
org.stringtemplate.v4.ST.AttributeList
-
Packages that use ST.AttributeList Package Description org.stringtemplate.v4 -
-
Uses of ST.AttributeList in org.stringtemplate.v4
Methods in org.stringtemplate.v4 that return ST.AttributeList Modifier and Type Method Description protected static ST.AttributeListST. convertToAttributeList(Object curvalue)protected ST.AttributeListInterpreter. zip_map(InstanceScope scope, List<Object> exprs, ST prototype)Renders expressions of the form<names,phones:{n,p | ...}>or<a,b:t()>.
-