Packages

object Search

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Search
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def collectOASReferences(ref: String, typeName: String, unit: IASTUnit): Seq[IHighLevelNode]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def extractNodesOfType(node: IHighLevelNode, typeName: String, result: ListBuffer[IHighLevelNode], filter: (IHighLevelNode) ⇒ Boolean = n => true): Unit
  10. def extractTypeName(text: String, position: Int): Option[String]
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findDefinition(_node: IParseResult, position: Int): Option[ReferenceSearchResult]
  13. def findDefinition(node: IParseResult, position: Position): Option[ReferenceSearchResult]
  14. def findDefinitionByName(unit: IASTUnit, typeName: String, name: String, nameAttr: String = "name"): Option[IHighLevelNode]
  15. def findDefinitionByPosition(unit: IASTUnit, position: Position): Option[ReferenceSearchResult]
  16. def findDefinitionByPosition(unit: IASTUnit, position: Int): Option[ReferenceSearchResult]
  17. def findReferences(node: IParseResult, position: Int): Option[ReferenceSearchResult]
  18. def findReferences(node: IParseResult, position: Position): Option[ReferenceSearchResult]
  19. def findReferencesByPosition(unit: IASTUnit, position: Position): Option[ReferenceSearchResult]
  20. def findReferencesByPosition(unit: IASTUnit, position: Int): Option[ReferenceSearchResult]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def getDeclarations(unit: IASTUnit, typeName: String): Seq[Declaration]
  23. def getNodesOfType(unit: IASTUnit, typeName: String, filter: (IHighLevelNode) ⇒ Boolean = n => true, considerDependencies: Boolean = true): Seq[IHighLevelNode]
  24. def getTemplateReferences(templateNode: IHighLevelNode, unit: IASTUnit): Seq[IHighLevelNode]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. def oasDeclarationByReference(unit: IASTUnit, reference: String): Option[IHighLevelNode]
  31. def oasReference(node: IParseResult, position: Int = 1): Option[String]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def typeDeclarationByPosition(_typeAttr: IParseResult, position: Int): Option[IHighLevelNode]
  35. def typeReferences(typeNode: IHighLevelNode): Seq[IHighLevelNode]
  36. def typeReferencesInUnit(unit: IASTUnit, name: String): Seq[IHighLevelNode]
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped