
public class JThisRef extends JExpression
| Constructor and Description |
|---|
JThisRef(SourceInfo info,
JDeclaredType type) |
| Modifier and Type | Method and Description |
|---|---|
JDeclaredType |
getClassType() |
JType |
getType()
Returns the type of this expression.
|
boolean |
hasSideEffects() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
makeReturnStatement, makeStatementgetSourceInfo, setSourceInfo, toSource, toStringpublic JThisRef(SourceInfo info, JDeclaredType type)
public JDeclaredType getClassType()
public JType getType()
HasTypepublic boolean hasSideEffects()
hasSideEffects in class JExpressionCopyright © 2018. All rights reserved.