com.opendatagroup.hadrian.lib.core

LessThan

class LessThan extends LibFcn

Linear Supertypes
LibFcn, Fcn, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LessThan
  2. LibFcn
  3. Fcn
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LessThan(pos: Option[String] = scala.None)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def deprecationWarning(sig: Sig, version: PFAVersion): Unit

    Write a deprecation warning on standard error if a matched signature is in the deprecated interval of its lifespan, given the requested PFA version.

    Write a deprecation warning on standard error if a matched signature is in the deprecated interval of its lifespan, given the requested PFA version.

    sig

    the signature (we assume that is has already been matched)

    version

    the requested PFA version

    Definition Classes
    LibFcnFcn
  9. def doc: Elem

    Documentation XML for the function.

    Documentation XML for the function.

    Definition Classes
    LessThanLibFcn
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def errcodeBase: Int

    First error code number for runtime errors in this function (if any).

    First error code number for runtime errors in this function (if any). Used only as a baseline for counting.

    Definition Classes
    LessThanLibFcn
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def javaCode(args: Seq[JavaCode], argContext: Seq[AstContext], paramTypes: Seq[Type], retType: AvroType, engineOptions: EngineOptions): JavaCode

    Java code for a call of this function (not a reference to the function).

    Java code for a call of this function (not a reference to the function).

    args

    Java code for each argument

    argContext

    context objects for the arguments, after semantics checks

    paramTypes

    argument types after generics-resolution

    retType

    return type after generics-resolution

    engineOptions

    global options for this scoring engine (may be set in PFA or overridden by host environment)

    returns

    Java code for a call of this function

    Definition Classes
    LibFcnFcn
  18. def javaRef(fcnType: FcnType): JavaCode

    Java code for a reference to this function (not a call of this function).

    Java code for a reference to this function (not a call of this function).

    fcnType

    argument and return types after generics-resolution

    returns

    Java code for a reference to this function

    Definition Classes
    LessThanLibFcnFcn
  19. def name: String

    PFA name of the function, with prefix (e.

    PFA name of the function, with prefix (e.g. "model.tree.simpleTree").

    Definition Classes
    LessThanLibFcn
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. val pos: Option[String]

    Keeps track of the original source code line number where this function was called.

    Keeps track of the original source code line number where this function was called.

    Definition Classes
    LessThanLibFcn
  24. def posToJava: String

    Utility function to write the pos as Java code.

    Utility function to write the pos as Java code.

    Definition Classes
    LibFcn
  25. def sig: Sig

    Signature of the function as used in PFA.

    Signature of the function as used in PFA.

    Definition Classes
    LessThanFcn
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def wrapArg(i: Int, args: Seq[JavaCode], paramTypes: Seq[Type], boxed: Boolean): String

    Utility function for adding an explicit cast to one argument.

    Utility function for adding an explicit cast to one argument.

    i

    argument number

    args

    Java code for each argument

    paramTypes

    argument types after generics-resolution

    boxed

    if true, cast as a boxed primitive; if false use a raw primitive

    returns

    Java code for one argument (as a String)

    Definition Classes
    Fcn
  32. def wrapArgs(args: Seq[JavaCode], paramTypes: Seq[Type], boxed: Boolean): String

    Utility function for adding explicit casts to each argument.

    Utility function for adding explicit casts to each argument.

    args

    Java code for each argument

    paramTypes

    argument types after generics-resolution

    boxed

    if true, cast with boxed primitives; if false, use the raw primitives

    returns

    Java code for the arguments (as a String)

    Definition Classes
    Fcn

Inherited from LibFcn

Inherited from Fcn

Inherited from AnyRef

Inherited from Any

Ungrouped