Package com.sonar.sslr.api.flow
Class Branch
- java.lang.Object
-
- com.sonar.sslr.api.flow.Branch
-
@Deprecated public class Branch extends Object
Deprecated.since version 3.4. This API will be dropped with no replacement.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AstNodegetCondition()Deprecated.CobolStmtgetConditionalStatement()Deprecated.intgetDepth()Deprecated.StringgetDepthDetail()Deprecated.BranchgetParent()Deprecated.booleanisParentOf(Branch branch)Deprecated.booleanisParentOrChildOf(Branch branch)Deprecated.voidsetCondition(AstNode condition)Deprecated.voidsetConditionalStatement(CobolStmt stmt)Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
Branch
public Branch(Branch parent)
Deprecated.
-
Branch
public Branch()
Deprecated.
-
-
Method Detail
-
setConditionalStatement
public final void setConditionalStatement(CobolStmt stmt)
Deprecated.
-
getConditionalStatement
public final CobolStmt getConditionalStatement()
Deprecated.
-
getParent
public final Branch getParent()
Deprecated.
-
getDepth
public final int getDepth()
Deprecated.
-
getDepthDetail
public String getDepthDetail()
Deprecated.
-
isParentOf
public boolean isParentOf(Branch branch)
Deprecated.
-
isParentOrChildOf
public boolean isParentOrChildOf(Branch branch)
Deprecated.
-
-