|
Scala
1.3.0.10 |
|||
publicLiteral -
the public identifier literal
systemLiteral -
the system identifier literal
| Field Summary | |
val publicLiteral: String
|
|
val systemLiteral: String
|
|
| Method Summary | |
final
|
def attribute: AttributeSeq
always empty |
final
|
def child: Nil.type
always empty |
final
|
def label: String
the constant "#PI" |
final override
|
def toString(): String
returns "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.10 |
|||