Interface ICompiler
-
- All Known Implementing Classes:
CompilerImpl
public interface ICompiler
-
-
Method Summary
-
-
-
Method Detail
-
nullLiteral
Object nullLiteral()
-
method
Object method(String name, List<Expression> parameters, boolean isFirstInPath)
-
-