Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
funk
master
Funk
Ast
AstSchemePrinter
Block
Boolean
CallExpression
DefStatement
Errors
StandardError
SyntaxError
UnexpectedToken
UnknownEscapeSequence
ExpressionStatement
Identifier
IfExpression
InfixExpression
Lambda
Lexer
Null
Numeric
Parser
Precedences
Position
PrefixExpression
Program
Reader
Repl
ReturnStatement
StringNode
Token
TokenType
Visitor
WhileStatement
Built with Crystal 1.9.2
2023-10-08 13:58:29 UTC
class
Funk::Position
Funk::Position
Reference
Object
Defined in:
funk/syntax/position.cr
Constructors
.new
(col : Int32, row : Int32, filename : String =
""
)
Instance Method Summary
#col
: Int32
#filename
: String
#filename=
(filename : String)
#row
: Int32
#to_s
(io)
Constructor Detail
def self.
new
(col : Int32, row : Int32, filename : String =
""
)
#
[
View source
]
Instance Method Detail
def
col
: Int32
#
[
View source
]
def
filename
: String
#
[
View source
]
def
filename=
(filename : String)
#
[
View source
]
def
row
: Int32
#
[
View source
]
def
to_s
(io)
#
[
View source
]