Packages

o

amf.grpc.internal.plugins.parse

GrpcParsePlugin

object GrpcParsePlugin extends ApiParsePlugin with GrpcASTParserHelper

Linear Supertypes
GrpcASTParserHelper, AntlrASTParserHelper, ApiParsePlugin, CrossSpecRestriction, AMFParsePlugin, AMFPlugin[Root], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcParsePlugin
  2. GrpcASTParserHelper
  3. AntlrASTParserHelper
  4. ApiParsePlugin
  5. CrossSpecRestriction
  6. AMFParsePlugin
  7. AMFPlugin
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allowRecursiveReferences: Boolean
    Definition Classes
    ApiParsePlugin → AMFParsePlugin
  5. def applies(element: Root): Boolean
    Definition Classes
    GrpcParsePlugin → AMFPlugin
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def astError(message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  8. def astError(id: String, message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def collect(node: ASTElement, names: Seq[String]): Seq[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  11. def collectOptions(ast: Node, path: Seq[String], adopt: (DomainExtension) ⇒ Unit)(implicit ctx: GrpcWebApiContext): Unit
    Definition Classes
    GrpcASTParserHelper
  12. def context(document: Root, ctx: ParserContext): GrpcWebApiContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    AMFPlugin → AnyRef → Any
  15. def find(node: Node, name: String): Seq[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val id: String
    Definition Classes
    AMFParsePlugin → AMFPlugin
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def mediaTypes: Seq[String]
    Definition Classes
    GrpcParsePlugin → AMFParsePlugin
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def parse(document: Root, ctx: ParserContext): BaseUnit
    Definition Classes
    GrpcParsePlugin → AMFParsePlugin
  25. def parseFieldNumber(ast: ASTElement)(implicit ctx: GrpcWebApiContext): Option[Int]
    Definition Classes
    GrpcASTParserHelper
  26. def parseFieldRange(ast: ASTElement, field: String = FIELD_TYPE)(implicit ctx: GrpcWebApiContext): Option[Shape]
    Definition Classes
    GrpcASTParserHelper
  27. def parseObjectRange(n: ASTElement, literalReference: String)(implicit ctx: GrpcWebApiContext): AnyShape
    Attributes
    protected
    Definition Classes
    GrpcASTParserHelper
  28. def path(node: ASTElement, names: Seq[String]): Option[ASTElement]
    Definition Classes
    AntlrASTParserHelper
  29. def pathToNonTerminal(node: Node, names: Seq[String]): Option[Node]
    Definition Classes
    AntlrASTParserHelper
  30. def pathToTerminal(node: Node, names: Seq[String]): Option[Terminal]
    Definition Classes
    AntlrASTParserHelper
  31. def priority: PluginPriority
    Definition Classes
    ApiParsePlugin → AMFPlugin
  32. def referenceHandler(eh: AMFErrorHandler): ReferenceHandler
    Definition Classes
    GrpcParsePlugin → ApiParsePlugin → AMFParsePlugin
  33. def restrictCrossSpecReferences(document: Root, ctx: ParserContext): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  34. def restrictCrossSpecReferences(optionalReferencedSpec: Option[Spec], reference: Reference)(implicit errorHandler: AMFErrorHandler): Unit
    Attributes
    protected
    Definition Classes
    CrossSpecRestriction
  35. def spec: Spec
    Definition Classes
    GrpcParsePlugin → AMFParsePlugin
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toAnnotations(elem: ASTElement): Annotations
    Definition Classes
    AntlrASTParserHelper
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def validSpecsToReference: Seq[Spec]
    Definition Classes
    GrpcParsePlugin → ApiParsePlugin → AMFParsePlugin
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withDeclaredShape(ast: Node, nametoken: String, element: AnyShape, adopt: (NamedDomainElement) ⇒ Unit = _ =>)(implicit ctx: GrpcWebApiContext): Unit
    Definition Classes
    GrpcASTParserHelper
  44. def withIdAdoption: Boolean
    Definition Classes
    GrpcParsePlugin → AMFParsePlugin
  45. def withName(ast: Node, nametoken: String, element: NamedDomainElement, adopt: (NamedDomainElement) ⇒ Unit = _ =>)(implicit ctx: GrpcWebApiContext): Unit
    Definition Classes
    GrpcASTParserHelper
  46. def withNode[T](element: ASTElement)(f: (Node) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper
  47. def withOptTerminal[T](element: ASTElement)(f: (Option[Terminal]) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from GrpcASTParserHelper

Inherited from AntlrASTParserHelper

Inherited from ApiParsePlugin

Inherited from CrossSpecRestriction

Inherited from AMFParsePlugin

Inherited from AMFPlugin[Root]

Inherited from AnyRef

Inherited from Any

Ungrouped