public class FrameInfo extends Object
| Constructor and Description |
|---|
FrameInfo(String className,
String sourceFile,
int lineNumber,
String type,
String fieldName,
String methodName,
String arguments)
Creates a new FrameInfo with the given information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments() |
String |
getClassName() |
String |
getFieldName() |
int |
getLineNumber() |
String |
getMethodName() |
String |
getSourceFile() |
String |
getType() |
String |
toString() |
public String getClassName()
public String getSourceFile()
public int getLineNumber()
public String getType()
public String getFieldName()
public String getMethodName()
public String getArguments()
Copyright © 2016. All rights reserved.