| Package | Description |
|---|---|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SelfHolder |
CompileTimeContext.saveSelf() |
SelfHolder |
BuildContext.saveSelf() |
SelfHolder |
Context.saveSelf() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2014 Quattor. All Rights Reserved.