org.jetbrains.kotlin.js.translate.context.generator
Class Generator<V>

java.lang.Object
  extended by org.jetbrains.kotlin.js.translate.context.generator.Generator<V>

public class Generator<V>
extends java.lang.Object


Constructor Summary
Generator()
           
 
Method Summary
 void addRule(Rule<V> rule)
           
 V get(DeclarationDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generator

public Generator()
Method Detail

addRule

public void addRule(@NotNull
                    Rule<V> rule)

get

@Nullable
public V get(@NotNull
                      DeclarationDescriptor descriptor)