Package | Description |
---|---|
org.spf4j.base.avro |
Modifier and Type | Field and Description |
---|---|
JFileLocation |
JStackTraceElement.location
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JFileLocation |
JFileLocation.Builder.build() |
JFileLocation |
JStackTraceElement.getLocation()
Gets the value of the 'location' field.
|
JFileLocation |
JStackTraceElement.Builder.getLocation()
Gets the value of the 'location' field.
|
Modifier and Type | Method and Description |
---|---|
static JFileLocation.Builder |
JFileLocation.newBuilder(JFileLocation other)
Creates a new JFileLocation RecordBuilder by copying an existing JFileLocation instance.
|
void |
JStackTraceElement.setLocation(JFileLocation value)
Sets the value of the 'location' field.
|
JStackTraceElement.Builder |
JStackTraceElement.Builder.setLocation(JFileLocation value)
Sets the value of the 'location' field.
|
Constructor and Description |
---|
JStackTraceElement(String className,
String methodName,
JFileLocation location,
JPackageInfo packageInfo)
All-args constructor.
|
Copyright © 2018 SPF4J. All rights reserved.