Class AST.ComplexType

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

public static class AST.ComplexType extends AST

A type that needs arguments given to it to be created, like a struct has an identier and an argument list.

  • Constructor Details

  • Method Details

    • ident

      public String ident()
    • argCount

      public int argCount()
    • arg

      public AST arg(int i)
    • args

      public List<AST> args()