c
io.shiftleft.codepropertygraph.generated.nodes
NewControlStructure
Companion object NewControlStructure
class NewControlStructure extends NewNode with ControlStructureBase with ExpressionNew
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewControlStructure
- ExpressionNew
- CfgNodeNew
- AstNodeNew
- HasOrderMutable
- HasLineNumberMutable
- HasColumnNumberMutable
- HasCodeMutable
- HasArgumentNameMutable
- HasArgumentIndexMutable
- ControlStructureBase
- HasParserTypeName
- HasControlStructureType
- ExpressionBase
- CfgNodeBase
- AstNodeBase
- HasOrder
- HasLineNumber
- HasColumnNumber
- HasCode
- HasArgumentName
- HasArgumentIndex
- NewNode
- Product
- Equals
- AbstractNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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(value: Int): NewControlStructure.this.type
- var argumentIndex: Int
- Definition Classes
- NewControlStructure → HasArgumentIndex
- def argumentName(value: Option[String]): NewControlStructure.this.type
- def argumentName(value: String): NewControlStructure.this.type
- var argumentName: Option[String]
- Definition Classes
- NewControlStructure → HasArgumentName
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- ControlStructureBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewControlStructure → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def code(value: String): NewControlStructure.this.type
- var code: String
- Definition Classes
- NewControlStructure → HasCode
- def columnNumber(value: Option[Integer]): NewControlStructure.this.type
- def columnNumber(value: Integer): NewControlStructure.this.type
- var columnNumber: Option[Integer]
- Definition Classes
- NewControlStructure → HasColumnNumber
- def controlStructureType(value: String): NewControlStructure.this.type
- var controlStructureType: String
- Definition Classes
- NewControlStructure → HasControlStructureType
- def copy: NewControlStructure.this.type
- Definition Classes
- NewControlStructure → NewNode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label: String
- Definition Classes
- NewControlStructure → AbstractNode
- def lineNumber(value: Option[Integer]): NewControlStructure.this.type
- def lineNumber(value: Integer): NewControlStructure.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewControlStructure → HasLineNumber
- 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(value: Int): NewControlStructure.this.type
- var order: Int
- Definition Classes
- NewControlStructure → HasOrder
- def parserTypeName(value: String): NewControlStructure.this.type
- var parserTypeName: String
- Definition Classes
- NewControlStructure → HasParserTypeName
- def productArity: Int
- Definition Classes
- NewControlStructure → Product
- def productElement(n: Int): Any
- Definition Classes
- NewControlStructure → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewControlStructure → Product
- def properties: Map[String, Any]
- Definition Classes
- NewControlStructure → NewNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- 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