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
leaf-
NamedLocationListDescriptor(NamedLocationList)
-
addLoc(NamedLocation)
-
loc(int)
-
name(int)
-
numberOfLocs()
-
range(int)
-
leaf
public NamedLocationList leaf
NamedLocationListDescriptor
public NamedLocationListDescriptor(NamedLocationList leaf)
numberOfLocs
public int numberOfLocs()
loc
public NamedLocation loc(int i)
name
public NodeToken name(int i)
range
public Expression range(int i)
addLoc
public void addLoc(NamedLocation loc)
All Packages Class Hierarchy This Package Previous Next Index