MCPcopy Index your code
hub / github.com/apache/groovy / isAnExpression

Method isAnExpression

src/main/java/org/codehaus/groovy/syntax/CSTNode.java:363–365  ·  view source on GitHub ↗

Returns true if this node represents a complete expression. @return true if this is an expression

()

Source from the content-addressed store, hash-verified

361 * @return {@code true} if this is an expression
362 */
363 public boolean isAnExpression() {
364 return isA(Types.SIMPLE_EXPRESSION);
365 }
366
367 //---------------------------------------------------------------------------
368 // OPERATIONS

Callers

nothing calls this directly

Calls 1

isAMethod · 0.95

Tested by

no test coverage detected