c
org.mulesoft.als.suggestions.aml.declarations
DeclarationProvider
Companion object DeclarationProvider
class DeclarationProvider extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeclarationProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeclarationProvider(componentId: Option[String] = None)
Type Members
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def filterLocal(element: Name, mapping: NodeTypeMapping): DeclarationProvider.this.type
- def filterLocalByType(nodeTypeMapping: String): Set[DomainElement]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findElement(newText: String, iriDeclaration: String): Option[DomainElement]
- def findLib(libName: String, elementName: String, iriDeclaration: String): Option[DomainElement]
- def forNodeType(nodeTypeMapping: String, alias: Alias): Set[Name]
- def forNodeType(nodeTypeMapping: String): Set[Name]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getElementByName(nodeTypeMapping: String, alias: String): Set[_ <: (Name, DomainElement)]
- def getElementByName(nodeTypeMapping: String): Set[_ <: (Name, DomainElement)]
- def getLocalAliases(nodeTypeMapping: String): Set[Alias]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLocallyDeclared(nodeTypeMapping: NodeTypeMapping): Boolean
- def isTermDeclarable(term: String): Boolean
-
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 put(alias: Alias, provider: DeclarationProvider): Unit
- def put(typeMapping: NodeTypeMapping, element: DomainElement): Unit
- def putDeclarable(str: String): Unit
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()