Package com.oracle.truffle.object.debug
Class JSONShapeVisitor
- java.lang.Object
-
- com.oracle.truffle.object.DebugShapeVisitor<JSONHelper.JSONObjectBuilder>
-
- com.oracle.truffle.object.debug.JSONShapeVisitor
-
- All Implemented Interfaces:
ShapeVisitor<JSONHelper.JSONObjectBuilder>
public class JSONShapeVisitor extends DebugShapeVisitor<JSONHelper.JSONObjectBuilder>
-
-
Constructor Summary
Constructors Constructor Description JSONShapeVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONHelper.JSONObjectBuilder
dumpLocation(Location location)
JSONHelper.JSONObjectBuilder
dumpProperty(Property property)
JSONHelper.JSONObjectBuilder
dumpTransition(Transition transition)
JSONHelper.JSONObjectBuilder
visitShape(Shape shape, java.util.Map<? extends Transition,? extends Shape> transitions)
-
Methods inherited from class com.oracle.truffle.object.DebugShapeVisitor
getId, visitShape
-
-
-
-
Method Detail
-
visitShape
public JSONHelper.JSONObjectBuilder visitShape(Shape shape, java.util.Map<? extends Transition,? extends Shape> transitions)
- Specified by:
visitShape
in classDebugShapeVisitor<JSONHelper.JSONObjectBuilder>
-
dumpProperty
public JSONHelper.JSONObjectBuilder dumpProperty(Property property)
-
dumpTransition
public JSONHelper.JSONObjectBuilder dumpTransition(Transition transition)
-
dumpLocation
public JSONHelper.JSONObjectBuilder dumpLocation(Location location)
-
-