Uses of Interface
org.eclipse.xtend.lib.macro.expression.Expression
Packages that use Expression
-
Uses of Expression in org.eclipse.xtend.lib.macro.declaration
Methods in org.eclipse.xtend.lib.macro.declaration that return ExpressionModifier and TypeMethodDescriptionExecutableDeclaration.getBody()AnnotationTypeElementDeclaration.getDefaultValueExpression()AnnotationReference.getExpression(String name) Returns the expression for the given annotation property.FieldDeclaration.getInitializer()Methods in org.eclipse.xtend.lib.macro.declaration with parameters of type ExpressionModifier and TypeMethodDescriptionvoidMutableExecutableDeclaration.setBody(Expression body) Setting an expression will alter the scope of it accordingly.voidMutableAnnotationTypeElementDeclaration.setDefaultValueExpression(Expression value) Setting an expression will alter the scope of it accordingly.voidMutableFieldDeclaration.setInitializer(Expression initializer) sets the 'initializer' expression of this field declaration.