| 
 | 
          Scala 1.3.0.7 | |||
publicLiteral - 
  the public identifier literal
  systemLiteral - 
  the system identifier literal
  | Field Summary | |
| val publicLiteral: String | |
| val systemLiteral: String | |
| Method Summary | |
| 
        final | def attribute: AttributeSeqalways empty | 
| 
        final | def child: Nil.typealways empty | 
| 
        final | def label: Stringthe constant "#PI" | 
| 
        final override | def toString(): Stringreturns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral | 
| Methods inherited from java/lang/Object-class | 
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/CaseClass-class | 
| caseArity, caseElement | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Field Detail | 
val publicLiteral: String
val systemLiteral: String
| Method Detail | 
final def label: String
final def attribute: AttributeSeq
final def child: Nil.type
final override def toString(): String
| 
 | 
          Scala 1.3.0.7 | |||