org.jetbrains.kotlin.builtins
Class KotlinBuiltIns.FqNames

java.lang.Object
  extended by org.jetbrains.kotlin.builtins.KotlinBuiltIns.FqNames
Enclosing class:
KotlinBuiltIns

public static class KotlinBuiltIns.FqNames
extends java.lang.Object


Field Summary
 FqNameUnsafe _boolean
           
 FqNameUnsafe _byte
           
 FqNameUnsafe _char
           
 FqNameUnsafe _double
           
 FqNameUnsafe _enum
           
 FqNameUnsafe _float
           
 FqNameUnsafe _int
           
 FqNameUnsafe _long
           
 FqNameUnsafe _short
           
 FqName annotationRetention
           
 FqName annotationTarget
           
 FqNameUnsafe any
           
 FqNameUnsafe array
           
 java.util.Map<FqNameUnsafe,PrimitiveType> arrayClassFqNameToPrimitiveType
           
 FqNameUnsafe charSequence
           
 FqNameUnsafe cloneable
           
 FqName collection
           
 FqName deprecated
           
 FqName deprecationLevel
           
 FqName extensionFunctionType
           
 java.util.Map<FqNameUnsafe,PrimitiveType> fqNameToPrimitiveType
           
 FqName iterable
           
 FqName iterator
           
 FqNameUnsafe kCallable
           
 FqNameUnsafe kClass
           
 FqNameUnsafe kMutableProperty0
           
 FqNameUnsafe kMutableProperty1
           
 FqNameUnsafe kMutableProperty2
           
 ClassId kProperty
           
 FqName list
           
 FqName listIterator
           
 FqName map
           
 FqName mapEntry
           
 FqName mustBeDocumented
           
 FqName mutableCollection
           
 FqName mutableIterable
           
 FqName mutableIterator
           
 FqName mutableList
           
 FqName mutableListIterator
           
 FqName mutableMap
           
 FqName mutableMapEntry
           
 FqName mutableSet
           
 FqNameUnsafe nothing
           
 FqNameUnsafe number
           
 FqName repeatable
           
 FqName retention
           
 FqName set
           
 FqNameUnsafe string
           
 FqNameUnsafe suppress
           
 FqName target
           
 FqName throwable
           
 FqNameUnsafe unit
           
 FqName unsafeVariance
           
 
Constructor Summary
KotlinBuiltIns.FqNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

public final FqNameUnsafe any

nothing

public final FqNameUnsafe nothing

cloneable

public final FqNameUnsafe cloneable

suppress

public final FqNameUnsafe suppress

unit

public final FqNameUnsafe unit

charSequence

public final FqNameUnsafe charSequence

string

public final FqNameUnsafe string

array

public final FqNameUnsafe array

_boolean

public final FqNameUnsafe _boolean

_char

public final FqNameUnsafe _char

_byte

public final FqNameUnsafe _byte

_short

public final FqNameUnsafe _short

_int

public final FqNameUnsafe _int

_long

public final FqNameUnsafe _long

_float

public final FqNameUnsafe _float

_double

public final FqNameUnsafe _double

number

public final FqNameUnsafe number

_enum

public final FqNameUnsafe _enum

throwable

public final FqName throwable

deprecated

public final FqName deprecated

deprecationLevel

public final FqName deprecationLevel

extensionFunctionType

public final FqName extensionFunctionType

target

public final FqName target

annotationTarget

public final FqName annotationTarget

annotationRetention

public final FqName annotationRetention

retention

public final FqName retention

repeatable

public final FqName repeatable

mustBeDocumented

public final FqName mustBeDocumented

unsafeVariance

public final FqName unsafeVariance

iterator

public final FqName iterator

iterable

public final FqName iterable

collection

public final FqName collection

list

public final FqName list

listIterator

public final FqName listIterator

set

public final FqName set

map

public final FqName map

mapEntry

public final FqName mapEntry

mutableIterator

public final FqName mutableIterator

mutableIterable

public final FqName mutableIterable

mutableCollection

public final FqName mutableCollection

mutableList

public final FqName mutableList

mutableListIterator

public final FqName mutableListIterator

mutableSet

public final FqName mutableSet

mutableMap

public final FqName mutableMap

mutableMapEntry

public final FqName mutableMapEntry

kClass

public final FqNameUnsafe kClass

kCallable

public final FqNameUnsafe kCallable

kMutableProperty0

public final FqNameUnsafe kMutableProperty0

kMutableProperty1

public final FqNameUnsafe kMutableProperty1

kMutableProperty2

public final FqNameUnsafe kMutableProperty2

kProperty

public final ClassId kProperty

fqNameToPrimitiveType

public final java.util.Map<FqNameUnsafe,PrimitiveType> fqNameToPrimitiveType

arrayClassFqNameToPrimitiveType

public final java.util.Map<FqNameUnsafe,PrimitiveType> arrayClassFqNameToPrimitiveType
Constructor Detail

KotlinBuiltIns.FqNames

public KotlinBuiltIns.FqNames()