public final class ExternMirror extends Object
Import
/Export
annotation model.Modifier and Type | Method and Description |
---|---|
TypeMirror |
getDescription()
Returns the extern description type.
|
String |
getName()
Returns the extern name.
|
AnnotationMirror |
getSource()
Returns the source annotation.
|
static ExternMirror |
parse(CompileEnvironment environment,
AnnotationMirror source,
Element annotationOwner)
Parses the target
Import /Export annotation. |
public AnnotationMirror getSource()
public String getName()
public TypeMirror getDescription()
public static ExternMirror parse(CompileEnvironment environment, AnnotationMirror source, Element annotationOwner)
Import
/Export
annotation.environment
- current environmentsource
- the source annotationannotationOwner
- annotated targetnull
if failed to parseIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.