Uses of Class
org.apache.jsieve.ScriptCoordinate

Packages that use ScriptCoordinate
org.apache.jsieve   
org.apache.jsieve.parser   
 

Uses of ScriptCoordinate in org.apache.jsieve
 

Methods in org.apache.jsieve that return ScriptCoordinate
abstract  ScriptCoordinate SieveContext.getCoordinate()
          Gets the script position of the current operation.
 ScriptCoordinate BaseSieveContext.getCoordinate()
          Gets the script position of the current operation.
 

Methods in org.apache.jsieve with parameters of type ScriptCoordinate
abstract  void SieveContext.setCoordinate(ScriptCoordinate coordinate)
          Sets the script position of the current operation.
 void BaseSieveContext.setCoordinate(ScriptCoordinate coordinate)
          Sets the script position of the current operation.
 

Constructors in org.apache.jsieve with parameters of type ScriptCoordinate
Command(java.lang.String name, Arguments arguments, Block block, ScriptCoordinate coordinate)
          Constructor for Command.
 

Uses of ScriptCoordinate in org.apache.jsieve.parser
 

Methods in org.apache.jsieve.parser that return ScriptCoordinate
 ScriptCoordinate SieveNode.getCoordinate()
          Gets the position of this node in the script.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.