Package org.stringtemplate.v4.misc
package org.stringtemplate.v4.misc
-
ClassDescriptionAn automatically created aggregate of properties.Deal with structs created via
ST.addAggr(java.lang.String, java.lang.Object...)
("structname.{prop1, prop2}", ...);
.A line number and char position within a line.Used during tests to track all errors.All the errors that can happen and how to generate a message.An inclusive intervala..b
.MultiMap<K,V> A hash table that maps a key to a list of elements not just a single.Used for semantic errors that occur at compile time not during interpretation.Upon error, ST creates anSTMessage
or subclass instance and notifies the listener.<name>
wherename
is not found up the dynamic scoping chain.For<a.b>
, objecta
does not have a propertyb
.Used to track errors that occur in the ST interpreter.TypeRegistry<V>