Class

scala.c_engine

State

Related Doc: package c_engine

Permalink

class State extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. State
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new State()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addFunctionDef(fcnDef: IASTFunctionDefinition): Unit

    Permalink
  5. def addScalaFunctionDef(fcn: Function): Unit

    Permalink
  6. def allocateHeapSpace(numBytes: Int): Int

    Permalink
  7. def allocateSpace(numBytes: Int): Int

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def callFunction(function: Function, call: IASTFunctionCallExpression, args: Array[ValueType]): IASTNode

    Permalink
  10. def callFunctionFromScala(name: String, args: Array[RValue]): Seq[IASTNode]

    Permalink
  11. def callTheFunction(name: String, call: IASTFunctionCallExpression, args: Array[ValueType]): Seq[IASTNode]

    Permalink
  12. def clearVisited(parent: IASTNode): Unit

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def context: ExecutionContext

    Permalink
  15. def copy(dst: Int, src: Int, numBytes: Int): Unit

    Permalink
  16. def createStringVariable(str: String, isHeap: Boolean)(implicit state: State): RValue

    Permalink
  17. var current: IASTNode

    Permalink
  18. var direction: Direction

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. val functionContexts: Stack[ExecutionContext]

    Permalink
  23. var functionCount: Int

    Permalink
  24. val functionList: ListBuffer[Function]

    Permalink
  25. val functionPointers: Map[String, Variable]

    Permalink
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getFunction(name: String): Function

    Permalink
  28. def getFunctionByIndex(index: Int): Function

    Permalink
  29. def hasFunction(name: String): Boolean

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. var heapInsertIndex: Int

    Permalink
  32. var isBreaking: Boolean

    Permalink
  33. var isContinuing: Boolean

    Permalink
  34. var isFirst: Boolean

    Permalink
  35. var isGotoing: Boolean

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. var isReturning: Boolean

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def popFunctionContext: ExecutionContext

    Permalink
  42. def readPtrVal(address: Int): Int

    Permalink
  43. def readVal(address: Int, theType: IType): RValue

    Permalink
  44. def setArray(array: Array[RValue], address: Int, stride: Int): Unit

    Permalink
  45. def setValue(newVal: AnyVal, address: Int): Unit

    Permalink
  46. def stack: Stack[ValueType]

    Permalink
  47. var stackInsertIndex: Int

    Permalink
  48. var standardOutBuffer: ListBuffer[Char]

    Permalink
  49. val stdout: ListBuffer[String]

    Permalink
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. var tUnit: IASTTranslationUnit

    Permalink
  52. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped