public class JavaRequiresStatementElementType extends JavaStubElementType<PsiRequiresStatementStub,PsiRequiresStatement>
IElementType.PredicateARRAY_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, isLeftBoundshouldCreateStubcheckNotInstantiatedTooLate, shouldCreateStubenumerate, find, getIndex, getLanguage, hashCode, toString, unregisterElementTypes, unregisterElementTypespublic 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.IOExceptionpublic PsiRequiresStatementStub deserialize(StubInputStream dataStream, StubElement parentStub) throws java.io.IOException
java.io.IOExceptionpublic void indexStub(PsiRequiresStatementStub stub, IndexSink sink)