Packages

t

org.opalj.br

SignatureVisitor

trait SignatureVisitor[T] extends AnyRef

Implements a visitor for type signatures.

Source
SignatureVisitor.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SignatureVisitor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def visit(vt: VoidType): T
  2. abstract def visit(dt: DoubleType): T
  3. abstract def visit(ft: FloatType): T
  4. abstract def visit(st: ShortType): T
  5. abstract def visit(ct: CharType): T
  6. abstract def visit(lt: LongType): T
  7. abstract def visit(it: IntegerType): T
  8. abstract def visit(bt: ByteType): T
  9. abstract def visit(bt: BooleanType): T
  10. abstract def visit(wc: Wildcard): T
  11. abstract def visit(cvi: ContravariantIndicator): T
  12. abstract def visit(cvi: CovariantIndicator): T
  13. abstract def visit(pta: ProperTypeArgument): T
  14. abstract def visit(ftp: FormalTypeParameter): T
  15. abstract def visit(scts: SimpleClassTypeSignature): T
  16. abstract def visit(tvs: TypeVariableSignature): T
  17. abstract def visit(ats: ArrayTypeSignature): T
  18. abstract def visit(cts: ClassTypeSignature): T
  19. abstract def visit(mts: MethodTypeSignature): T
  20. abstract def visit(cs: ClassSignature): T