Interface LiteralAST

All Superinterfaces:
AST, xyz.cofe.collection.ImTree<AST>, xyz.cofe.collection.ImTreeWalk<AST>, xyz.cofe.text.tparse.Tok<xyz.cofe.text.tparse.TPointer>
All Known Implementing Classes:
BooleanAST, NullAST, NumberAST, StringAST

public interface LiteralAST
extends AST
  • Nested Class Summary

    Nested classes/interfaces inherited from interface xyz.cofe.collection.ImTreeWalk

    xyz.cofe.collection.ImTreeWalk.Walk<A extends xyz.cofe.collection.ImTree<? extends A>>
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object value()  

    Methods inherited from interface xyz.cofe.cxel.ast.AST

    children, nodes

    Methods inherited from interface xyz.cofe.collection.ImTreeWalk

    walk

    Methods inherited from interface xyz.cofe.text.tparse.Tok

    begin, end
  • Method Details

    • value

      java.lang.Object value()