class JSONRPCMacroUtils[CONTEXT <: Context] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSONRPCMacroUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JSONRPCMacroUtils(c: CONTEXT)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: CONTEXT
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def createMaybeErrorJSONFromRequestId(serverOrClient: scala.reflect.macros.Universe.Tree, id: scala.reflect.macros.Universe.Tree, jsonRPCError: CONTEXT.Expr[JSONRPCError[String]]): CONTEXT.Expr[Option[String]]
- def createMaybeErrorJSONFromRequestJSON(serverOrClient: CONTEXT.Tree, json: CONTEXT.Expr[String], jsonRPCError: CONTEXT.Expr[JSONRPCError[String]]): CONTEXT.Expr[Option[String]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getDisposableFunctionMethodNameRepository(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Select
- def getDisposableFunctionRepository(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Select
- def getExecutionContext(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
- def getJSONRPCAPIMethods(apiType: scala.reflect.macros.Universe.Type): Iterable[scala.reflect.macros.Universe.MethodSymbol]
- def getJSONRPCMethodName(method: scala.reflect.macros.Universe.MethodSymbol): String
- def getJSONSerializer(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
- def getPromisedResponseRepository(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
- def getReceive(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
- def getRequestJSONHandlerRepository(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
- def getSend(prefix: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree
- def getType[T](implicit arg0: CONTEXT.TypeTag[T]): scala.reflect.macros.Universe.Type
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- lazy val imports: scala.reflect.macros.Universe.Tree
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isJSONRPCNotificationMethod(returnType: scala.reflect.macros.Universe.Type): Boolean
- def isJSONRPCRequestMethod(returnType: scala.reflect.macros.Universe.Type): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val newUuid: CONTEXT.Expr[String]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def prefixDefinitionAndReference: (scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )