Class AST.Symbol

java.lang.Object
nz.org.riskscape.engine.typexp.AST
nz.org.riskscape.engine.typexp.AST.Symbol
Enclosing class:
AST

public static class AST.Symbol extends AST

A symbol is like an identifier - a string without quotes, a standalone token. Can represent a simple type, can also represent keys in a dictionary.

  • Constructor Details

    • Symbol

      public Symbol(Token value)
  • Method Details

    • ident

      public String ident()

      The identifier for this symbol