|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.codegen.binding.BindingContextAware
org.jetbrains.jet.codegen.binding.BindingTraceAware
org.jetbrains.jet.codegen.state.TypeMapperAware
org.jetbrains.jet.codegen.state.GenerationStateAware
public class GenerationStateAware
| Field Summary | |
|---|---|
protected GenerationState |
state
|
| Fields inherited from class org.jetbrains.jet.codegen.state.TypeMapperAware |
|---|
typeMapper |
| Fields inherited from class org.jetbrains.jet.codegen.binding.BindingTraceAware |
|---|
bindingTrace |
| Fields inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware |
|---|
bindingContext |
| Constructor Summary | |
|---|---|
GenerationStateAware(GenerationState state)
|
|
| Method Summary | |
|---|---|
GenerationState |
getState()
|
| Methods inherited from class org.jetbrains.jet.codegen.state.TypeMapperAware |
|---|
getTypeMapper |
| Methods inherited from class org.jetbrains.jet.codegen.binding.BindingTraceAware |
|---|
getBindingTrace |
| Methods inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware |
|---|
getBindingContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@NotNull protected final GenerationState state
| Constructor Detail |
|---|
public GenerationStateAware(@NotNull
GenerationState state)
| Method Detail |
|---|
@NotNull public GenerationState getState()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||