org.cruxframework.crux.tools.codeserver.client
Class CompilationMessage

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.tools.codeserver.client.CompilationMessage

public class CompilationMessage
extends com.google.gwt.core.client.JavaScriptObject

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static class CompilationMessage.CompilerOperation
           
 
Constructor Summary
protected CompilationMessage()
           
 
Method Summary
 String getModule()
           
 CompilationMessage.CompilerOperation getOperation()
           
 boolean getStatus()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilationMessage

protected CompilationMessage()
Method Detail

getOperation

public final CompilationMessage.CompilerOperation getOperation()

getModule

public final String getModule()

getStatus

public final boolean getStatus()


Copyright © 2014. All rights reserved.