implicit class XtensionSymbol extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XtensionSymbol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new XtensionSymbol(sym: tools.scalap.scalax.rules.scalasig.Symbol)
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]) @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isAlias: Boolean
- def isAnonymousClass: Boolean
- def isAnonymousFunction: Boolean
- def isClass: Boolean
- def isConstructor: Boolean
- def isDefaultParameter: Boolean
- def isEmptyPackage: Boolean
- def isExtensionMethod: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLocalChild: Boolean
- def isMacro: Boolean
- def isModuleClass: Boolean
- def isObject: Boolean
- def isPackageObject: Boolean
- def isRefinementClass: Boolean
- def isRootPackage: Boolean
- def isScalacField: Boolean
- def isSyntheticCaseAccessor: Boolean
- def isSyntheticConstructor: Boolean
- def isSyntheticValueClassCompanion: Boolean
- def isToplevelPackage: Boolean
- def isType: Boolean
- def isTypeParam: Boolean
- def isUseful: Boolean
- def isUsefulField: Boolean
- def isUseless: Boolean
- def isUselessField: Boolean
- def isValMethod: Boolean
- def moduleClass: tools.scalap.scalax.rules.scalasig.Symbol
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def self: tools.scalap.scalax.rules.scalasig.Type
- def ssym: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)