public static class Scope.Info
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Directive |
directive |
private Scope |
scope |
private Template |
template |
Constructor and Description |
---|
Info(Scope scope,
java.lang.Object owner)
c'tor
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
column getter
|
int |
getDepth()
current depth
|
int |
getLine()
line getter
|
java.lang.String |
getName()
name getter
|
java.lang.String |
getTemplate()
template name getter
|
java.lang.String |
getType()
type getter
|
java.lang.String |
toString()
string representation getter
|
private Scope scope
private Directive directive
private Template template
public Info(Scope scope, java.lang.Object owner)
scope
- owner
- public java.lang.String getName()
public java.lang.String getType()
public int getDepth()
public java.lang.String getTemplate()
public int getLine()
public int getColumn()
public java.lang.String toString()
toString
in class java.lang.Object