public class JavaLightStubBuilder extends LightStubBuilder
FORCED_AST| Constructor and Description |
|---|
JavaLightStubBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected StubElement |
createStubForFile(PsiFile file,
LighterAST tree) |
static boolean |
isCodeBlockWithoutStubs(LighterASTNode node) |
boolean |
skipChildProcessingWhenBuildingStubs(ASTNode parent,
ASTNode node)
Note to implementers: always keep in sync with LightStubBuilder.skipChildProcessingWhenBuildingStubs(LighterAST, LighterASTNode, LighterASTNode).
|
protected boolean |
skipChildProcessingWhenBuildingStubs(LighterAST tree,
LighterASTNode parent,
LighterASTNode node)
Note to implementers: always keep in sync with LightStubBuilder.skipChildProcessingWhenBuildingStubs(ASTNode, ASTNode).
|
buildStubTree, buildStubTreeprotected StubElement createStubForFile(PsiFile file, LighterAST tree)
createStubForFile in class LightStubBuilderpublic boolean skipChildProcessingWhenBuildingStubs(ASTNode parent, ASTNode node)
LightStubBuilderskipChildProcessingWhenBuildingStubs in interface StubBuilderskipChildProcessingWhenBuildingStubs in class LightStubBuilderprotected boolean skipChildProcessingWhenBuildingStubs(LighterAST tree, LighterASTNode parent, LighterASTNode node)
LightStubBuilderskipChildProcessingWhenBuildingStubs in class LightStubBuilderpublic static boolean isCodeBlockWithoutStubs(LighterASTNode node)