Searched refs:M_LOCAL (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DLocalMember.java137 copy.addModifiers(M_LOCAL);
139 && (this.accessPeer.getModifiers() & M_LOCAL) == 0) {
155 if (accessPeer != null && (accessPeer.getModifiers() & M_LOCAL) != 0) {
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java149 if ((mod & M_LOCAL) != 0) {
H A DBatchEnvironment.java943 } else if ((modifiers & (M_LOCAL | M_ANONYMOUS)) != 0) {
1006 if ((modifiers & (M_LOCAL | M_ANONYMOUS)) != 0) {
H A DSourceClass.java1494 ACC_INTERFACE, ACC_ABSTRACT, ACC_SUPER, M_ANONYMOUS, M_LOCAL,
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java184 * Note also that the modifiers M_LOCAL and M_ANONYMOUS do not appear
207 int M_LOCAL = 0x00020000; field in interface:Constants
250 // The M_ANONYMOUS and M_LOCAL modifiers are not mentioned in the
H A DParser.java403 M_ANONYMOUS | M_LOCAL, EXPR, null,
1849 ClassDefinition body = parseNamedClass(M_LOCAL | mod, STAT, null);
H A DClassDefinition.java288 // The comment above is true only because M_LOCAL is set
495 return (getModifiers() & M_LOCAL) != 0;

Completed in 299 milliseconds