|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
NestingKind 를 사용하고 있는 패키지 | |
---|---|
javax.lang.model.element | Java 프로그램 언어의 요소를 모델화하기 위해서(때문에) 사용되는 인터페이스입니다. |
javax.tools | 컴파일러등의 프로그램으로부터 호출할 수 있는 툴의 인터페이스를 제공합니다. |
javax.lang.model.element 에서의 NestingKind 의 사용 |
---|
NestingKind 를 돌려주는 javax.lang.model.element 의 메소드 | |
---|---|
NestingKind |
TypeElement. getNestingKind ()
이 형태 요소의 「상자의 종류」를 돌려줍니다. |
static NestingKind |
NestingKind. valueOf (String name)
지정한 이름을 가지는 이 형태의 열거형 정수를 돌려줍니다. |
static NestingKind [] |
NestingKind. values ()
이 열거형의 정수를 포함한 배열이 선언되고 있는 순서로 돌려줍니다. |
javax.tools 에서의 NestingKind 의 사용 |
---|
NestingKind 를 돌려주는 javax.tools 의 메소드 | |
---|---|
NestingKind |
SimpleJavaFileObject. getNestingKind ()
이 구현은, null 를 돌려줍니다. |
NestingKind |
JavaFileObject. getNestingKind ()
이 파일 객체로 나타내지는 클래스의 상자의 레벨에 관한 힌트를 제공합니다. |
NestingKind |
ForwardingJavaFileObject. getNestingKind ()
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.