Class Scope.Info
- java.lang.Object
-
- org.apache.velocity.runtime.directive.Scope.Info
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()column getterintgetDepth()current depthintgetLine()line getterStringgetName()name getterStringgetTemplate()template name getterStringgetType()type getterStringtoString()string representation getter
-
-
-
Method Detail
-
getName
public String getName()
name getter- Returns:
- name
-
getType
public String getType()
type getter- Returns:
- scope type
-
getDepth
public int getDepth()
current depth- Returns:
- depth
-
getTemplate
public String getTemplate()
template name getter- Returns:
- template name
-
getLine
public int getLine()
line getter- Returns:
- line number
-
getColumn
public int getColumn()
column getter- Returns:
- column number
-
-