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 _collection
           
 FqNameUnsafe _double
           
 FqNameUnsafe _float
           
 FqNameUnsafe _int
           
 FqNameUnsafe _iterable
           
 FqNameUnsafe _list
           
 FqNameUnsafe _long
           
 FqNameUnsafe _set
           
 FqNameUnsafe _short
           
 FqName annotation
           
 FqName annotationRetention
           
 FqName annotationTarget
           
 FqNameUnsafe any
           
 FqNameUnsafe array
           
 java.util.Map<FqNameUnsafe,PrimitiveType> arrayClassFqNameToPrimitiveType
           
 FqNameUnsafe cloneable
           
 FqName crossinline
           
 FqName data
           
 FqName deprecated
           
 FqName extension
           
 java.util.Map<FqNameUnsafe,PrimitiveType> fqNameToPrimitiveType
           
 FqName inline
           
 FqNameUnsafe kClass
           
 FqName mustBeDocumented
           
 FqName mutableList
           
 FqName mutableMap
           
 FqName mutableSet
           
 FqName noinline
           
 FqNameUnsafe nothing
           
 FqName repeatable
           
 FqName retention
           
 FqNameUnsafe string
           
 FqNameUnsafe suppress
           
 FqName tailRecursive
           
 FqName target
           
 FqNameUnsafe unit
           
 
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

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

_collection

public final FqNameUnsafe _collection

_list

public final FqNameUnsafe _list

_set

public final FqNameUnsafe _set

_iterable

public final FqNameUnsafe _iterable

data

public final FqName data

deprecated

public final FqName deprecated

tailRecursive

public final FqName tailRecursive

inline

public final FqName inline

noinline

public final FqName noinline

crossinline

public final FqName crossinline

extension

public final FqName extension

target

public final FqName target

annotation

public final FqName annotation

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

mutableList

public final FqName mutableList

mutableSet

public final FqName mutableSet

mutableMap

public final FqName mutableMap

kClass

public final FqNameUnsafe kClass

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()