public class PrintingContext
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PrintingContext.Writable |
Constructor and Description |
---|
PrintingContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
forceWildcardGenerics() |
CtTypeReference<?> |
getCurrentTypeReference() |
boolean |
ignoreEnclosingClass() |
boolean |
ignoreGenerics() |
boolean |
ignoreStaticAccess() |
boolean |
isFirstForVariable() |
boolean |
isInCurrentScope(CtTypeReference<?> typeRef) |
boolean |
isNextForVariable() |
boolean |
isStatement(CtStatement stmt) |
PrintingContext.Writable |
modify() |
void |
popCurrentThis() |
void |
pushCurrentThis(CtType<?> type) |
boolean |
skipArray() |
java.lang.String |
toString() |
public boolean isFirstForVariable()
public boolean isNextForVariable()
public boolean ignoreGenerics()
public boolean skipArray()
public boolean ignoreStaticAccess()
public boolean ignoreEnclosingClass()
public boolean forceWildcardGenerics()
public boolean isStatement(CtStatement stmt)
public PrintingContext.Writable modify()
public CtTypeReference<?> getCurrentTypeReference()
public void pushCurrentThis(CtType<?> type)
public void popCurrentThis()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isInCurrentScope(CtTypeReference<?> typeRef)
typeRef
- Copyright © 2007–2021 Inria. All rights reserved.