PTP
Release 7.0

org.eclipse.ptp.pldt.common.util
Class Utility.Location

java.lang.Object
  extended by org.eclipse.ptp.pldt.common.util.Utility.Location
Enclosing class:
Utility

public static class Utility.Location
extends java.lang.Object


Field Summary
 int high_
           
 int low_
           
 IASTNode node_
           
 
Constructor Summary
Utility.Location(IASTNode node, int low, int high)
           
 
Method Summary
 int getHigh()
           
 int getLow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node_

public IASTNode node_

low_

public int low_

high_

public int high_
Constructor Detail

Utility.Location

public Utility.Location(IASTNode node,
                        int low,
                        int high)
Method Detail

getLow

public int getLow()

getHigh

public int getHigh()

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.