Class LineInfoCommand
java.lang.Object
org.teavm.backend.wasm.debug.info.LineInfoCommand
- Direct Known Subclasses:
LineInfoEnterCommand, LineInfoExitCommand, LineInfoFileCommand, LineInfoLineCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidacceptVisitor(LineInfoCommandVisitor visitor) intaddress()
-
Constructor Details
-
LineInfoCommand
public LineInfoCommand(int address)
-
-
Method Details
-
address
public int address() -
acceptVisitor
-