summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-10-04 07:30:41 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-10-04 07:30:41 +0200
commit8ff35b0dc4a41c1061a23da77ab5da668b27f17f (patch)
tree7e63cb53a351f4bda238767054a11dab67638a0a /src
parent9262c42db144cd3b9491fa087faa819d3c75247d (diff)
downloadscala-8ff35b0dc4a41c1061a23da77ab5da668b27f17f.tar.gz
scala-8ff35b0dc4a41c1061a23da77ab5da668b27f17f.tar.bz2
scala-8ff35b0dc4a41c1061a23da77ab5da668b27f17f.zip
removes extraneous methods from api.StandardDefinitions
Never got to use these guys, so let's better remove them.
Diffstat (limited to 'src')
-rw-r--r--src/reflect/scala/reflect/api/StandardDefinitions.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/reflect/scala/reflect/api/StandardDefinitions.scala b/src/reflect/scala/reflect/api/StandardDefinitions.scala
index 03f2a6b0aa..7197542370 100644
--- a/src/reflect/scala/reflect/api/StandardDefinitions.scala
+++ b/src/reflect/scala/reflect/api/StandardDefinitions.scala
@@ -67,12 +67,7 @@ trait StandardDefinitions {
def Array_length: TermSymbol // todo. fix the bug in Definitions.getMemberMethod
def Array_update: TermSymbol // todo. fix the bug in Definitions.getMemberMethod
def ByNameParamClass: ClassSymbol
- def ConsClass: ClassSymbol
def FunctionClass : Array[ClassSymbol]
- def IterableClass: ClassSymbol
- def IteratorClass: ClassSymbol
- def IteratorModule: ModuleSymbol
- def Iterator_apply: TermSymbol // todo. fix the bug in Definitions.getMemberMethod
def JavaRepeatedParamClass: ClassSymbol
def ListModule: ModuleSymbol
def List_apply: TermSymbol // todo. fix the bug in Definitions.getMemberMethod
@@ -81,13 +76,7 @@ trait StandardDefinitions {
def OptionClass: ClassSymbol
def ProductClass : Array[ClassSymbol]
def RepeatedParamClass: ClassSymbol
- def SeqClass: ClassSymbol
- def SeqModule: ModuleSymbol
- def SomeClass: ClassSymbol
def SomeModule: ModuleSymbol
- def StringBuilderClass: ClassSymbol
- def SymbolClass : ClassSymbol
- def TraversableClass: ClassSymbol
def TupleClass: Array[Symbol] // cannot make it Array[ClassSymbol], because TupleClass(0) is supposed to be NoSymbol. weird
def ScalaPrimitiveValueClasses: List[ClassSymbol]
def ScalaNumericValueClasses: List[ClassSymbol]