CreateViewElementType

class CreateViewElementType(name: String) : SqlSchemaContributorElementType<TableElement>

Constructors

Link copied to clipboard
constructor(name: String)

Functions

Link copied to clipboard
open override fun createPsi(stub: SchemaContributorStub): SqlCreateViewStmtImpl
Link copied to clipboard
open override fun createStub(contributor: SchemaContributor, parentStub: StubElement<*>?): SchemaContributorStub
open override fun createStub(tree: LighterAST, node: LighterASTNode, parentStub: StubElement<*>): SchemaContributorStub
Link copied to clipboard
open override fun deserialize(stubStream: StubInputStream, parentStub: StubElement<*>?): SchemaContributorStub
Link copied to clipboard
@NonNls
@NotNull
@ApiStatus.Internal
open fun getDebugName(): @NonNls @NotNull String
Link copied to clipboard
open override fun getExternalId(): String
Link copied to clipboard
Link copied to clipboard
open override fun getLanguage(): Language
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun indexStub(stub: SchemaContributorStub, sink: IndexSink)
Link copied to clipboard
open fun isLeftBound(): Boolean
Link copied to clipboard
open override fun nameType(): IElementType
Link copied to clipboard
open override fun serialize(stub: SchemaContributorStub, stubOutputStream: StubOutputStream)
Link copied to clipboard
open fun shouldCreateStub(@NotNull p0: @NotNull LighterAST, @NotNull p1: @NotNull LighterASTNode, @NotNull p2: @NotNull StubElement<*>): Boolean
open fun shouldCreateStub(p0: ASTNode): Boolean
Link copied to clipboard
open override fun toString(): String