public static class Utility.Location
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
high_ |
int |
low_ |
org.eclipse.cdt.core.dom.ast.IASTNode |
node_ |
| Constructor and Description |
|---|
Location(org.eclipse.cdt.core.dom.ast.IASTNode node,
int low,
int high) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHigh() |
int |
getLow() |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.