Packages

object GrpcASTParserHelper extends GrpcASTParserHelper

Linear Supertypes
GrpcASTParserHelper, AntlrASTParserHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcASTParserHelper
  2. GrpcASTParserHelper
  3. AntlrASTParserHelper
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AntlrFieldSetter[T <: AmfObject] extends AnyRef
    Definition Classes
    AntlrASTParserHelper

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. val MAX_VALUE: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def astError(message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  7. def astError(id: String, message: String, annotations: Annotations)(implicit ctx: ParserContext): Unit
    Definition Classes
    AntlrASTParserHelper
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. def collect(node: ASTNode, names: Seq[String]): Seq[ASTNode]
    Definition Classes
    AntlrASTParserHelper
  10. def collectNodes(node: Node, names: Seq[String]): Seq[Node]
    Definition Classes
    AntlrASTParserHelper
  11. def collectOptions(ast: Node, path: Seq[String], setterFn: (DomainExtension) ⇒ Unit)(implicit ctx: GrpcWebApiContext): Unit
    Definition Classes
    GrpcASTParserHelper
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def extractTerminalValue(astNode: ASTNode)(implicit ctx: ParserContext): Option[String]
    Definition Classes
    AntlrASTParserHelper
  15. def find(node: Node, name: String): Seq[ASTNode]
    Definition Classes
    AntlrASTParserHelper
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def parseFieldNumber(ast: ASTNode)(implicit ctx: GrpcWebApiContext): Option[Int]
    Definition Classes
    GrpcASTParserHelper
  23. def parseFieldRange(ast: ASTNode, field: String = FIELD_TYPE)(implicit ctx: GrpcWebApiContext): Option[Shape]
    Definition Classes
    GrpcASTParserHelper
  24. def parseObjectRange(n: ASTNode, literalReference: String)(implicit ctx: GrpcWebApiContext): AnyShape
    Attributes
    protected
    Definition Classes
    GrpcASTParserHelper
  25. def path(node: ASTNode, names: Seq[String]): Option[ASTNode]
    Definition Classes
    AntlrASTParserHelper
  26. def pathToNonTerminal(node: Node, names: Seq[String]): Option[Node]
    Definition Classes
    AntlrASTParserHelper
  27. def pathToTerminal(node: Node, names: Seq[String]): Option[Terminal]
    Definition Classes
    AntlrASTParserHelper
  28. def setDeclarations(doc: Document)(implicit ctx: WebApiContext): Unit
    Definition Classes
    AntlrASTParserHelper
  29. def setProcessingData(doc: Document, spec: Spec): Unit
    Definition Classes
    AntlrASTParserHelper
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toAnnotations(elem: ASTNode): Annotations
    Definition Classes
    AntlrASTParserHelper
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withDeclaredShape(ast: Node, nameToken: String, element: AnyShape)(implicit ctx: GrpcWebApiContext): Unit
    Definition Classes
    GrpcASTParserHelper
  37. def withName(ast: Node, nameToken: String, element: NamedDomainElement)(implicit ctx: GrpcWebApiContext): Unit
    Definition Classes
    GrpcASTParserHelper
  38. def withNode[T](element: ASTElement)(f: (Node) ⇒ T)(implicit ctx: ParserContext): T
    Definition Classes
    AntlrASTParserHelper
  39. 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

Inherited from GrpcASTParserHelper

Inherited from AntlrASTParserHelper

Inherited from AnyRef

Inherited from Any

Ungrouped