abstract
class
NestedClassesCollector[T] extends GenericSignatureVisitor
Instance Constructors
-
new
NestedClassesCollector()
Abstract Value Members
-
abstract
def
declaredNestedClasses(internalName: InternalName): List[T]
-
abstract
def
getClassIfNested(internalName: InternalName): Option[T]
-
abstract
def
raiseError(msg: String, sig: String, e: Option[Throwable] = None): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (NestedClassesCollector[T], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (NestedClassesCollector[T]) ⇒ Boolean, msg: ⇒ Any): NestedClassesCollector[T]
-
def
ensuring(cond: (NestedClassesCollector[T]) ⇒ Boolean): NestedClassesCollector[T]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): NestedClassesCollector[T]
-
def
ensuring(cond: Boolean): NestedClassesCollector[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
innerClasses: Set[T]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
visit(classNode: ClassNode): Unit
-
def
visitAnnotation(annot: AnnotationNode): Unit
-
def
visitAnnotations(annots: java.util.List[_ <: AnnotationNode]): Unit
-
def
visitAnnotationss(annotss: Array[java.util.List[AnnotationNode]]): Unit
-
def
visitClassSignature(sig: String): Unit
-
def
visitConstant(const: AnyRef): Unit
-
def
visitDescriptor(desc: String): Unit
-
def
visitFieldSignature(sig: String): Unit
-
def
visitHandle(handle: Handle): Unit
-
def
visitInternalName(internalName: InternalName): Unit
-
def
visitInternalNameOrArrayReference(ref: String): Unit
-
def
visitMethodSignature(sig: String): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (NestedClassesCollector[T], B)
Value Members
-
abstract
def
raiseError(msg: String, sig: String, e: Option[Throwable] = None): Unit
-
def
visitClassSignature(sig: String): Unit
-
def
visitFieldSignature(sig: String): Unit
-
def
visitMethodSignature(sig: String): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Value Members
-
def
+(other: String): String
Value Members
-
def
formatted(fmtstr: String): String
Ungrouped
-
abstract
def
declaredNestedClasses(internalName: InternalName): List[T]
-
abstract
def
getClassIfNested(internalName: InternalName): Option[T]
-
abstract
def
raiseError(msg: String, sig: String, e: Option[Throwable] = None): Unit
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (NestedClassesCollector[T], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (NestedClassesCollector[T]) ⇒ Boolean, msg: ⇒ Any): NestedClassesCollector[T]
-
def
ensuring(cond: (NestedClassesCollector[T]) ⇒ Boolean): NestedClassesCollector[T]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): NestedClassesCollector[T]
-
def
ensuring(cond: Boolean): NestedClassesCollector[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
innerClasses: Set[T]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
visit(classNode: ClassNode): Unit
-
def
visitAnnotation(annot: AnnotationNode): Unit
-
def
visitAnnotations(annots: java.util.List[_ <: AnnotationNode]): Unit
-
def
visitAnnotationss(annotss: Array[java.util.List[AnnotationNode]]): Unit
-
def
visitClassSignature(sig: String): Unit
-
def
visitConstant(const: AnyRef): Unit
-
def
visitDescriptor(desc: String): Unit
-
def
visitFieldSignature(sig: String): Unit
-
def
visitHandle(handle: Handle): Unit
-
def
visitInternalName(internalName: InternalName): Unit
-
def
visitInternalNameOrArrayReference(ref: String): Unit
-
def
visitMethodSignature(sig: String): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (NestedClassesCollector[T], B)
The Scala compiler and reflection APIs.