class HCL::AST::Document

Defined in:

hcl/ast/document.cr

Instance Method Summary

Instance methods inherited from class HCL::AST::Body

attributes : Hash(String, HCL::AST::Node) attributes, blocks : Array(HCL::AST::Block) blocks

Constructor methods inherited from class HCL::AST::Body

new(attributes : Hash(String, Node) = Hash(String, Node).new, blocks : Array(Block) = Array(Block).new, **kwargs) new

Instance methods inherited from class HCL::AST::Node

accept(visitor) accept, evaluate(ctx : ExpressionContext) evaluate, inspect(io) inspect, source : String source, to_s(io : IO) to_s, value(ctx : ExpressionContext) : Any value

Constructor methods inherited from class HCL::AST::Node

new(source : String = "", token : Pegmatite::Token? = nil) new

Instance methods inherited from class Reference

==(other : HCL::Any) ==

Instance methods inherited from class Object

===(other : HCL::Any) ===

Class methods inherited from class Object

from_hcl(string_or_io : String | IO, ctx : HCL::ExpressionContext = HCL::ExpressionContext.default_context) from_hcl

Instance Method Detail

def evaluate #

def unwrap(ctx : ExpressionContext) #

def unwrap #