Modifier and type | Property and description |
---|---|
org.eclipse.xtext.common.types.JvmParameterizedTypeReference | extends Returns the value of the 'Extends' containment reference. |
org.eclipse.emf.common.util.EList<E> | implements Returns the value of the 'Implements' containment reference list. |
Modifier and type | Action and description |
---|---|
abstract org.eclipse.xtext.common.types.JvmParameterizedTypeReference | getExtends Returns the value of the 'Extends' containment reference. |
abstract org.eclipse.emf.common.util.EList<E> | getImplements Returns the value of the 'Implements' containment reference list. |
abstract boolean | isAbstract |
abstract boolean | isStrictFloatingPoint |
abstract void | setExtends(JvmParameterizedTypeReference) Sets the value of the 'Extends' containment reference. |
var extends : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
This property is an alias for the action: getExtends
val implements : org.eclipse.emf.common.util.EList<E>
This property is an alias for the action: getImplements
def getExtends : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
def getImplements : org.eclipse.emf.common.util.EList<E>
def isAbstract : boolean
def isStrictFloatingPoint : boolean
def setExtends(JvmParameterizedTypeReference)