public interface IASTNameOwner
Modifier and Type | Field and Description |
---|---|
static int |
r_declaration
Role of name in this context is a declaration.
|
static int |
r_definition
Role of name in this construct is a definition.
|
static int |
r_reference
Role of name in this construct is a reference.
|
static int |
r_unclear
Role is unclear.
|
Modifier and Type | Method and Description |
---|---|
int |
getRoleForName(IASTName name)
Get the role for the name.
|
static final int r_declaration
static final int r_reference
static final int r_definition
static final int r_unclear
int getRoleForName(IASTName name)
name
- the name to determine the role for.Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.