case class NewVariableInfo(varType: String = "", evaluationType: String = "", parameterIndex: Option[Integer] = None) extends NewNode with VariableInfoBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewVariableInfo
- Serializable
- Serializable
- VariableInfoBase
- HasParameterIndex
- HasEvaluationType
- HasVarType
- NewNode
- Node
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NewVariableInfo(varType: String = "", evaluationType: String = "", parameterIndex: Option[Integer] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
accept[T](visitor: NodeVisitor[T]): T
- Definition Classes
- NewVariableInfo → Node
-
def
allContainedNodes: List[Node]
- Definition Classes
- NewNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asStored: StoredNode
- Definition Classes
- VariableInfoBase
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
containedNodesByLocalName: Map[String, List[Node]]
- Definition Classes
- NewVariableInfo → NewNode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
evaluationType: String
- Definition Classes
- NewVariableInfo → HasEvaluationType
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getId: Long
- Definition Classes
- VariableInfoBase → Node
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
label: String
- Definition Classes
- NewVariableInfo → NewNode → Node
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
parameterIndex: Option[Integer]
- Definition Classes
- NewVariableInfo → HasParameterIndex
-
def
productArity: Int
- Definition Classes
- VariableInfoBase → Product
-
def
productElement(n: Int): Any
- Definition Classes
- VariableInfoBase → Product
-
def
productElementLabel(n: Int): String
labels of product elements, used e.g.
labels of product elements, used e.g. for pretty-printing
- Definition Classes
- VariableInfoBase → Node
-
def
productPrefix: String
- Definition Classes
- VariableInfoBase → Product
-
val
properties: Map[String, Any]
- Definition Classes
- NewVariableInfo → NewNode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
varType: String
- Definition Classes
- NewVariableInfo → HasVarType
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )