|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overturetool.vdmj.traces.TraceCoreDefinition
public abstract class TraceCoreDefinition
Base class for TraceApplyExpression and TraceBracketedExpression.
| Field Summary | |
|---|---|
LexLocation |
location
|
| Constructor Summary | |
|---|---|
TraceCoreDefinition(LexLocation location)
|
|
| Method Summary | |
|---|---|
abstract TraceNode |
expand(Context ctxt)
|
abstract void |
typeCheck(Environment local,
NameScope scope)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final LexLocation location
| Constructor Detail |
|---|
public TraceCoreDefinition(LexLocation location)
| Method Detail |
|---|
public abstract void typeCheck(Environment local,
NameScope scope)
public abstract TraceNode expand(Context ctxt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||