Package com.github.fridujo.glacio.ast
Class PositionedString
- java.lang.Object
-
- com.github.fridujo.glacio.ast.PositionedString
-
- All Implemented Interfaces:
Positioned
public class PositionedString extends Object implements Positioned
-
-
Constructor Summary
Constructors Constructor Description PositionedString(Position position, String value)
-
-
-
Method Detail
-
getPosition
public Position getPosition()
- Specified by:
getPositionin interfacePositioned
-
getValue
public String getValue()
-
-