|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelfHolder | |
|---|---|
| org.quattor.pan.template | Contains the classes that define the java implementation a pan template or classes related to them. |
| Uses of SelfHolder in org.quattor.pan.template |
|---|
| Subclasses of SelfHolder in org.quattor.pan.template | |
|---|---|
class |
InvalidSelfHolder
A class that will throw an exception if SELF is accessed in any way. |
class |
PathSelfHolder
Essentially just a structure to hold values related to the processing of the SELF variable. |
class |
ReadOnlySelfHolder
Essentially just a structure to hold values related to the processing of the SELF variable. |
class |
VariableSelfHolder
Essentially just a structure to hold values related to the processing of the SELF variable. |
| Methods in org.quattor.pan.template that return SelfHolder | |
|---|---|
SelfHolder |
CompileTimeContext.saveSelf()
|
SelfHolder |
BuildContext.saveSelf()
|
SelfHolder |
Context.saveSelf()
|
| Methods in org.quattor.pan.template with parameters of type SelfHolder | |
|---|---|
void |
CompileTimeContext.initializeSelfHolder(SelfHolder selfHolder)
|
void |
BuildContext.initializeSelfHolder(SelfHolder selfHolder)
|
void |
Context.initializeSelfHolder(SelfHolder selfHolder)
|
void |
CompileTimeContext.restoreSelf(SelfHolder self)
|
void |
BuildContext.restoreSelf(SelfHolder self)
|
void |
Context.restoreSelf(SelfHolder self)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||