org.teatrove.tea.parsetree
Interface NullSafe

All Known Implementing Classes:
ArrayLookup, CallExpression, FunctionCallExpression, Lookup, ParenExpression, TemplateCallExpression, VariableRef

public interface NullSafe

Author:
Nick Hagan

Method Summary
 boolean isNullSafe()
           
 void setNullSafe(boolean nullSafe)
           
 

Method Detail

isNullSafe

boolean isNullSafe()

setNullSafe

void setNullSafe(boolean nullSafe)


Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.