| spoon.reflect.code.CtCodeSnippetExpression
CtCodeSnippetExpression | public interface CtCodeSnippetExpression extends CtCodeSnippet,CtExpression<T>(Code) | | This element is a code snippet that must represent an expression and can thus
be inserted in the program's model as is. Code snippets should be avoided
since no controls can be performed on them.
|
Method Summary | |
CtExpression<T> | compile() Compiles this expression snippet to produce the corresponding AST expression. |
|
|