public final class SourceType extends Object
| Modifier and Type | Field and Description |
|---|---|
static SourceType |
ANY |
static SourceType |
CLASS |
static SourceType |
EXPRESSION |
static SourceType |
LIBRARY |
static SourceType |
PROGRAM |
static SourceType |
STATEMENT |
static SourceType |
TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static SourceType[] |
getSourceTypes() |
public static final SourceType PROGRAM
public static final SourceType CLASS
public static final SourceType LIBRARY
public static final SourceType STATEMENT
public static final SourceType EXPRESSION
public static final SourceType TEMPLATE
public static final SourceType ANY
public int getId()
public static SourceType[] getSourceTypes()
Copyright © 2019. All rights reserved.