SSIConditionalStatepublic class SSIConditionalState extends Object This class is used by SSIMediator and SSIConditional to keep track of state
information necessary to process the nested conditional commands ( if, elif,
else, endif ). |
Fields Summary |
---|
boolean | branchTakenSet to true if the current conditional has already been completed, i.e.:
a branch was taken. | int | nestingCountCounts the number of nested false branches. | boolean | processConditionalCommandsOnlySet to true if only conditional commands ( if, elif, else, endif )
should be processed. |
|