Instance Constructors
-
new
UnaryExpression
()
Abstract Value Members
-
def
canEqual
(that: Any): Boolean
-
-
def
op
: String
-
def
priority
: Int
-
def
productArity
: Int
-
def
productElement
(n: Int): Any
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
->
[T, U]
(a: (T) ⇒ U)(implicit b: (UnaryExpression.this.type) ⇒ T): U
-
def
->
[U]
(a: (UnaryExpression.this.type) ⇒ U): U
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
children
: Iterator[Attributable]
-
def
clone
(): Attributable
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
firstChild
[T]
: T
-
val
fixity
: org.kiama.output.Prefix.type
-
def
getClass
(): java.lang.Class[_]
-
def
hasChildren
: Boolean
-
def
hashCode
(): Int
-
var
index
: Int
-
def
initTreeProperties
(): Unit
-
def
isFirst
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isLast
: Boolean
-
def
isRoot
: Boolean
-
def
lastChild
[T]
: T
-
def
ne
(arg0: AnyRef): Boolean
-
def
next
[T]
: T
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
parent
[T]
: T
-
var
parent
: Attributable
-
var
pos
: Position
-
def
prev
[T]
: T
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
setPos
(newpos: Position): UnaryExpression.this.type
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from PrettyUnaryExpression
Inherited from PrettyOperatorExpression
Inherited from PrettyExpression
Inherited from Positional
Inherited from Attributable
Inherited from Cloneable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
Common interface for unary expressions.