|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Branch | |
---|---|
com.sonar.sslr.api.flow |
Uses of Branch in com.sonar.sslr.api.flow |
---|
Methods in com.sonar.sslr.api.flow that return Branch | |
---|---|
Branch |
Branch.getParent()
|
Methods in com.sonar.sslr.api.flow with parameters of type Branch | |
---|---|
void |
ExecutionFlowVisitor.endPath(Branch branch)
|
boolean |
Branch.isParentOf(Branch branch)
|
boolean |
Branch.isParentOrChildOf(Branch branch)
|
void |
ExecutionFlowVisitor.leaveBranch(Branch branch)
|
void |
ExecutionFlowVisitor.visitBranch(Branch branch)
|
void |
ExecutionFlowVisitor.visitStatement(STATEMENT stmt,
Branch branch)
|
Constructors in com.sonar.sslr.api.flow with parameters of type Branch | |
---|---|
Branch(Branch parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |