se.cambio.cds.gdl.parser
Class Expressions

Package class diagram package Expressions
java.lang.Object
  extended by se.cambio.cds.gdl.parser.Expressions

public class Expressions
extends Object


Constructor Summary
Expressions()
           
 
Method Summary
static ExpressionItem parse(String value)
           
static List<ExpressionItem> parseArithmeticExpressions(String value)
           
static List<ExpressionItem> parseBooleanExpressions(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expressions

public Expressions()
Method Detail

parseBooleanExpressions

public static List<ExpressionItem> parseBooleanExpressions(String value)
                                                    throws Exception
Throws:
Exception

parseArithmeticExpressions

public static List<ExpressionItem> parseArithmeticExpressions(String value)
                                                       throws Exception
Throws:
Exception

parse

public static ExpressionItem parse(String value)
                            throws Exception
Throws:
Exception


Copyright © 2013 Cambio. All Rights Reserved.