Uses of Class
xtc.tree.Location

Packages that use Location
xtc.parser   
xtc.tree   
 

Uses of Location in xtc.parser
 

Methods in xtc.parser that return Location
 Location ParserBase.location(int index)
          Get the location for the specified index.
 

Uses of Location in xtc.tree
 

Methods in xtc.tree that return Location
 Location Locatable.getLocation()
          Get this object's location.
 Location Node.getLocation()
           
 

Methods in xtc.tree with parameters of type Location
 void Locatable.setLocation(Location location)
          Set this object's location.
 void Node.setLocation(Location location)
           
 

Constructors in xtc.tree with parameters of type Location
Node(Location location)
          Create a new node.
 



Copyright © 2012. All Rights Reserved.