object AstCreator
- Alphabetic
- By Inheritance
- AstCreator
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def column(node: Host): Option[Integer]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isArray(c: Char): Boolean
Checks if the given character is associated an array or not according to Section 2.1.3 of the ASM docs.
Checks if the given character is associated an array or not according to Section 2.1.3 of the ASM docs.
- c
the character e.g. [
- returns
true if the character is associated with an array, false if otherwise.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isObject(c: Char): Boolean
Checks if the given character is associated an object or not according to Section 2.1.3 of the ASM docs.
Checks if the given character is associated an object or not according to Section 2.1.3 of the ASM docs.
- c
the character e.g. L
- returns
true if the character is associated with an object, false if otherwise.
- def isPrimitive(c: Char): Boolean
Checks if the given character is associated with a primitive or not according to Section 2.1.3 of the ASM docs.
Checks if the given character is associated with a primitive or not according to Section 2.1.3 of the ASM docs.
- c
the character e.g. I, D, F, etc.
- returns
true if the character is associated with a primitive, false if otherwise.
- def line(node: Host): Option[Integer]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseAsmType(signature: String): String
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withOrder[T, X](nodeList: Iterable[T])(f: (T, Int) => X): Seq[X]
- def withOrder[T, X](nodeList: List[T])(f: (T, Int) => X): Seq[X]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated