c
org.mulesoft.amfintegration.visitors.noderelationship.plugins
DeclaredLinksVisitor
Companion object DeclaredLinksVisitor
class DeclaredLinksVisitor extends NodeRelationshipVisitorType
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeclaredLinksVisitor
- NodeRelationshipVisitorType
- AmfElementVisitor
- Visitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DeclaredLinksVisitor()
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()
-
def
createRelationship(origin: YPart, target: AmfElement): Seq[RelationshipLink]
- Attributes
- protected
- Definition Classes
- NodeRelationshipVisitorType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractTarget(obj: AmfObject): Option[AmfElement]
- Attributes
- protected
- Definition Classes
- NodeRelationshipVisitorType
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getName(a: AmfElement): Option[YPart]
- Attributes
- protected
- Definition Classes
- NodeRelationshipVisitorType
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
innerVisit(element: AmfElement): Seq[RelationshipLink]
- Attributes
- protected
- Definition Classes
- DeclaredLinksVisitor → Visitor
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
locationFromObj(obj: AmfElement): Option[YPart]
- Attributes
- protected
- Definition Classes
- NodeRelationshipVisitorType
-
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()
-
final
def
report: List[RelationshipLink]
- Definition Classes
- Visitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
virtualYPart(maybePart: Option[YPart], maybeLabel: Option[String], maybeLexical: Option[LexicalInformation]): Option[YPart]
- Attributes
- protected
- Definition Classes
- NodeRelationshipVisitorType
-
final
def
visit(element: AmfElement): Unit
- Definition Classes
- Visitor
-
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()