|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
ExecutableElement 를 사용하고 있는 패키지 | |
---|---|
javax.annotation.processing | 주석 프로세서를 선언해, 주석 프로세서가 주석 처리 툴 환경과 통신할 수 있도록(듯이)하기 위한 기능. |
javax.lang.model.element | Java 프로그램 언어의 요소를 모델화하기 위해서(때문에) 사용되는 인터페이스입니다. |
javax.lang.model.util | 프로그램 요소와형태의 처리를 지원하는 유틸리티입니다. |
javax.annotation.processing 에서의 ExecutableElement 의 사용 |
---|
ExecutableElement 형의 파라미터를 가지는 javax.annotation.processing 의 메소드 | |
---|---|
Iterable <? extends Completion > |
Processor. getCompletions (Element element,
AnnotationMirror annotation,
ExecutableElement member,
String userText)
있는 주석에 대한 추천의 컴플리트로부터 완성되는 반복 가능 객체를, 툴 인프라스트럭쳐(infrastructure)에 돌려줍니다. |
Iterable <? extends Completion > |
AbstractProcessor. getCompletions (Element element,
AnnotationMirror annotation,
ExecutableElement member,
String userText)
컴플리트의 빈 상태(empty)의 반복 가능 객체를 돌려줍니다. |
javax.lang.model.element 에서의 ExecutableElement 의 사용 |
---|
ExecutableElement 형의 인수를 가지는 형태를 돌려주는 javax.lang.model.element 의 메소드 | |
---|---|
Map <? extends ExecutableElement ,? extends AnnotationValue > |
AnnotationMirror. getElementValues ()
주석의 요소의 값을 돌려줍니다. |
ExecutableElement 형의 파라미터를 가지는 javax.lang.model.element 의 메소드 | |
---|---|
R |
ElementVisitor. visitExecutable (ExecutableElement e,
P p)
실행 가능 요소를 비짓트 합니다. |
javax.lang.model.util 에서의 ExecutableElement 의 사용 |
---|
ExecutableElement 형의 인수를 가지는 형태를 돌려주는 javax.lang.model.util 의 메소드 | |
---|---|
static List <ExecutableElement > |
ElementFilter. constructorsIn (Iterable <? extends Element > elements)
elements 내의 생성자 의 리스트를 돌려줍니다. |
static Set <ExecutableElement > |
ElementFilter. constructorsIn (Set <? extends Element > elements)
elements 내의 생성자 세트를 돌려줍니다. |
Map <? extends ExecutableElement ,? extends AnnotationValue > |
Elements. getElementValuesWithDefaults (AnnotationMirror a)
디폴트를 포함한 주석의 요소의 값을 돌려줍니다. |
static List <ExecutableElement > |
ElementFilter. methodsIn (Iterable <? extends Element > elements)
elements 내의 메소드의 리스트를 돌려줍니다. |
static Set <ExecutableElement > |
ElementFilter. methodsIn (Set <? extends Element > elements)
elements 내의 메소드세트를 돌려줍니다. |
ExecutableElement 형의 파라미터를 가지는 javax.lang.model.util 의 메소드 | |
---|---|
boolean |
Elements. overrides (ExecutableElement overrider,
ExecutableElement overridden,
TypeElement type)
지정된 형태의 멤버인 메소드가 다른 메소드를 오버라이드(override) 할지 어떨지를 테스트합니다. |
R |
SimpleElementVisitor6. visitExecutable (ExecutableElement e,
P p)
실행 가능 요소를 비짓트 합니다. |
R |
ElementScanner6. visitExecutable (ExecutableElement e,
P p)
실행 가능 요소를 비짓트 합니다. |
R |
ElementKindVisitor6. visitExecutable (ExecutableElement e,
P p)
특정 종류 의 실행 가능 파일인 CONSTRUCTOR ,INSTANCE_INIT ,METHOD , 또는 STATIC_INIT 등을 (위해)때문에의 비짓트메소드를 발송 해, 실행 가능 요소를 비짓트 합니다. |
R |
ElementKindVisitor6. visitExecutableAsConstructor (ExecutableElement e,
P p)
defaultAction 를 호출하는 것으로 CONSTRUCTOR 실행 가능 요소를 비짓트 합니다. |
R |
ElementKindVisitor6. visitExecutableAsInstanceInit (ExecutableElement e,
P p)
defaultAction 를 호출하는 것으로 INSTANCE_INIT 실행 가능 요소를 비짓트 합니다. |
R |
ElementKindVisitor6. visitExecutableAsMethod (ExecutableElement e,
P p)
defaultAction 를 호출하는 것으로 METHOD 실행 가능 요소를 비짓트 합니다. |
R |
ElementKindVisitor6. visitExecutableAsStaticInit (ExecutableElement e,
P p)
defaultAction 를 호출하는 것으로 STATIC_INIT 실행 가능 요소를 비짓트 합니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.