public abstract class JExpression extends JNode implements HasType
Constructor and Description |
---|
JExpression(SourceInfo info) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
hasSideEffects() |
JExpressionStatement |
makeStatement() |
getSourceInfo, setSourceInfo, toSource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
traverse
public JExpression(SourceInfo info)
public abstract boolean hasSideEffects()
public JExpressionStatement makeStatement()
Copyright © 2018. All rights reserved.