UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

70 lines (69 loc) 5.82 kB
export const AnnotatedConstruct = $.type("javax.lang.model.AnnotatedConstruct"); export const SourceVersion = $.javax.lang.model.SourceVersion; export const UnknownEntityException = $.type("javax.lang.model.UnknownEntityException"); export const AnnotationMirror = $.type("javax.lang.model.element.AnnotationMirror"); export const AnnotationValue = $.type("javax.lang.model.element.AnnotationValue"); export const AnnotationValueVisitor = $.type("javax.lang.model.element.AnnotationValueVisitor"); export const Element = $.type("javax.lang.model.element.Element"); export const ElementKind = $.javax.lang.model.element.ElementKind; export const ElementVisitor = $.type("javax.lang.model.element.ElementVisitor"); export const ExecutableElement = $.type("javax.lang.model.element.ExecutableElement"); export const Modifier = $.javax.lang.model.element.Modifier; export const Name = $.type("javax.lang.model.element.Name"); export const NestingKind = $.javax.lang.model.element.NestingKind; export const PackageElement = $.type("javax.lang.model.element.PackageElement"); export const Parameterizable = $.type("javax.lang.model.element.Parameterizable"); export const QualifiedNameable = $.type("javax.lang.model.element.QualifiedNameable"); export const TypeElement = $.type("javax.lang.model.element.TypeElement"); export const TypeParameterElement = $.type("javax.lang.model.element.TypeParameterElement"); export const UnknownAnnotationValueException = $.type("javax.lang.model.element.UnknownAnnotationValueException"); export const UnknownElementException = $.type("javax.lang.model.element.UnknownElementException"); export const VariableElement = $.type("javax.lang.model.element.VariableElement"); export const ArrayType = $.type("javax.lang.model.type.ArrayType"); export const DeclaredType = $.type("javax.lang.model.type.DeclaredType"); export const ErrorType = $.type("javax.lang.model.type.ErrorType"); export const ExecutableType = $.type("javax.lang.model.type.ExecutableType"); export const IntersectionType = $.type("javax.lang.model.type.IntersectionType"); export const MirroredTypeException = $.type("javax.lang.model.type.MirroredTypeException"); export const MirroredTypesException = $.type("javax.lang.model.type.MirroredTypesException"); export const NoType = $.type("javax.lang.model.type.NoType"); export const NullType = $.type("javax.lang.model.type.NullType"); export const PrimitiveType = $.type("javax.lang.model.type.PrimitiveType"); export const ReferenceType = $.type("javax.lang.model.type.ReferenceType"); export const TypeKind = $.javax.lang.model.type.TypeKind; export const TypeMirror = $.type("javax.lang.model.type.TypeMirror"); export const TypeVariable = $.type("javax.lang.model.type.TypeVariable"); export const TypeVisitor = $.type("javax.lang.model.type.TypeVisitor"); export const UnionType = $.type("javax.lang.model.type.UnionType"); export const UnknownTypeException = $.type("javax.lang.model.type.UnknownTypeException"); export const WildcardType = $.type("javax.lang.model.type.WildcardType"); export const AbstractAnnotationValueVisitor6 = $.type("javax.lang.model.util.AbstractAnnotationValueVisitor6"); export const AbstractAnnotationValueVisitor7 = $.type("javax.lang.model.util.AbstractAnnotationValueVisitor7"); export const AbstractAnnotationValueVisitor8 = $.type("javax.lang.model.util.AbstractAnnotationValueVisitor8"); export const AbstractElementVisitor6 = $.type("javax.lang.model.util.AbstractElementVisitor6"); export const AbstractElementVisitor7 = $.type("javax.lang.model.util.AbstractElementVisitor7"); export const AbstractElementVisitor8 = $.type("javax.lang.model.util.AbstractElementVisitor8"); export const AbstractTypeVisitor6 = $.type("javax.lang.model.util.AbstractTypeVisitor6"); export const AbstractTypeVisitor7 = $.type("javax.lang.model.util.AbstractTypeVisitor7"); export const AbstractTypeVisitor8 = $.type("javax.lang.model.util.AbstractTypeVisitor8"); export const ElementFilter = $.type("javax.lang.model.util.ElementFilter"); export const ElementKindVisitor6 = $.type("javax.lang.model.util.ElementKindVisitor6"); export const ElementKindVisitor7 = $.type("javax.lang.model.util.ElementKindVisitor7"); export const ElementKindVisitor8 = $.type("javax.lang.model.util.ElementKindVisitor8"); export const ElementScanner6 = $.type("javax.lang.model.util.ElementScanner6"); export const ElementScanner7 = $.type("javax.lang.model.util.ElementScanner7"); export const ElementScanner8 = $.type("javax.lang.model.util.ElementScanner8"); export const Elements = $.type("javax.lang.model.util.Elements"); export const SimpleAnnotationValueVisitor6 = $.type("javax.lang.model.util.SimpleAnnotationValueVisitor6"); export const SimpleAnnotationValueVisitor7 = $.type("javax.lang.model.util.SimpleAnnotationValueVisitor7"); export const SimpleAnnotationValueVisitor8 = $.type("javax.lang.model.util.SimpleAnnotationValueVisitor8"); export const SimpleElementVisitor6 = $.type("javax.lang.model.util.SimpleElementVisitor6"); export const SimpleElementVisitor7 = $.type("javax.lang.model.util.SimpleElementVisitor7"); export const SimpleElementVisitor8 = $.type("javax.lang.model.util.SimpleElementVisitor8"); export const SimpleTypeVisitor6 = $.type("javax.lang.model.util.SimpleTypeVisitor6"); export const SimpleTypeVisitor7 = $.type("javax.lang.model.util.SimpleTypeVisitor7"); export const SimpleTypeVisitor8 = $.type("javax.lang.model.util.SimpleTypeVisitor8"); export const TypeKindVisitor6 = $.type("javax.lang.model.util.TypeKindVisitor6"); export const TypeKindVisitor7 = $.type("javax.lang.model.util.TypeKindVisitor7"); export const TypeKindVisitor8 = $.type("javax.lang.model.util.TypeKindVisitor8"); export const Types = $.type("javax.lang.model.util.Types");