public interface JavaConstantValue extends ValueReference
The following features are supported:
PatternLanguagePackage.getJavaConstantValue()
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.common.types.JvmDeclaredType |
getClassRef()
Returns the value of the 'Class Ref' reference.
|
org.eclipse.xtext.common.types.JvmField |
getFieldRef()
Returns the value of the 'Field Ref' reference.
|
void |
setClassRef(org.eclipse.xtext.common.types.JvmDeclaredType value)
Sets the value of the '
Class Ref ' reference. |
void |
setFieldRef(org.eclipse.xtext.common.types.JvmField value)
Sets the value of the '
Field Ref ' reference. |
toString
org.eclipse.xtext.common.types.JvmDeclaredType getClassRef()
If the meaning of the 'Class Ref' reference isn't clear, there really should be more of a description here...
setClassRef(JvmDeclaredType)
,
PatternLanguagePackage.getJavaConstantValue_ClassRef()
void setClassRef(org.eclipse.xtext.common.types.JvmDeclaredType value)
Class Ref
' reference.
value
- the new value of the 'Class Ref' reference.getClassRef()
org.eclipse.xtext.common.types.JvmField getFieldRef()
If the meaning of the 'Field Ref' reference isn't clear, there really should be more of a description here...
setFieldRef(JvmField)
,
PatternLanguagePackage.getJavaConstantValue_FieldRef()
void setFieldRef(org.eclipse.xtext.common.types.JvmField value)
Field Ref
' reference.
value
- the new value of the 'Field Ref' reference.getFieldRef()