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 int
getColumn()
column getterint
getDepth()
current depthint
getLine()
line getterString
getName()
name getterString
getTemplate()
template name getterString
getType()
type getterString
toString()
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
-
-