- All Superinterfaces:
QilletniType
A Qilletni type representing the expression of an entity's name. This is used so static functions can be accessed in
their own scope.
-
Method Summary
Modifier and TypeMethodDescriptionGets theEntityDefinitionthat the user defined that this entity was created from.AScopethat holds only the static functions of the entity.Methods inherited from interface dev.qilletni.api.lang.types.QilletniType
getTypeClass, minusOperator, minusOperatorInPlace, plusOperator, plusOperatorInPlace, qilletniEquals, stringValue, typeName
-
Method Details
-
getEntityDefinition
EntityDefinition getEntityDefinition()Gets theEntityDefinitionthat the user defined that this entity was created from. There is only oneEntityDefinitionfor each defined entity.- Returns:
- The
EntityDefinitionfor the entity
-
getEntityScope
-