Uses of Class
com.igormaznitsa.meta.common.utils.CallTrace
-
Packages that use CallTrace Package Description com.igormaznitsa.meta.common.templates -
-
Uses of CallTrace in com.igormaznitsa.meta.common.templates
Fields in com.igormaznitsa.meta.common.templates with type parameters of type CallTrace Modifier and Type Field Description private static java.util.Map<KeepCreationPointTemplate,CallTrace>
KeepCreationPointTemplate. REGISTRY
Methods in com.igormaznitsa.meta.common.templates that return CallTrace Modifier and Type Method Description CallTrace
KeepCreationPointTemplate. getCreationPoint()
Get the creation point stack trace for the instance.
-