final class ControlStructureTraversalExtGen[NodeType <: ControlStructure] extends AnyVal
Traversal steps for ControlStructure
- Alphabetic
- By Inheritance
- ControlStructureTraversalExtGen
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ControlStructureTraversalExtGen(traversal: Traversal[NodeType])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def argumentIndex(values: Integer*): Traversal[NodeType]
Traverse to nodes where the argumentIndex equals at least one of the given
values
- def argumentIndex(value: Integer): Traversal[NodeType]
Traverse to nodes where the argumentIndex equals the given
value
- def argumentIndex: Traversal[Integer]
Traverse to argumentIndex property
- def argumentIndexGt(value: Integer): Traversal[NodeType]
Traverse to nodes where the argumentIndex is greater than the given
value
- def argumentIndexGte(value: Integer): Traversal[NodeType]
Traverse to nodes where the argumentIndex is greater than or equal the given
value
- def argumentIndexLt(value: Integer): Traversal[NodeType]
Traverse to nodes where the argumentIndex is less than the given
value
- def argumentIndexLte(value: Integer): Traversal[NodeType]
Traverse to nodes where the argumentIndex is less than or equal the given
value
- def argumentIndexNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where argumentIndex is not equal to any of the given
values
. - def argumentIndexNot(value: Integer): Traversal[NodeType]
Traverse to nodes where argumentIndex is not equal to the given
value
. - def argumentName(patterns: String*): Traversal[NodeType]
Traverse to nodes where the argumentName matches at least one of the regular expressions in
values
- def argumentName(pattern: String): Traversal[NodeType]
Traverse to nodes where the argumentName matches the regular expression
value
- def argumentName: Traversal[String]
Traverse to argumentName property
- def argumentNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where argumentName matches one of the elements in
values
exactly. - def argumentNameExact(value: String): Traversal[NodeType]
Traverse to nodes where argumentName matches
value
exactly. - def argumentNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where argumentName does not match any of the regular expressions in
values
. - def argumentNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where argumentName does not match the regular expression
value
. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def code(patterns: String*): Traversal[NodeType]
Traverse to nodes where the code matches at least one of the regular expressions in
values
- def code(pattern: String): Traversal[NodeType]
Traverse to nodes where the code matches the regular expression
value
- def code: Traversal[String]
Traverse to code property
- def codeExact(values: String*): Traversal[NodeType]
Traverse to nodes where code matches one of the elements in
values
exactly. - def codeExact(value: String): Traversal[NodeType]
Traverse to nodes where code matches
value
exactly. - def codeNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where code does not match any of the regular expressions in
values
. - def codeNot(pattern: String): Traversal[NodeType]
Traverse to nodes where code does not match the regular expression
value
. - def columnNumber(values: Integer*): Traversal[NodeType]
Traverse to nodes where the columnNumber equals at least one of the given
values
- def columnNumber(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumber equals the given
value
- def columnNumber: Traversal[Integer]
Traverse to columnNumber property
- def columnNumberGt(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumber is greater than the given
value
- def columnNumberGte(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumber is greater than or equal the given
value
- def columnNumberLt(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumber is less than the given
value
- def columnNumberLte(value: Integer): Traversal[NodeType]
Traverse to nodes where the columnNumber is less than or equal the given
value
- def columnNumberNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where columnNumber is not equal to any of the given
values
. - def columnNumberNot(value: Integer): Traversal[NodeType]
Traverse to nodes where columnNumber is not equal to the given
value
. - def controlStructureType(patterns: String*): Traversal[NodeType]
Traverse to nodes where the controlStructureType matches at least one of the regular expressions in
values
- def controlStructureType(pattern: String): Traversal[NodeType]
Traverse to nodes where the controlStructureType matches the regular expression
value
- def controlStructureType: Traversal[String]
Traverse to controlStructureType property
- def controlStructureTypeExact(values: String*): Traversal[NodeType]
Traverse to nodes where controlStructureType matches one of the elements in
values
exactly. - def controlStructureTypeExact(value: String): Traversal[NodeType]
Traverse to nodes where controlStructureType matches
value
exactly. - def controlStructureTypeNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where controlStructureType does not match any of the regular expressions in
values
. - def controlStructureTypeNot(pattern: String): Traversal[NodeType]
Traverse to nodes where controlStructureType does not match the regular expression
value
. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineNumber(values: Integer*): Traversal[NodeType]
Traverse to nodes where the lineNumber equals at least one of the given
values
- def lineNumber(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumber equals the given
value
- def lineNumber: Traversal[Integer]
Traverse to lineNumber property
- def lineNumberGt(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumber is greater than the given
value
- def lineNumberGte(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumber is greater than or equal the given
value
- def lineNumberLt(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumber is less than the given
value
- def lineNumberLte(value: Integer): Traversal[NodeType]
Traverse to nodes where the lineNumber is less than or equal the given
value
- def lineNumberNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where lineNumber is not equal to any of the given
values
. - def lineNumberNot(value: Integer): Traversal[NodeType]
Traverse to nodes where lineNumber is not equal to the given
value
. - def order(values: Integer*): Traversal[NodeType]
Traverse to nodes where the order equals at least one of the given
values
- def order(value: Integer): Traversal[NodeType]
Traverse to nodes where the order equals the given
value
- def order: Traversal[Integer]
Traverse to order property
- def orderGt(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is greater than the given
value
- def orderGte(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is greater than or equal the given
value
- def orderLt(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is less than the given
value
- def orderLte(value: Integer): Traversal[NodeType]
Traverse to nodes where the order is less than or equal the given
value
- def orderNot(values: Integer*): Traversal[NodeType]
Traverse to nodes where order is not equal to any of the given
values
. - def orderNot(value: Integer): Traversal[NodeType]
Traverse to nodes where order is not equal to the given
value
. - def parserTypeName(patterns: String*): Traversal[NodeType]
Traverse to nodes where the parserTypeName matches at least one of the regular expressions in
values
- def parserTypeName(pattern: String): Traversal[NodeType]
Traverse to nodes where the parserTypeName matches the regular expression
value
- def parserTypeName: Traversal[String]
Traverse to parserTypeName property
- def parserTypeNameExact(values: String*): Traversal[NodeType]
Traverse to nodes where parserTypeName matches one of the elements in
values
exactly. - def parserTypeNameExact(value: String): Traversal[NodeType]
Traverse to nodes where parserTypeName matches
value
exactly. - def parserTypeNameNot(patterns: String*): Traversal[NodeType]
Traverse to nodes where parserTypeName does not match any of the regular expressions in
values
. - def parserTypeNameNot(pattern: String): Traversal[NodeType]
Traverse to nodes where parserTypeName does not match the regular expression
value
. - def toString(): String
- Definition Classes
- Any
- val traversal: Traversal[NodeType]