io.shiftleft.semanticcpg.language.types.expressions
ControlStructureTraversal
Companion object ControlStructureTraversal
final class ControlStructureTraversal extends AnyVal
- Alphabetic
- By Inheritance
- ControlStructureTraversal
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ControlStructureTraversal(traversal: Traversal[ControlStructure])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def condition(regex: String): Traversal[ControlStructure]
- Annotations
- @Doc()
- def condition: Traversal[Expression]
- Annotations
- @Doc()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isBreak: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isContinue: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isDo: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isElse: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isFor: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isGoto: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isIf: Traversal[ControlStructure]
- Annotations
- @Doc()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSwitch: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isThrow: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isTry: Traversal[ControlStructure]
- Annotations
- @Doc()
- def isWhile: Traversal[ControlStructure]
- Annotations
- @Doc()
- def toString(): String
- Definition Classes
- Any
- val traversal: Traversal[ControlStructure]
- def whenFalse: Traversal[AstNode]
- Annotations
- @Doc()
- def whenTrue: Traversal[AstNode]
- Annotations
- @Doc()