public static class StmtRegistrar.CodeInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
polyglot.types.CodeInstance |
codeInstance |
java.util.Map<polyglot.types.Type,ReferenceVariable> |
exceptionRets |
java.util.List<ReferenceVariable> |
formals |
ReferenceVariable |
retValue |
ReferenceVariable |
thisNode |
| Constructor and Description |
|---|
StmtRegistrar.CodeInfo(polyglot.types.CodeInstance codeInstance,
ReferenceVariable thisNode,
java.util.List<ReferenceVariable> formals,
ReferenceVariable retValue,
java.util.Map<polyglot.types.Type,ReferenceVariable> exceptionRets) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final polyglot.types.CodeInstance codeInstance
public final ReferenceVariable thisNode
public final java.util.List<ReferenceVariable> formals
public final ReferenceVariable retValue
public final java.util.Map<polyglot.types.Type,ReferenceVariable> exceptionRets
public StmtRegistrar.CodeInfo(polyglot.types.CodeInstance codeInstance,
ReferenceVariable thisNode,
java.util.List<ReferenceVariable> formals,
ReferenceVariable retValue,
java.util.Map<polyglot.types.Type,ReferenceVariable> exceptionRets)