public GrTypeParameterListImpl(EmptyStub stub) { super(stub, GroovyElementTypes.TYPE_PARAMETER_LIST); }
public GrParameterListImpl(EmptyStub stub) { super(stub, GroovyElementTypes.PARAMETERS_LIST); }
public GrVariableDeclarationImpl(EmptyStub stub) { super(stub, GroovyElementTypes.VARIABLE_DEFINITION); }
public GrTypeDefinitionBodyBase(EmptyStub stub, final IStubElementType classBody) { super(stub, classBody); }
public GrClassBody(EmptyStub stub) { super(stub, GroovyElementTypes.CLASS_BODY); }
public GrEnumBody(EmptyStub stub) { super(stub, GroovyElementTypes.ENUM_BODY); }
public GrEnumConstantListImpl(EmptyStub stub) { super(stub, GroovyElementTypes.ENUM_CONSTANTS); }
@Override public CSharpUsingTypeStatement createPsi(@NotNull EmptyStub<CSharpUsingTypeStatement> stub) { return new CSharpUsingTypeStatementImpl(stub, this); }
@Override public CSharpStubNullableTypeImpl createPsi(@NotNull EmptyStub<CSharpNullableType> stub) { return new CSharpStubNullableTypeImpl(stub, this); }
@Override public CSharpStubPointerTypeImpl createPsi(@NotNull EmptyStub<DotNetPointerType> stub) { return new CSharpStubPointerTypeImpl(stub, this); }
public CSharpStubParameterListImpl(@NotNull EmptyStub<DotNetParameterList> stub) { super(stub, CSharpStubElements.PARAMETER_LIST); }
public CSharpUsingTypeStatementImpl(@NotNull EmptyStub<CSharpUsingTypeStatement> stub, @NotNull IStubElementType<? extends EmptyStub<CSharpUsingTypeStatement>, ?> nodeType) { super(stub, nodeType); }
public CSharpGenericConstraintListImpl(@NotNull EmptyStub<CSharpGenericConstraintList> stub, @NotNull IStubElementType<? extends EmptyStub<CSharpGenericConstraintList>, ?> nodeType) { super(stub, nodeType); }
public CSharpGenericParameterListImpl(@NotNull EmptyStub<DotNetGenericParameterList> stub) { super(stub, CSharpStubElements.GENERIC_PARAMETER_LIST); }
public CSharpGenericConstraintTypeValueImpl(@NotNull EmptyStub<CSharpGenericConstraintTypeValue> stub, @NotNull IStubElementType<? extends EmptyStub<CSharpGenericConstraintTypeValue>, ?> nodeType) { super(stub, nodeType); }
public CSharpTypeDefStatementImpl(@NotNull EmptyStub<CSharpTypeDefStatement> stub) { super(stub, CSharpStubElements.TYPE_DEF_STATEMENT); }
public CSharpStubNullableTypeImpl(@NotNull EmptyStub<CSharpNullableType> stub, @NotNull IStubElementType<? extends EmptyStub<CSharpNullableType>, ?> nodeType) { super(stub, nodeType); }
public CSharpStubPointerTypeImpl(@NotNull EmptyStub<DotNetPointerType> stub, @NotNull IStubElementType<? extends EmptyStub<DotNetPointerType>, ?> nodeType) { super(stub, nodeType); }
public CSharpStubTupleTypeImpl(@NotNull EmptyStub<CSharpTupleType> stub, @NotNull IStubElementType<? extends EmptyStub<CSharpTupleType>, ?> nodeType) { super(stub, nodeType); }
@Override public CSharpTypeDefStatement createPsi(@NotNull EmptyStub<CSharpTypeDefStatement> stub) { return new CSharpTypeDefStatementImpl(stub); }
@Override public CSharpTupleType createPsi(@NotNull EmptyStub<CSharpTupleType> stub) { return new CSharpStubTupleTypeImpl(stub, this); }
@Override public CSharpGenericConstraintList createPsi(@NotNull EmptyStub<CSharpGenericConstraintList> cSharpGenericConstraintListStub) { return new CSharpGenericConstraintListImpl(cSharpGenericConstraintListStub, this); }
@RequiredReadAction @Override public EmptyStub<T> createStub(@NotNull T type, StubElement stubElement) { return new EmptyStub<T>(stubElement, this); }
@Override public void serialize(@NotNull EmptyStub cSharpEmptyStub, @NotNull StubOutputStream stubOutputStream) throws IOException { }
@NotNull @Override public EmptyStub<T> deserialize(@NotNull StubInputStream stubInputStream, StubElement stubElement) throws IOException { return new EmptyStub<T>(stubElement, this); }
@Override public CSharpGenericConstraintTypeValue createPsi(@NotNull EmptyStub<CSharpGenericConstraintTypeValue> stub) { return new CSharpGenericConstraintTypeValueImpl(stub, this); }
@Override public DotNetParameterList createPsi(@NotNull EmptyStub<DotNetParameterList> cSharpParameterListStub) { return new CSharpStubParameterListImpl(cSharpParameterListStub); }
@Override public DotNetGenericParameterList createPsi(@NotNull EmptyStub<DotNetGenericParameterList> cSharpGenericParameterListStub) { return new CSharpGenericParameterListImpl(cSharpGenericParameterListStub); }
@Override public PsiModifierList createPsi(@NotNull EmptyStub stub) { return new HaxeModifierListPsiMixinImpl(stub.getPsi().getNode()); }