com.omegaup.libinteractive.target

Java

Related Doc: package target

class Java extends Target

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

Instance Constructors

  1. new Java(idl: IDL, options: Options, input: Path, parent: Boolean)

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 allocateArray(array: ArrayType, function: Function): String

  5. def arrayDim(length: ArrayLength, function: Option[Function]): String

  6. def arrayLength(arrayType: ArrayType): String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def declareFunction(function: Function): String

  10. def declareVar(param: Parameter, function: Function): String

  11. def defaultValue(t: PrimitiveType): String

  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def extension(): String

    Definition Classes
    JavaTarget
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatLength(length: ArrayLength, function: Option[Function]): String

  17. def formatParam(param: Parameter): String

  18. def formatPrimitive(t: PrimitiveType): String

  19. def formatType(t: Type): String

  20. val functionIds: Map[(String, String, String), Int]

    Definition Classes
    Target
  21. def generate(): Iterable[OutputPath]

    Definition Classes
    JavaTarget
  22. def generateLink(interface: Interface, input: Path): OutputPath

    Attributes
    protected
    Definition Classes
    Target
  23. def generateMakefileRules(): Iterable[MakefileRule]

    Definition Classes
    JavaTarget
  24. def generateRunCommands(): Iterable[ExecDescription]

    Definition Classes
    JavaTarget
  25. def generateTemplates(moduleName: String, interfacesToImplement: Iterable[Interface], callableModuleName: String, callableInterfaces: Iterable[Interface], input: Path): Iterable[OutputPath]

    Definition Classes
    JavaTarget
  26. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  29. def javaExecutable(): String

  30. val message: String

    Definition Classes
    Target
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. def pipeFilename(interface: Interface, caller: Interface, input: Boolean): String

    Definition Classes
    Target
  35. def pipeName(interface: Interface, input: Boolean): String

    Definition Classes
    Target
  36. val rand: Random

    Definition Classes
    Target
  37. def readArray(infd: String, param: Parameter, array: ArrayType, function: Option[Function], startingLevel: Int): StringBuilder

  38. def readPrimitive(primitive: PrimitiveType): String

  39. def shmFilename(interface: Interface): String

    Definition Classes
    Target
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def transactFilename(interface: Interface): String

    Definition Classes
    Target
  43. def transactName(interface: Interface): String

    Definition Classes
    Target
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def writeArray(outfd: String, param: Parameter, array: ArrayType, startingLevel: Int): String

  48. def writePrimitive(primitive: PrimitiveType): String

Inherited from Target

Inherited from AnyRef

Inherited from Any

Ungrouped