protected class DefaultStubBuilder.StubBuildingWalkingVisitor
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StubBuildingWalkingVisitor(ASTNode root,
StubElement parentStub) |
Modifier and Type | Method and Description |
---|---|
void |
buildStubTree() |
protected StubElement |
createStub(StubElement parentStub,
ASTNode node) |
protected ASTNode |
peekNextElement() |
protected void |
visitNode(StubElement parentStub,
ASTNode node,
boolean immediateParentStubbed) |
protected StubBuildingWalkingVisitor(ASTNode root, StubElement parentStub)
public final void buildStubTree()
protected void visitNode(StubElement parentStub, ASTNode node, boolean immediateParentStubbed)
protected final ASTNode peekNextElement()
protected StubElement createStub(StubElement parentStub, ASTNode node)