class Phlex::Compiler::Generators::Content

def numeric_value?

def numeric_value?
	@content.is_a?(SyntaxTree::Int) || @content.is_a?(SyntaxTree::FloatLiteral)
end