public class JReboundEntryPoint extends JStatement
Constructor and Description |
---|
JReboundEntryPoint(SourceInfo info,
JReferenceType sourceType,
List<JClassType> resultTypes,
List<JExpression> entryCalls) |
Modifier and Type | Method and Description |
---|---|
List<JExpression> |
getEntryCalls() |
List<String> |
getResultTypes() |
String |
getSourceType() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
unconditionalControlBreak
getSourceInfo, setSourceInfo, toSource, toString
public JReboundEntryPoint(SourceInfo info, JReferenceType sourceType, List<JClassType> resultTypes, List<JExpression> entryCalls)
public List<JExpression> getEntryCalls()
public String getSourceType()
public void traverse(JVisitor visitor, Context ctx)
JVisitable
visitor
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.