Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.config
Class ParameterMacroExpressionParser

java.lang.Object
  extended by com.tangosol.coherence.config.ParameterMacroExpressionParser

All Implemented Interfaces:
com.tangosol.config.expression.ExpressionParser

public class ParameterMacroExpressionParser
extends java.lang.Object
implements com.tangosol.config.expression.ExpressionParser

A ParameterMacroExpressionParser is an ExpressionParser for Coherence Parameter Macros.

Since:
Coherence 12.1.2
Author:
bo 2011.10.18

Field Summary
static com.tangosol.config.expression.ExpressionParser INSTANCE
          The singleton instance of the ParameterMacroExpressionParser.

 

Constructor Summary
ParameterMacroExpressionParser()
           

 

Method Summary
 com.tangosol.config.expression.Expression parse(java.lang.String sExpression, java.lang.Class clzResultType)
          

 

Field Detail

INSTANCE

public static final com.tangosol.config.expression.ExpressionParser INSTANCE
The singleton instance of the ParameterMacroExpressionParser.

Constructor Detail

ParameterMacroExpressionParser

public ParameterMacroExpressionParser()

Method Detail

parse

public com.tangosol.config.expression.Expression parse(java.lang.String sExpression,
                                                       java.lang.Class clzResultType)
                                                throws java.text.ParseException
Specified by:
parse in interface com.tangosol.config.expression.ExpressionParser
Throws:
java.text.ParseException

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.