public interface DebugExprDef extends ExprDef
ExprDef.META, ExprDef.SourceHintProperty
ExprDef.OverrideMode, ExprDef.Visibility
BINDING, GROOVY_MIME_TYPE, JI_MIME_TYPE, mLogger, NASHORN_MIME_TYPE, UNKNOWN_FILE_NAME
OVERRIDEMODE_PROPERTY, VISIBILITY_PROPERTY
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDebugAttrLabel()
Return the attribute displayLabel (UI hint) of the expression owner.
|
java.lang.String |
getDebugAttrName()
Return the attribute name of the expression owner.
|
java.lang.String |
getDebugComponentLabel()
Return the component displayLabel (UI hint) of the expression owner.
|
java.lang.String |
getDebugComponentName()
Return the component name of the expression owner.
|
int |
getDebugOffset()
Deprecated.
since 13.0.0.1.0
|
java.lang.String |
getDebugScriptName()
Return the name of the expression, including trigger, validator, field property,
field expression, and Operations.
|
java.util.List<java.lang.String> |
getImplicitVariableNames()
Return a list of implicit variable names.
|
calculateOffset, getClassData, getCodeSource, getCodeSourceName, getContentType, getDefScope, getFunctionName, getScriptReader, getScriptText, getTrustMode, isDynamicCodeSourceEnabled, storeClassData
getCacheKey, getExpressionClassName, getExpressionSource, getExprIdentifier, getOverrideMode, getOwnerType, getPath, getProperty, getScriptClassName, getTriggerType, getTrustMode, getTypeCheckedMode, getVisibility, hasReturn, isOperationsExpression, supportsAnnotation
java.util.List<java.lang.String> getImplicitVariableNames()
java.lang.String getDebugComponentName()
java.lang.String getDebugComponentLabel()
java.lang.String getDebugAttrName()
java.lang.String getDebugAttrLabel()
java.lang.String getDebugScriptName()
int getDebugOffset()