@Deprecated public class Branch extends Object
Constructor and Description |
---|
Branch()
Deprecated.
|
Branch(Branch parent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AstNode |
getCondition()
Deprecated.
|
CobolStmt |
getConditionalStatement()
Deprecated.
|
int |
getDepth()
Deprecated.
|
String |
getDepthDetail()
Deprecated.
|
Branch |
getParent()
Deprecated.
|
boolean |
isParentOf(Branch branch)
Deprecated.
|
boolean |
isParentOrChildOf(Branch branch)
Deprecated.
|
void |
setCondition(AstNode condition)
Deprecated.
|
void |
setConditionalStatement(CobolStmt stmt)
Deprecated.
|
String |
toString()
Deprecated.
|
public Branch(Branch parent)
public Branch()
public final void setConditionalStatement(CobolStmt stmt)
public final CobolStmt getConditionalStatement()
public final Branch getParent()
public final int getDepth()
public String getDepthDetail()
public boolean isParentOf(Branch branch)
public boolean isParentOrChildOf(Branch branch)
Copyright © 2009–2017 SonarSource. All rights reserved.