public static final class OperatorDriver.Context extends Object
Constructor and Description |
---|
Context(CompileEnvironment environment,
AnnotationMirror annotation,
ExecutableElement method)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
AnnotationMirror |
getAnnotation()
Returns the target annotation.
|
CompileEnvironment |
getEnvironment()
Returns the current compiling environment.
|
ExecutableElement |
getMethod()
Returns the target operator method.
|
public Context(CompileEnvironment environment, AnnotationMirror annotation, ExecutableElement method)
environment
- current compiling environmentannotation
- target operator annotationmethod
- target operator methodIllegalArgumentException
- if some parameters were null
public CompileEnvironment getEnvironment()
public AnnotationMirror getAnnotation()
public ExecutableElement getMethod()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.