public final class MethodContext extends Object
| Constructor and Description |
|---|
MethodContext(FutureType type,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
LocalVarContext |
defineLocalVar(Type type,
String varName) |
String |
getClassIdentifier() |
Method |
getMethod() |
Type |
getReturnType() |
FutureType |
getType() |
TypeConversion |
getTypeConversion(Type from,
Type to) |
VarAccessType |
getVarAccessType(String varName) |
String |
toString() |
public MethodContext(FutureType type, Method method)
public VarAccessType getVarAccessType(String varName)
public Type getReturnType()
public TypeConversion getTypeConversion(Type from, Type to)
public Method getMethod()
public String getClassIdentifier()
public FutureType getType()
public LocalVarContext defineLocalVar(Type type, String varName)
Copyright © 2014. All Rights Reserved.