|
Scala
1.2.0.1 |
|||
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
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 |
Field Detail |
val publicLiteral: String
val systemLiteral: String
Method Detail |
final def label: String
final def attribute: AttributeSeq
final def child: Nil
final override def toString(): String
|
Scala
1.2.0.1 |
|||