public class JavaRequiresStatementElementType extends JavaStubElementType<PsiRequiresStatementStub,PsiRequiresStatement>
IElementType.Predicate
ARRAY_FACTORY, EMPTY_ARRAY, FIRST_TOKEN_INDEX, TRUE
Constructor and Description |
---|
JavaRequiresStatementElementType() |
Modifier and Type | Method and Description |
---|---|
ASTNode |
createCompositeNode() |
PsiRequiresStatement |
createPsi(ASTNode node) |
PsiRequiresStatement |
createPsi(PsiRequiresStatementStub stub) |
PsiRequiresStatementStub |
createStub(LighterAST tree,
LighterASTNode node,
StubElement parentStub) |
PsiRequiresStatementStub |
deserialize(StubInputStream dataStream,
StubElement parentStub) |
void |
indexStub(PsiRequiresStatementStub stub,
IndexSink sink) |
void |
serialize(PsiRequiresStatementStub stub,
StubOutputStream dataStream) |
createStub, getExternalId, getPsiFactory, isCompiled, isLeftBound
shouldCreateStub
checkNotInstantiatedTooLate, shouldCreateStub
enumerate, find, getIndex, getLanguage, hashCode, toString, unregisterElementTypes, unregisterElementTypes
public ASTNode createCompositeNode()
public PsiRequiresStatement createPsi(PsiRequiresStatementStub stub)
createPsi
in class IStubElementType<PsiRequiresStatementStub,PsiRequiresStatement>
public PsiRequiresStatement createPsi(ASTNode node)
createPsi
in class JavaStubElementType<PsiRequiresStatementStub,PsiRequiresStatement>
public PsiRequiresStatementStub createStub(LighterAST tree, LighterASTNode node, StubElement parentStub)
createStub
in class ILightStubElementType<PsiRequiresStatementStub,PsiRequiresStatement>
public void serialize(PsiRequiresStatementStub stub, StubOutputStream dataStream) throws java.io.IOException
java.io.IOException
public PsiRequiresStatementStub deserialize(StubInputStream dataStream, StubElement parentStub) throws java.io.IOException
java.io.IOException
public void indexStub(PsiRequiresStatementStub stub, IndexSink sink)