Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/main/java/org/verapdf/as/ASAtom.java
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ public class ASAtom implements Comparable<ASAtom> {
public static final ASAtom LAST = new ASAtom("Last");
public static final ASAtom LAST_CHAR = new ASAtom("LastChar");
public static final ASAtom LAST_MODIFIED = new ASAtom("LastModified");
public static final ASAtom LAYOUT = new ASAtom("Layout");
public static final ASAtom LC = new ASAtom("LC");
public static final ASAtom LE = new ASAtom("LE");
public static final ASAtom LEADING = new ASAtom("Leading");
Expand All @@ -362,6 +363,7 @@ public class ASAtom implements Comparable<ASAtom> {
public static final ASAtom LENGTH2 = new ASAtom("Length2");
public static final ASAtom LIGHTEN = new ASAtom("Lighten");
public static final ASAtom LIMITS = new ASAtom("Limits");
public static final ASAtom LIST = new ASAtom("List");
public static final ASAtom LIST_NUMBERING = new ASAtom("ListNumbering");
public static final ASAtom LJ = new ASAtom("LJ");
public static final ASAtom LL = new ASAtom("LL");
Expand Down Expand Up @@ -568,6 +570,7 @@ public class ASAtom implements Comparable<ASAtom> {
// T
public static final ASAtom T = new ASAtom("T");
public static final ASAtom TABS = new ASAtom("Tabs");
public static final ASAtom TABLE = new ASAtom("Table");
public static final ASAtom TARGET = new ASAtom("Target");
public static final ASAtom TEMPLATES = new ASAtom("Templates");
public static final ASAtom THREADS = new ASAtom("Threads");
Expand Down