c
io.shiftleft.codepropertygraph.generated.nodes
NewControlStructureBuilder
Companion object NewControlStructureBuilder
class NewControlStructureBuilder extends NewNodeBuilder[NewControlStructure]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewControlStructureBuilder
- NewNodeBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NewControlStructureBuilder()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def argumentIndex(x: Int): NewControlStructureBuilder.this.type
- def argumentName(x: Option[String]): NewControlStructureBuilder.this.type
- def argumentName(x: String): NewControlStructureBuilder.this.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build: NewControlStructure
- Definition Classes
- NewControlStructureBuilder → NewNodeBuilder
- def canEqual(other: Any): Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def code(x: String): NewControlStructureBuilder.this.type
- def columnNumber(x: Option[Integer]): NewControlStructureBuilder.this.type
- def columnNumber(x: Integer): NewControlStructureBuilder.this.type
- def controlStructureType(x: String): NewControlStructureBuilder.this.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- NewControlStructureBuilder → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- NewControlStructureBuilder → AnyRef → Any
- def id(x: Long): NewControlStructureBuilder
- Definition Classes
- NewControlStructureBuilder → NewNodeBuilder
- def id: Long
- Definition Classes
- NewControlStructureBuilder → NewNodeBuilder
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineNumber(x: Option[Integer]): NewControlStructureBuilder.this.type
- def lineNumber(x: Integer): NewControlStructureBuilder.this.type
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def order(x: Int): NewControlStructureBuilder.this.type
- def parserTypeName(x: String): NewControlStructureBuilder.this.type
- var result: NewControlStructure
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- NewControlStructureBuilder → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated