diff options
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index 0dd57ea..94fdcae 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -1011,6 +1011,8 @@ extern tree *type_map; initialization during its declaration */ #define MODIFY_EXPR_FROM_INITIALIZATION_P(EXPR) TREE_LANG_FLAG_2 (EXPR) +/* True if EXPR (a TREE_TYPE denoting a class type) has its methods + already checked (for redifitions, etc, see java_check_regular_methods.) */ #define CLASS_METHOD_CHECKED_P(EXPR) TREE_LANG_FLAG_2 (EXPR) /* True if EXPR (a WFL in that case) resolves into an expression name */ |