Packages

c

io.joern.fuzzyc2cpg.ast.functionDef

TemplateParameterList

class TemplateParameterList extends AstNode with Iterable[TemplateBase]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemplateParameterList
  2. Iterable
  3. AstNode
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TemplateParameterList()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accept(visitor: ASTNodeVisitor): Unit
    Definition Classes
    AstNode
  5. def addChild(node: AstNode): Unit
    Definition Classes
    TemplateParameterListAstNode
    Annotations
    @Override()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def forEach(arg0: Consumer[_ >: TemplateBase <: AnyRef]): Unit
    Definition Classes
    Iterable
  11. def getChild(i: Int): AstNode
    Definition Classes
    AstNode
  12. def getChildCount(): Int
    Definition Classes
    AstNode
  13. def getChildIterator(): Iterator[AstNode]
    Definition Classes
    AstNode
  14. def getChildNumber(): Int
    Definition Classes
    AstNode
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getCodeStr(): String
    Attributes
    protected[ast]
    Definition Classes
    AstNode
  17. def getEscapedCodeStr(): String
    Definition Classes
    TemplateParameterListAstNode
    Annotations
    @Override()
  18. def getLocation(): CodeLocation
    Definition Classes
    AstNode
  19. def getTypeAsString(): String
    Definition Classes
    AstNode
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def isInCFG(): Boolean
    Definition Classes
    AstNode
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isLeaf(): Boolean
    Definition Classes
    AstNode
  24. def iterator(): Iterator[TemplateBase]
    Definition Classes
    TemplateParameterList → Iterable
    Annotations
    @Override()
  25. def markAsCFGNode(): Unit
    Definition Classes
    AstNode
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def popLastChild(): AstNode
    Definition Classes
    AstNode
  30. def setChildNumber(num: Int): Unit
    Definition Classes
    AstNode
  31. def setCodeStr(aCodeStr: String): Unit
    Definition Classes
    AstNode
  32. def setLocation(location: CodeLocation): Unit
    Definition Classes
    AstNode
  33. def size(): Int
  34. def spliterator(): Spliterator[TemplateBase]
    Definition Classes
    Iterable
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AstNode → AnyRef → Any
    Annotations
    @Override()
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Iterable[TemplateBase]

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped