Class LogContext.StackElement
- java.lang.Object
-
- org.apache.velocity.runtime.parser.LogContext.StackElement
-
- Enclosing class:
- LogContext
private static class LogContext.StackElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
count
protected Info
info
protected SimpleNode
src
-
Constructor Summary
Constructors Modifier Constructor Description protected
StackElement(SimpleNode src, Info info)
-
-
-
Field Detail
-
src
protected SimpleNode src
-
count
protected int count
-
info
protected Info info
-
-
Constructor Detail
-
StackElement
protected StackElement(SimpleNode src, Info info)
-
-