public class JSSharedData extends Object
Modifier and Type | Field and Description |
---|---|
static IBackend |
backend |
static String |
COMPILER_NAME |
static String |
COMPILER_VERSION |
static JSSharedData |
instance |
static String |
OUTPUT_EXTENSION |
static boolean |
OUTPUT_TIMESTAMPS |
static PrintStream |
STDERR |
static PrintStream |
STDOUT |
static Workspace |
workspace |
Constructor and Description |
---|
JSSharedData() |
Modifier and Type | Method and Description |
---|---|
void |
beginCodeGen() |
void |
endCodeGen() |
static String |
getTimeStampString() |
static String |
now() |
void |
stderr(String s) |
void |
stdout(String s) |
public static final String COMPILER_NAME
public static final boolean OUTPUT_TIMESTAMPS
public static final String COMPILER_VERSION
public static final JSSharedData instance
public static IBackend backend
public static String OUTPUT_EXTENSION
public static Workspace workspace
public static PrintStream STDOUT
public static PrintStream STDERR
Copyright © 2016 The Apache Software Foundation. All rights reserved.