com.restphone

javasignatureparser

package javasignatureparser

Visibility
  1. Public
  2. All

Type Members

  1. case class ClassTypeSignature(ids: JavaName, optionalTypeArgs: Option[TypeArgs], extension: List[NestedClass]) extends FieldTypeSignatureElement with Product with Serializable

  2. case class FieldTypeSignature(x: FieldTypeSignatureElement) extends TypeSignatureElement with TypeArgElement with Product with Serializable

  3. trait FieldTypeSignatureElement extends HasToJavaMethod with HasTypesUsedMethod

  4. trait HasToJavaMethod extends AnyRef

  5. trait HasTypesUsedMethod extends AnyRef

  6. case class JavaName(s: String) extends HasToJavaMethod with HasTypesUsedMethod with Product with Serializable

  7. class JavaSignatureParser extends JavaTokenParsers

  8. case class MethodSignature(paramSignature: List[TypeSignature], resultSignature: TypeSignature) extends HasTypesUsedMethod with Product with Serializable

  9. case class NestedClass(javaName: JavaName, typeArgs: Option[TypeArgs]) extends HasToJavaMethod with HasTypesUsedMethod with Product with Serializable

  10. case class TypeArg(t: TypeArgElement) extends HasToJavaMethod with HasTypesUsedMethod with Product with Serializable

  11. trait TypeArgElement extends HasToJavaMethod with HasTypesUsedMethod

  12. case class TypeArgs(typeArgs: List[TypeArg]) extends HasToJavaMethod with HasTypesUsedMethod with Product with Serializable

  13. case class TypeSignature(x: TypeSignatureElement) extends HasToJavaMethod with HasTypesUsedMethod with Product with Serializable

  14. trait TypeSignatureElement extends HasToJavaMethod with HasTypesUsedMethod

  15. case class TypeVar(t: JavaName) extends FieldTypeSignatureElement with Product with Serializable

Value Members

  1. object JavaSignatureParser

Ungrouped