All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.statement.NamedLocationListDescriptor

java.lang.Object
    |
    +----hpjava.compiler.statement.NamedLocationListDescriptor

public class NamedLocationListDescriptor
extends Object

Variable Index

 o leaf

Constructor Index

 o NamedLocationListDescriptor(NamedLocationList)

Method Index

 o addLoc(NamedLocation)
 o loc(int)
 o name(int)
 o numberOfLocs()
 o range(int)

Variables

 o leaf
public NamedLocationList leaf

Constructors

 o NamedLocationListDescriptor
public NamedLocationListDescriptor(NamedLocationList leaf)

Methods

 o numberOfLocs
public int numberOfLocs()
 o loc
public NamedLocation loc(int i)
 o name
public NodeToken name(int i)
 o range
public Expression range(int i)
 o addLoc
public void addLoc(NamedLocation loc)

All Packages  Class Hierarchy  This Package  Previous  Next  Index