Packages

c

fr.linkit.engine.internal.language.cbp

SimpleValueInserter

class SimpleValueInserter extends ArrayByteInserter with ValueInserter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleValueInserter
  2. ValueInserter
  3. ArrayByteInserter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleValueInserter(posInScopeBp: Int, source: String)

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 archiveShift(pos: Int, shift: Int): Unit
    Attributes
    protected
    Definition Classes
    ArrayByteInserter
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val buff: ListBuffer[Byte]
    Attributes
    protected
    Definition Classes
    ArrayByteInserter
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def deleteBlock(pos: Int, length: Int): Unit
    Definition Classes
    ArrayByteInserter
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def getResult: Array[Byte]
    Definition Classes
    ArrayByteInserter
  13. def getShiftAt(pos: Int): Int
    Definition Classes
    ArrayByteInserter
  14. def getStringResult: String
    Definition Classes
    SimpleValueInserterValueInserter
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def insertBlock(block: String, pos: Int): Unit
    Definition Classes
    SimpleValueInserterValueInserter
  17. def insertBytes(pos: Int, bytes: Array[Byte]): Unit
    Definition Classes
    ArrayByteInserter
  18. def insertOther(inserter: ValueInserter, pos: Int): Unit
    Definition Classes
    SimpleValueInserterValueInserter
  19. def insertValue(value: String, valueName: String, pos: Int): Unit
    Definition Classes
    SimpleValueInserterValueInserter
  20. def isIgnoredPosition(pos: Int): Boolean
    Definition Classes
    ArrayByteInserter
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. val origin: Array[Byte]
    Definition Classes
    ArrayByteInserter
  26. val posInScopeBp: Int
  27. def recenterPosFromScopeBp(pos: Int): Int
    Definition Classes
    SimpleValueInserterValueInserter
  28. val source: String
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ValueInserter

Inherited from ArrayByteInserter

Inherited from AnyRef

Inherited from Any

Ungrouped