|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.ParentCodegenAware
public class ParentCodegenAware
Field Summary | |
---|---|
protected BindingContext |
bindingContext
|
protected GenerationState |
state
|
protected JetTypeMapper |
typeMapper
|
Constructor Summary | |
---|---|
ParentCodegenAware(GenerationState state,
MemberCodegen<?> parentCodegen)
|
Method Summary | |
---|---|
MemberCodegen<?> |
getParentCodegen()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final GenerationState state
protected final JetTypeMapper typeMapper
protected final BindingContext bindingContext
Constructor Detail |
---|
public ParentCodegenAware(@NotNull GenerationState state, @Nullable MemberCodegen<?> parentCodegen)
Method Detail |
---|
@Nullable public MemberCodegen<?> getParentCodegen()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |