Package org.praxislive.ide.project.api
Class ExecutionElement.Line
java.lang.Object
org.praxislive.ide.project.api.ExecutionElement
org.praxislive.ide.project.api.ExecutionElement.Line
- Enclosing class:
ExecutionElement
An execution element wrapping a single line of Pcl script.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.praxislive.ide.project.api.ExecutionElement
ExecutionElement.File, ExecutionElement.Line -
Method Summary
Methods inherited from class org.praxislive.ide.project.api.ExecutionElement
forFile, forLine
-
Method Details
-
line
The script line as text.- Returns:
- line
-
tokens
The line as a series of script tokens.- Returns:
- line tokens
-