final class TypeTraversal extends AnyVal
- Alphabetic
- By Inheritance
- TypeTraversal
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TypeTraversal(traversal: Traversal[Type])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def aliasType: Traversal[Type]
Direct alias types.
- def aliasTypeTransitive: Traversal[Type]
Direct and transitive alias types.
- def annotation: Traversal[Annotation]
Annotations of the corresponding type declaration.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseType: Traversal[Type]
Direct base types of the corresponding type declaration in the inheritance graph.
- def baseTypeTransitive: Traversal[Type]
Direct and transitive base types of the corresponding type declaration.
- def derivedType: Traversal[Type]
Direct derived types.
- def derivedTypeDecl: Traversal[TypeDecl]
Type declarations which derive from this type.
- def derivedTypeTransitive: Traversal[Type]
Direct and transitive derived types.
- def expression: Traversal[Expression]
- def expressionOfType: Traversal[Expression]
- def external: Traversal[Type]
Filter for types whos corresponding type declaration is not in the analyzed jar.
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def internal: Traversal[Type]
Filter for types whos corresponding type declaration is in the analyzed jar.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localOfType: Traversal[Local]
- def member: Traversal[Member]
Member variables of the corresponding type declaration.
- def memberOfType: Traversal[Member]
- def method: Traversal[Method]
Methods defined on the corresponding type declaration.
- def methodReturnOfType: Traversal[MethodReturn]
- def namespace: Traversal[Namespace]
Namespaces in which the corresponding type declaration is defined.
- def parameterOfType: Traversal[MethodParameterIn]
- def toString(): String
- Definition Classes
- Any
- val traversal: Traversal[Type]
Deprecated Value Members
- def parameter: Traversal[MethodParameterIn]
- Annotations
- @deprecated
- Deprecated
Please use
parameterOfType