public static class Backtrace.Frame extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Compiler.ICtx |
ctx |
protected String |
frameName |
protected ParseCtx |
pctx |
static long |
serialVersionUID |
Constructor and Description |
---|
Frame(String frameName,
ParseCtx pctx,
Compiler.ICtx ctx)
Create backtrace frame with given attributes.
|
public static final long serialVersionUID
protected ParseCtx pctx
protected transient Compiler.ICtx ctx
protected String frameName
public Frame(String frameName, ParseCtx pctx, Compiler.ICtx ctx)
Copyright © 2022. All rights reserved.