c
io.shiftleft.codepropertygraph.generated.nodes
NewAnnotationParameter
Companion object NewAnnotationParameter
class NewAnnotationParameter extends NewNode with AnnotationParameterBase with AstNodeNew
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewAnnotationParameter
- AstNodeNew
- AnnotationParameterBase
- AstNodeBase
- NewNode
- Product
- Equals
- DetachedNodeData
- Change
- AbstractNode
- StaticType
- NodeOrDetachedNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NewAnnotationParameter()
Type Members
- type StoredType = AnnotationParameter
- Definition Classes
- NewAnnotationParameter → NewNode
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- AnnotationParameterBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewAnnotationParameter → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def code(value: String): NewAnnotationParameter.this.type
- var code: String
- Definition Classes
- NewAnnotationParameter → AstNodeNew → AnnotationParameterBase → AstNodeBase
- def columnNumber(value: Option[Integer]): NewAnnotationParameter.this.type
- def columnNumber(value: Integer): NewAnnotationParameter.this.type
- var columnNumber: Option[Integer]
- Definition Classes
- NewAnnotationParameter → AstNodeNew → AnnotationParameterBase → AstNodeBase
- def copy: NewAnnotationParameter.this.type
- Definition Classes
- NewAnnotationParameter → NewNode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getRefOrId(): AnyRef
- Definition Classes
- NewNode → DetachedNodeData
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label(): String
- Definition Classes
- NewAnnotationParameter → DetachedNodeData → AbstractNode
- def lineNumber(value: Option[Integer]): NewAnnotationParameter.this.type
- def lineNumber(value: Integer): NewAnnotationParameter.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewAnnotationParameter → AstNodeNew → AnnotationParameterBase → AstNodeBase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def order(value: Int): NewAnnotationParameter.this.type
- var order: Int
- Definition Classes
- NewAnnotationParameter → AstNodeNew → AnnotationParameterBase → AstNodeBase
- def productArity: Int
- Definition Classes
- NewAnnotationParameter → Product
- def productElement(n: Int): Any
- Definition Classes
- NewAnnotationParameter → Product
- def productElementName(n: Int): String
- Definition Classes
- NewAnnotationParameter → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewAnnotationParameter → Product
- def properties: Map[String, Any]
- Definition Classes
- NewAnnotationParameter → NewNode
- def setRefOrId(r: AnyRef): Unit
- Definition Classes
- NewNode → DetachedNodeData
- def stored: Option[StoredType]
- Definition Classes
- NewNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()