mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
4dcc4e1fde
commit
9799e9c101
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import org.eclipse.core.runtime.CoreException;
|
||||||
*/
|
*/
|
||||||
public class ASTInternal {
|
public class ASTInternal {
|
||||||
public static IASTNode[] getDeclarationsOfBinding(IBinding binding) {
|
public static IASTNode[] getDeclarationsOfBinding(IBinding binding) {
|
||||||
if(binding instanceof ICPPInternalBinding) {
|
if (binding instanceof ICPPInternalBinding) {
|
||||||
return ((ICPPInternalBinding)binding).getDeclarations();
|
return ((ICPPInternalBinding)binding).getDeclarations();
|
||||||
}
|
}
|
||||||
assert false;
|
assert false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue