Uses of Class
pobs.PDirective

Packages that use PDirective
pobs   
pobs.directive   
 

Uses of PDirective in pobs
 

Methods in pobs that return PDirective
 PDirective PContext.getDirective()
          Returns parsing directive.
 

Constructors in pobs with parameters of type PDirective
PContext(PDirective directive)
          Creates an instance with the specified directive and no target.
PContext(PDirective directive, PTarget target, PErrorHandler errorHandler)
          Creates an instance with the specified directive and target.
 

Uses of PDirective in pobs.directive
 

Methods in pobs.directive with parameters of type PDirective
 java.lang.Object PEnableSkip.modifyState(PDirective directive)
           
 void PEnableSkip.reestablishPreviousState(PDirective directive, java.lang.Object previousState)
           
 java.lang.Object PEnableCase.modifyState(PDirective directive)
           
 void PEnableCase.reestablishPreviousState(PDirective directive, java.lang.Object previousState)
           
 java.lang.Object PEnableActions.modifyState(PDirective directive)
           
 void PEnableActions.reestablishPreviousState(PDirective directive, java.lang.Object previousState)
           
 java.lang.Object PDisableSkip.modifyState(PDirective directive)
           
 void PDisableSkip.reestablishPreviousState(PDirective directive, java.lang.Object previousState)
           
 java.lang.Object PDisableCase.modifyState(PDirective directive)
           
 void PDisableCase.reestablishPreviousState(PDirective directive, java.lang.Object previousState)
           
 java.lang.Object PDisableActions.modifyState(PDirective directive)
           
 void PDisableActions.reestablishPreviousState(PDirective directive, java.lang.Object previousState)
           
 java.lang.Object PDirectiveControl.modifyState(PDirective directive)
          Modifies a sub state of the specified directive.
 void PDirectiveControl.reestablishPreviousState(PDirective directive, java.lang.Object previousState)
          Reestablishes the previous state before modification.