org.drools.ide.common.client.modeldriven.brl
Class ExpressionPartHelper

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ExpressionPartHelper

public class ExpressionPartHelper
extends Object


Constructor Summary
ExpressionPartHelper()
           
 
Method Summary
static ExpressionPart getExpressionPartForField(SuggestionCompletionEngine sce, String factName, String fieldName)
           
static ExpressionPart getExpressionPartForGlobalVariable(SuggestionCompletionEngine sce, String varName)
           
static ExpressionPart getExpressionPartForMethod(SuggestionCompletionEngine sce, String factName, String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionPartHelper

public ExpressionPartHelper()
Method Detail

getExpressionPartForMethod

public static ExpressionPart getExpressionPartForMethod(SuggestionCompletionEngine sce,
                                                        String factName,
                                                        String methodName)

getExpressionPartForField

public static ExpressionPart getExpressionPartForField(SuggestionCompletionEngine sce,
                                                       String factName,
                                                       String fieldName)

getExpressionPartForGlobalVariable

public static ExpressionPart getExpressionPartForGlobalVariable(SuggestionCompletionEngine sce,
                                                                String varName)


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.