Class LineInfoEnterCommand
- java.lang.Object
-
- org.teavm.backend.wasm.debug.info.LineInfoCommand
-
- org.teavm.backend.wasm.debug.info.LineInfoEnterCommand
-
public class LineInfoEnterCommand extends LineInfoCommand
-
-
Constructor Summary
Constructors Constructor Description LineInfoEnterCommand(int address, MethodInfo method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacceptVisitor(LineInfoCommandVisitor visitor)MethodInfomethod()-
Methods inherited from class org.teavm.backend.wasm.debug.info.LineInfoCommand
address
-
-
-
-
Constructor Detail
-
LineInfoEnterCommand
public LineInfoEnterCommand(int address, MethodInfo method)
-
-
Method Detail
-
method
public MethodInfo method()
-
acceptVisitor
public void acceptVisitor(LineInfoCommandVisitor visitor)
- Specified by:
acceptVisitorin classLineInfoCommand
-
-